Brad Robinson 3 anos atrás
pai
commit
bb4e48ca25
3 arquivos alterados com 5 adições e 5 exclusões
  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-2021 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.125")]
-[assembly: AssemblyFileVersion("1.1.125")]
+[assembly: AssemblyVersion("1.1.126")]
+[assembly: AssemblyFileVersion("1.1.126")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("JsonKit")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2021, 1, 7, 5, 55, 9, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2021, 8, 10, 2, 12, 32, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.json

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