Bläddra i källkod

Update doorstop version in build script

Bepis 3 år sedan
förälder
incheckning
2acb7c800e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      build.cake

+ 1 - 1
build.cake

@@ -92,7 +92,7 @@ Task("Build")
     }
 });
 
-const string DOORSTOP_VER_WIN = "3.0.2.2";
+const string DOORSTOP_VER_WIN = "3.1.0.0";
 const string DOORSTOP_VER_UNIX = "1.3.0.0";
 const string MONO_VER = "2020.11.08";
 const string DOORSTOP_DLL = "winhttp.dll";