Brad Robinson пре 3 година
родитељ
комит
cd39e77b90
3 измењених фајлова са 6 додато и 6 уклоњено
  1. 4 4
      version.cs
  2. 1 1
      version.json
  3. 1 1
      version.props

+ 4 - 4
version.cs

@@ -2,14 +2,14 @@
 // Generated by build tool, do not edit
 using System;
 using System.Reflection;
-[assembly: AssemblyCopyright("Copyright © 2014-2021 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.132")]
-[assembly: AssemblyFileVersion("1.1.132")]
+[assembly: AssemblyCopyright("Copyright © 2014-2022 Topten Software. All Rights Reserved")]
+[assembly: AssemblyVersion("1.1.133")]
+[assembly: AssemblyFileVersion("1.1.133")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("JsonKit")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2021, 9, 14, 2, 8, 58, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2022, 4, 26, 23, 56, 50, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 132,
+    "build": 133,
     "copyrightYear": 2014,
     "productName": "JsonKit",
     "companyName": "Topten Software"

+ 1 - 1
version.props

@@ -2,7 +2,7 @@
 <!-- Generated by build tool, do not edit -->
 <Project>
   <PropertyGroup>
-  	<Version Condition="'$(Variable)' == ''">1.1.132</Version>
+  	<Version Condition="'$(Variable)' == ''">1.1.133</Version>
   </PropertyGroup>
 </Project>