ソースを参照

Update Doorstop to 2.12.1.0

ghorsington 4 年 前
コミット
cd9cb35706
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build.cake

+ 1 - 1
build.cake

@@ -85,7 +85,7 @@ Task("Build")
     }
 });
 
-const string DOORSTOP_VER = "2.12.0.0";
+const string DOORSTOP_VER = "2.12.1.0";
 const string DOORSTOP_DLL = "winhttp.dll";
 Task("DownloadDoorstop")
     .Does(() =>