Skip to content

Commit

Permalink
Merge pull request #195 from Aragas/dev
Browse files Browse the repository at this point in the history
v4.4.0
  • Loading branch information
Aragas authored Mar 19, 2022
2 parents 2b59ef2 + 7ef2d23 commit ef13487
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<GameVersion>1.7.2</GameVersion>
<Version>5.0.0</Version>
<Version>4.4.0</Version>
<HarmonyVersion>2.2.1</HarmonyVersion>
<ButterLibVersion>2.1.0</ButterLibVersion>
<UIExtenderExVersion>2.1.8</UIExtenderExVersion>
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------------------------------
Version: 5.0.0
Version: 4.4.0
Game Versions: e1.7.2
* Code cleanup
* Minimal version supported is now e1.7.2
Expand Down
3 changes: 1 addition & 2 deletions tests/MCM.Tests/BaseTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
extern alias v4;

using Bannerlord.BUTR.Shared.Helpers;
using Bannerlord.ButterLib;
using Bannerlord.ButterLib.SubModuleWrappers;

Expand All @@ -15,12 +14,12 @@
using TaleWorlds.Engine;

using v4::Bannerlord.ModuleManager;
using v4::Bannerlord.BUTR.Shared.Helpers;

using v4::MCM;
using v4::MCM.Implementation;

using AccessTools2 = v4::HarmonyLib.BUTR.Extensions.AccessTools2;
using ModuleInfoHelper = Bannerlord.BUTR.Shared.Helpers.ModuleInfoHelper;
using SymbolExtensions2 = v4::HarmonyLib.BUTR.Extensions.SymbolExtensions2;

namespace MCM.Tests
Expand Down
2 changes: 1 addition & 1 deletion tests/MCM.Tests/MCM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\MCM.UI\MCM.UI.csproj" />
<ProjectReference Include="..\..\src\MCM.UI\MCM.UI.csproj" Aliases="UI" />
<ProjectReference Include="..\..\src\MCM\MCM.csproj" Aliases="v4" />
</ItemGroup>

Expand Down

0 comments on commit ef13487

Please sign in to comment.