소스 검색

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(() =>