File tree Expand file tree Collapse file tree 3 files changed +11
-57
lines changed Expand file tree Collapse file tree 3 files changed +11
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 /// <summary>
44 /// Text templates interface
55 /// </summary>
6- public interface ITemplate : IHideObjectMembers
6+ public interface ITemplate
77 {
88 /// <summary>
99 /// Gets the file path of the template file.
Original file line number Diff line number Diff line change 55 <Product >Simplify</Product >
66 <Description >Text templates engine</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >1.5.1 </Version >
9- <PackageProjectUrl >https://github.com/i4004 /Simplify/wiki/Simplify.Templates</PackageProjectUrl >
10- <PackageIconUrl >https://raw.githubusercontent.com/i4004/Simplify /master/Images/Icon .png</PackageIconUrl >
11- <RepositoryUrl >https://github.com/i4004 /Simplify/tree/master/src/Simplify.Templates</RepositoryUrl >
8+ <Version >1.5.2 </Version >
9+ <PackageProjectUrl >https://github.com/SimplifyNet /Simplify/wiki/Simplify.Templates</PackageProjectUrl >
10+ <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images /master/Logo .png</PackageIconUrl >
11+ <RepositoryUrl >https://github.com/SimplifyNet /Simplify/tree/master/src/Simplify.Templates</RepositoryUrl >
1212 <RepositoryType >GIT</RepositoryType >
1313 <PackageTags >.NET Templates</PackageTags >
1414 <PackageReleaseNotes >
15- + Upgrade to System.IO.Abstractions 6.0.11
15+ Updates
16+ * Upgrade to System.IO.Abstractions 6.0.38
17+ Other
18+ * Internal upgrade to Simplify.Xml.Sources 1.1
1619 </PackageReleaseNotes >
1720 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
1821 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Templates.xml</DocumentationFile >
1922 </PropertyGroup >
2023 <ItemGroup >
21- <PackageReference Include =" Simplify.Xml.Sources" Version =" 1.0.4 " PrivateAssets =" All" />
22- <PackageReference Include =" System.IO.Abstractions" Version =" 6.0.11 " />
24+ <PackageReference Include =" Simplify.Xml.Sources" Version =" 1.1 " PrivateAssets =" All" />
25+ <PackageReference Include =" System.IO.Abstractions" Version =" 6.0.38 " />
2326 </ItemGroup >
2427</Project >
You can’t perform that action at this time.
0 commit comments