From 852e1c1d05099c3dc9ab4e9cbf282b4b553280ef Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Fri, 27 Oct 2023 18:44:24 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20RogueLibs=20v4.0.0-beta.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- RogueLibsCore/Resources/RogueLibsPatcher.dll | Bin 7168 -> 6656 bytes RogueLibsCore/RogueLibs.cs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f4602bb0..460f2e21 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 4.0.0-beta.7 + 4.0.0-beta.8 enable diff --git a/RogueLibsCore/Resources/RogueLibsPatcher.dll b/RogueLibsCore/Resources/RogueLibsPatcher.dll index 7e59df8de1ffd4ff78dfee032250429ea782b66a..87debaae505d726d752d2882c09b21a21dd920e0 100644 GIT binary patch delta 202 zcmZp$XfT=3q2&D|w2=V{9xx~=a5EY(FbDw!*dT&Yh7(tXF>*|1WYlJqnXJg9GdYq` zohv~QD60U(LX*3I5+akgF{(34Ouomc#AIW*nTe^5Pryej>|<$As(*_^TVdL9m9Lv; z2+Uz*w3uuvv|9^eGy{VGi~*$$3=sleAhyCpMKPd>lYa_pOjZ)vvYAgzh8bvvw&Y!= P7{kqiQtufj8n6QZ1G*^L delta 386 zcmZoLX|R~kp=341|1Sd+JYY~#;AS*nU=RTcut5Zsj3%xMV>~~Zkx`p5WU?ZY&g4i& zbuJAdpsWHAi%jkUN{CI~#;DFHHTfQ+5)-r0W+tXKJ^{8Jvp(M0zSC*VhkY80mtOn7 zd4|9oMn?0=rb4@ojJ3XWFfjTCFab@-0AdG2AQlEPpnwrbgShHIyaFh6&6_8kxoRL}- zlb@6o6O@{hnpm6~lb2dzVs3~~4OOF8kdnj@?BQr+YQ_MyDjjB(63E#*`uFh)X#`}c z<~>jN4s;p}2pR!d3KJE@fB`VsNLYiN;lC;{gakGVN<3rS%qJql4D`FU_+2IyBcRZG I#)$^(01EnRW&i*H diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index 45379030..21c7fe76 100644 --- a/RogueLibsCore/RogueLibs.cs +++ b/RogueLibsCore/RogueLibs.cs @@ -39,7 +39,7 @@ static RogueLibs() /// /// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin. /// - public const string CompiledSemanticVersion = "4.0.0-beta.7"; + public const string CompiledSemanticVersion = "4.0.0-beta.8"; /// /// Currently installed and running version of RogueLibs. ///