Selaa lähdekoodia

Experimenting with crlf issues

Brad Robinson 4 vuotta sitten
vanhempi
commit
def2694e28
4 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 1 1
      buildtools
  2. 3 3
      version.cs
  3. 1 1
      version.json
  4. 1 1
      version.props

+ 1 - 1
buildtools

@@ -1 +1 @@
-Subproject commit 06540e07dfa670646841fe7114e4df6f095d0462
+Subproject commit 7b5e6011c623d2cda08170c2b35b845f0ff9ad07

+ 3 - 3
version.cs

@@ -3,13 +3,13 @@
 using System;
 using System.Reflection;
 [assembly: AssemblyCopyright("Copyright © 2014-2020 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.121")]
-[assembly: AssemblyFileVersion("1.1.121")]
+[assembly: AssemblyVersion("1.1.123")]
+[assembly: AssemblyFileVersion("1.1.123")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("JsonKit")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2020, 6, 23, 8, 32, 42, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2020, 6, 23, 8, 43, 3, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.json

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