Browse Source

Fix build script

Brad Robinson 5 years ago
parent
commit
3dcdc01086
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.js
  2. 1 1
      version.cs

+ 1 - 1
build.js

@@ -26,7 +26,7 @@ if (bt.options.official)
 }
 
 // Build
-bt.dnbuild("Release", "JsonKit");
+bt.dnbuild("Release", "Topten.JsonKit");
 
 // Build NuGet Package?
 if (bt.options.official || bt.options.nuget)

+ 1 - 1
version.cs

@@ -10,6 +10,6 @@ using System.Reflection;
 
 static class BuildInfo
 {
-	public static DateTime Date = new DateTime(2019, 6, 20, 5, 40, 30, DateTimeKind.Utc);
+	public static DateTime Date = new DateTime(2019, 6, 20, 5, 41, 35, DateTimeKind.Utc);
 }