Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jan 25, 2022
1 parent 82f3db6 commit f7d24f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<!--Development Variables-->
<PropertyGroup>
<!--Module Version-->
<Version>1.0.33</Version>
<Version>1.0.34</Version>
<!--Harmony Version-->
<HarmonyVersion>2.1.1</HarmonyVersion>
<!--Microsoft Extension Libraries Version-->
<ExtensionVersion>2.0.0</ExtensionVersion>
<!--BuildResources Version-->
<BuildResourcesVersion>1.0.0.39</BuildResourcesVersion>
<BuildResourcesVersion>1.0.1.68</BuildResourcesVersion>
<BUTRSharedVersion>1.6.1.61</BUTRSharedVersion>
<HarmonyExtensionsVersion>2.0.0.51</HarmonyExtensionsVersion>
<HarmonyExtensionsVersion>2.0.0.54</HarmonyExtensionsVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.34
Game Versions: e1.4.3,e1.5.0,e1.5.1,e1.5.2,e1.5.3,e1.5.4,e1.5.5,e1.5.6,e1.5.7,e1.5.8,e1.5.9,e1.5.10,e1.6.0,e1.6.1,e1.6.2,e1.6.3,e1.6.4,e1.6.5,e1.7.0,e1.7.1
* Fixed AccessTools2.
---------------------------------------------------------------------------------------------------
Version: 1.0.33
Game Versions: e1.4.3,e1.5.0,e1.5.1,e1.5.2,e1.5.3,e1.5.4,e1.5.5,e1.5.6,e1.5.7,e1.5.8,e1.5.9,e1.5.10,e1.6.0,e1.6.1,e1.6.2,e1.6.3,e1.6.4,e1.6.5,e1.7.0,e1.7.1
* Fixed TW save changes for the modding community.
Expand Down
2 changes: 1 addition & 1 deletion src/Bannerlord.ButterLib/Bannerlord.ButterLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="IsExternalInit" Version="1.0.1">
<PackageReference Include="IsExternalInit" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f7d24f1

Please sign in to comment.