Skip to content

Commit

Permalink
Updated to v1.2.0, updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Mikhailov committed Jul 1, 2023
1 parent 60f7025 commit 9c7e628
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
14 changes: 7 additions & 7 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<!--Development Variables-->
<PropertyGroup>
<IronPythonVersion>3.4.0</IronPythonVersion>
<Version>$(IronPythonVersion).2</Version>
<Version>$(IronPythonVersion).3</Version>

<!--Harmony Version-->
<HarmonyVersion>2.2.2</HarmonyVersion>
<HarmonyExtensionsVersion>3.2.0.72</HarmonyExtensionsVersion>
<HarmonyAnalyzerVersion>1.0.1.44</HarmonyAnalyzerVersion>
<ButterLibVersion>2.6.2</ButterLibVersion>
<HarmonyExtensionsVersion>3.2.0.77</HarmonyExtensionsVersion>
<HarmonyAnalyzerVersion>1.0.1.50</HarmonyAnalyzerVersion>
<ButterLibVersion>2.8.1</ButterLibVersion>
<!--BuildResources Version-->
<BuildResourcesVersion>1.0.1.87</BuildResourcesVersion>
<BUTRSharedVersion>3.0.0.127</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.166</BUTRModuleManagerVersion>
<BuildResourcesVersion>1.1.0.102</BuildResourcesVersion>
<BUTRSharedVersion>3.0.0.136</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.209</BUTRModuleManagerVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.4.0.3
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.2.0
* Updated to v1.2.0
---------------------------------------------------------------------------------------------------
Version: 3.4.0.2
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0
* Adapted for Release
* Switched to Python v3.4.0 non beta
---------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Bannerlord.IronPython.Implementation
{
[BLSEInterceptor]
public static class BUTRLoadingInterceptor
public static class BLSELoadingInterceptor
{
private static readonly AccessTools.FieldRef<Module, Dictionary<string, Type>>? LoadedSubModuleTypes =
AccessTools2.FieldRefAccess<Module, Dictionary<string, Type>>("_loadedSubmoduleTypes");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<PackageReference Include="Harmony.Extensions" Version="$(HarmonyExtensionsVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Bannerlord.ButterLib" Version="$(ButterLibVersion)" PrivateAssets="all" IncludeAssets="compile" />
<PackageReference Include="IronPython" Version="$(IronPythonVersion)" />
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive"/>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive"/>
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Bannerlord.DataModule.Sdk/1.0.1.68">
<Project Sdk="Bannerlord.DataModule.Sdk/1.1.0.102">

<PropertyGroup>
<IronPythonVersion>3.4.0</IronPythonVersion>
Expand Down
6 changes: 6 additions & 0 deletions supported-game-versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.3
v1.0.2
Expand Down

0 comments on commit 9c7e628

Please sign in to comment.