Brad Robinson 4 yıl önce
ebeveyn
işleme
ade51c60d2
4 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 3 3
      version.cs
  2. 1 1
      version.h
  3. 1 1
      version.json
  4. 1 1
      version.props

+ 3 - 3
version.cs

@@ -3,13 +3,13 @@
 using System;
 using System.Reflection;
 [assembly: AssemblyCopyright("Copyright © 2014-2020 undefined. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.116")]
-[assembly: AssemblyFileVersion("1.1.116")]
+[assembly: AssemblyVersion("1.1.117")]
+[assembly: AssemblyFileVersion("1.1.117")]
 [assembly: AssemblyCompany("undefined")]
 [assembly: AssemblyProduct("JsonKit")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2020, 6, 22, 5, 49, 21, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2020, 6, 22, 5, 51, 12, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.h

@@ -1,7 +1,7 @@
 
 #define VER_A		1
 #define VER_B		1
-#define VER_C		116
+#define VER_C		117
 #define VER_D		0
 #define COPYRIGHT_STRING "Copyright © 2014-2020 undefined. All Rights Reserved\0"
 	

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 116,
+    "build": 117,
     "copyrightYear": 2014,
     "productName": "JsonKit"
 }

+ 1 - 1
version.props

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