Skip to content

Commit f37f916

Browse files
committed
bum verionnumber to 1.1.0
1 parent 5c37e68 commit f37f916

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MbSoftLab.TemplateEngine.Core/MbSoftLab.TemplateEngine.Core.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<AssemblyVersion>1.0.8.2</AssemblyVersion>
6-
<FileVersion>1.0.8.2</FileVersion>
7-
<Version>1.0.8</Version>
8-
<PackageVersion>1.0.8-preview2</PackageVersion>
5+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
6+
<FileVersion>1.1.0.0</FileVersion>
7+
<Version>1.1.0</Version>
8+
<PackageVersion>1.1.0-preview</PackageVersion>
99
<Description>This TemplateEngine can replace values from Classpropertys and methods in simple stringtemplates with a very good performance. The Engine supports the RazorLanguage for creating complex html templates.</Description>
1010
<DocumentationFile>Documentation.xml</DocumentationFile>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -15,7 +15,7 @@
1515
<Company>MbSoftLab</Company>
1616
<Authors>MbSoftLab</Authors>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18-
<Copyright>© 2021 MbSoftLab</Copyright>
18+
<Copyright>© 2021 - 2025 MbSoftLab</Copyright>
1919
<PackageIcon>MbSoftLabLogo.png</PackageIcon>
2020
<PackageIconUrl />
2121
<PackageProjectUrl>https://github.com/mbsoftlab/MbSoftLab.TemplateEngine.Core</PackageProjectUrl>

0 commit comments

Comments
 (0)