You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MbSoftLab.TemplateEngine.Core/MbSoftLab.TemplateEngine.Core.csproj
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
<PropertyGroup>
4
4
<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>
9
9
<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>
0 commit comments