diff --git a/CHANGELOG.md b/CHANGELOG.md index 9694fa6..868bc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## Changelog: +### v1.0.1 +- Bug fix for auto-equip prevention bug that occurred when equipping a two-handed weapon, bow, or tool when a one-handed weapon and shield were equipped + ### v1.0.0 - Initial release \ No newline at end of file diff --git a/GooderAutoShield/GooderAutoShield.csproj b/GooderAutoShield/GooderAutoShield.csproj index 79ace91..fb1c939 100644 --- a/GooderAutoShield/GooderAutoShield.csproj +++ b/GooderAutoShield/GooderAutoShield.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -57,8 +57,8 @@ ..\packages\BepInEx.Preloader.dll - - ..\packages\JotunnLib.2.11.3\lib\net462\Jotunn.dll + + ..\packages\JotunnLib.2.11.4\lib\net462\Jotunn.dll ..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.dll @@ -100,7 +100,6 @@ - @@ -125,6 +124,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GooderAutoShield/Package/MainStreetGaming-GooderAutoShield/GooderAutoShield.dll b/GooderAutoShield/Package/MainStreetGaming-GooderAutoShield/GooderAutoShield.dll index a0dd810..effff7e 100644 Binary files a/GooderAutoShield/Package/MainStreetGaming-GooderAutoShield/GooderAutoShield.dll and b/GooderAutoShield/Package/MainStreetGaming-GooderAutoShield/GooderAutoShield.dll differ diff --git a/GooderAutoShield/Package/manifest.json b/GooderAutoShield/Package/manifest.json index 6cc90f1..5affe0f 100644 --- a/GooderAutoShield/Package/manifest.json +++ b/GooderAutoShield/Package/manifest.json @@ -1,11 +1,11 @@ { "name": "GooderAutoShield", "description": "The ultimate solution for shield-wielding warriors who demand absolute control and unmatched efficiency in combat!", - "version_number": "1.0.0", + "version_number": "1.0.1", "website_url": "https://github.com/humansandbag/Valheim-GooderAutoShield-Mod", "dependencies": [ - "denikson-BepInExPack_Valheim-5.4.2102", - "ValheimModding-Jotunn-2.11.3", + "denikson-BepInExPack_Valheim-5.4.2105", + "ValheimModding-Jotunn-2.11.4", "Tekla-JsonDotNet-13.0.1" ] } \ No newline at end of file diff --git a/GooderAutoShield/packages.config b/GooderAutoShield/packages.config index 889efd6..3b9e394 100644 --- a/GooderAutoShield/packages.config +++ b/GooderAutoShield/packages.config @@ -1,7 +1,7 @@  - + diff --git a/manifest.json b/manifest.json index 6cc90f1..5affe0f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "name": "GooderAutoShield", "description": "The ultimate solution for shield-wielding warriors who demand absolute control and unmatched efficiency in combat!", - "version_number": "1.0.0", + "version_number": "1.0.1", "website_url": "https://github.com/humansandbag/Valheim-GooderAutoShield-Mod", "dependencies": [ - "denikson-BepInExPack_Valheim-5.4.2102", - "ValheimModding-Jotunn-2.11.3", + "denikson-BepInExPack_Valheim-5.4.2105", + "ValheimModding-Jotunn-2.11.4", "Tekla-JsonDotNet-13.0.1" ] } \ No newline at end of file