Przeglądaj źródła

Publish to http server

Brad Robinson 6 lat temu
rodzic
commit
cb90340092
6 zmienionych plików z 9 dodań i 8 usunięć
  1. 1 1
      BuildTools
  2. 2 1
      build.js
  3. 3 3
      version.cs
  4. 1 1
      version.h
  5. 1 1
      version.json
  6. 1 1
      version.props

+ 1 - 1
BuildTools

@@ -1 +1 @@
-Subproject commit 93f5c6262c9ded12553fb1f949b7a876af3d4ece
+Subproject commit c53ffcacc546f02a89db4d5bd980a52f742d5b77

+ 2 - 1
build.js

@@ -39,4 +39,5 @@ if (release)
 }
 
 
-bt.copy("build\\*.nupkg", "\\\\cool\\public\\ToptenNuget")
+bt.nupush(`.\\build\\*.${bt.options.version.build}.nupkg`);
+

+ 3 - 3
version.cs

@@ -3,13 +3,13 @@
 using System;
 using System.Reflection;
 [assembly: AssemblyCopyright("Copyright © 2014-2018 Topten Software. All Rights Reserved")]
-[assembly: AssemblyVersion("1.1.107")]
-[assembly: AssemblyFileVersion("1.1.107")]
+[assembly: AssemblyVersion("1.1.110")]
+[assembly: AssemblyFileVersion("1.1.110")]
 [assembly: AssemblyCompany("Topten Software")]
 [assembly: AssemblyProduct("PetaJson")]
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2018, 10, 20, 1, 29, 21, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2018, 11, 4, 23, 29, 55, DateTimeKind.Utc);
 }
 	

+ 1 - 1
version.h

@@ -1,7 +1,7 @@
 
 #define VER_A		1
 #define VER_B		1
-#define VER_C		107
+#define VER_C		110
 #define VER_D		0
 #define COPYRIGHT_STRING "Copyright © 2014-2018 Topten Software. All Rights Reserved\0"
 	

+ 1 - 1
version.json

@@ -1,7 +1,7 @@
 {
     "major": 1,
     "minor": 1,
-    "build": 107,
+    "build": 110,
     "copyrightYear": 2014,
     "productName": "PetaJson"
 }

+ 1 - 1
version.props

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