Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
- Modified manifest.json for the 1.0.1 release
- Updated references
- Updates the CHANGELOG for the 1.0.1 release
  • Loading branch information
humansandbag committed Apr 14, 2023
1 parent 3c5c8be commit c309dc2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions GooderAutoShield/GooderAutoShield.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\JotunnLib.2.11.3\build\JotunnLib.props" Condition="Exists('..\packages\JotunnLib.2.11.3\build\JotunnLib.props')" />
<Import Project="..\packages\JotunnLib.2.11.4\build\JotunnLib.props" Condition="Exists('..\packages\JotunnLib.2.11.4\build\JotunnLib.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -57,8 +57,8 @@
<Reference Include="BepInEx.Preloader">
<HintPath>..\packages\BepInEx.Preloader.dll</HintPath>
</Reference>
<Reference Include="Jotunn, Version=2.11.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\JotunnLib.2.11.3\lib\net462\Jotunn.dll</HintPath>
<Reference Include="Jotunn, Version=2.11.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\JotunnLib.2.11.4\lib\net462\Jotunn.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.dll</HintPath>
Expand Down Expand Up @@ -100,7 +100,6 @@
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="Package\plugins\" />
Expand All @@ -125,6 +124,6 @@
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\JotunnLib.2.11.3\build\JotunnLib.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\JotunnLib.2.11.3\build\JotunnLib.props'))" />
<Error Condition="!Exists('..\packages\JotunnLib.2.11.4\build\JotunnLib.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\JotunnLib.2.11.4\build\JotunnLib.props'))" />
</Target>
</Project>
Binary file not shown.
6 changes: 3 additions & 3 deletions GooderAutoShield/Package/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion GooderAutoShield/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HarmonyX" version="2.10.1" targetFramework="net462" />
<package id="JotunnLib" version="2.11.3" targetFramework="net462" />
<package id="JotunnLib" version="2.11.4" targetFramework="net462" />
<package id="Mono.Cecil" version="0.11.4" targetFramework="net462" />
<package id="MonoMod" version="22.7.31.1" targetFramework="net462" />
<package id="MonoMod.RuntimeDetour" version="22.7.31.1" targetFramework="net462" />
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit c309dc2

Please sign in to comment.