Skip to content

Commit c6648c9

Browse files
committed
Upgrade to System.IO.Abstractions 6.0.38, Simplify.Xml.Sources 1.1
Packages repos, projects, icons links fix
1 parent cbcb0ff commit c6648c9

File tree

3 files changed

+11
-57
lines changed

3 files changed

+11
-57
lines changed

src/Simplify.Templates/IHideObjectMembers.cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/Simplify.Templates/ITemplate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

src/Simplify.Templates/Simplify.Templates.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@
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>

0 commit comments

Comments
 (0)