Brad Robinson hace 1 año
padre
commit
a155476196
Se han modificado 3 ficheros con 5 adiciones y 5 borrados
  1. 3 3
      version.cs
  2. 1 1
      version.json
  3. 1 1
      version.props

+ 3 - 3
version.cs

@@ -3,13 +3,13 @@
 using System;
 using System.Reflection;
 [assembly: AssemblyCopyright("Copyright © 2014-2023 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.140")]
-[assembly: AssemblyFileVersion("1.1.140")]
+[assembly: AssemblyVersion("1.1.141")]
+[assembly: AssemblyFileVersion("1.1.141")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("JsonKit")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2023, 3, 19, 5, 5, 23, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2023, 6, 15, 6, 0, 38, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 140,
+    "build": 141,
     "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.140</Version>
+  	<Version Condition="'$(Variable)' == ''">1.1.141</Version>
   </PropertyGroup>
 </Project>