Ver Fonte

Bump Doorstop to 3.0.2.0

ghorsington há 4 anos atrás
pai
commit
b274912871
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      README.md
  2. 1 1
      build.cake

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ Unity plugin framework
 **[User and developer guides](https://bepinex.github.io/bepinex_docs/master/articles/index.html)**
 
 ## Used libraries
-- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 3.0.1.0 ([b4451d7](https://github.com/NeighTools/UnityDoorstop/commit/b4451d7341956de7ee16a12f675f11193d094ac7))
+- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 3.0.2.0 ([1367bda](https://github.com/NeighTools/UnityDoorstop/commit/1367bdae68353074972019f5b16c07335beb8d17))
 - [NeighTools/UnityDoorstop.Unix](https://github.com/NeighTools/UnityDoorstop.Unix) - 1.2.0.0 ([94c882f](https://github.com/NeighTools/UnityDoorstop.Unix/commit/94c882f9c42b53685571b2d160ccf6e2e9492434))
 - [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - 2.0.3.1 ([188873c](https://github.com/BepInEx/HarmonyX/commit/188873c5206ffb1ffa751893d9fec229b8068d85))
 - [MonoMod/MonoMod](https://github.com/MonoMod/MonoMod) - v20.05.21.05 ([5d8210d](https://github.com/MonoMod/MonoMod/commit/5d8210d35efb6e85b7b40f1ce040257012936a90))

+ 1 - 1
build.cake

@@ -4,7 +4,7 @@
 #addin nuget:?package=Cake.Json&version=4.0.0
 #addin nuget:?package=Newtonsoft.Json&version=11.0.2
 
-const string DOORSTOP_VER_WIN = "3.0.1.0";
+const string DOORSTOP_VER_WIN = "3.0.2.0";
 const string DOORSTOP_VER_NIX = "1.2.0.0";
 const string DOORSTOP_DLL = "winhttp.dll";