Skip to content

Commit e6d8bd3

Browse files
committed
Bumped version to v1.1.0
1 parent ccec157 commit e6d8bd3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
The library is a modified version of Volo.Abp.TextTemplating 4.1</Description>
1414
<Copyright>© 2013 - 2021 Volosoft. Open source license with LGPLv3.0</Copyright>
15-
<Version>1.0.0</Version>
15+
<Version>1.1.0</Version>
1616
<Authors>axuno gGmbH</Authors>
1717
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
1818
<PackageTags>text templating netstandard c#</PackageTags>
@@ -26,12 +26,10 @@ The library is a modified version of Volo.Abp.TextTemplating 4.1</Description>
2626
<RepositoryType>Git</RepositoryType>
2727
<PackageIcon>TextTemplating.png</PackageIcon>
2828
<PackageProjectUrl>https://github.com/axuno/Axuno.TextTemplating</PackageProjectUrl>
29-
<PackageReleaseNotes>* Updated to Scriban v3.3.3
30-
* Updated to Axuno.VirtualFileSysstem v1.0.0
31-
* Added unit tests</PackageReleaseNotes>
29+
<PackageReleaseNotes>Replaced package Scriban with Scriban.Signed 3.3.3</PackageReleaseNotes>
3230
<OutputType>Library</OutputType>
33-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
34-
<FileVersion>1.0.0.0</FileVersion>
31+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
32+
<FileVersion>1.1.0.0</FileVersion>
3533
</PropertyGroup>
3634

3735
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)