Skip to content

Commit

Permalink
Merge pull request #174 from BUTR/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Aragas authored Feb 28, 2024
2 parents 0e29ed2 + 93c4187 commit f498277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Version>0.0.1.0</Version>
<!--Harmony Version-->
<HarmonyExtensionsVersion>3.2.0.77</HarmonyExtensionsVersion>
<HarmonyVersion>2.3.0.0</HarmonyVersion>
<HarmonyVersion>2.3.0</HarmonyVersion>
<HarmonyAnalyzerVersion>1.0.1.50</HarmonyAnalyzerVersion>
<BuildResourcesVersion>1.1.0.104</BuildResourcesVersion>
<BUTRAnalyzerVersion>1.0.1.12</BUTRAnalyzerVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/Bannerlord.Harmony/Bannerlord.Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<!--Module Creation-->

<ItemGroup>
<PackageReference Include="Lib.Harmony.Thin" Version="$(HarmonyVersion)-prerelease.7" />
<PackageReference Include="MonoMod.Core" Version="1.1.0-prerelease.2" />
<PackageReference Include="Lib.Harmony.Thin" Version="$(HarmonyVersion).1" />
<PackageReference Include="MonoMod.Core" Version="1.1.0" />

<PackageReference Include="Bannerlord.BuildResources" Version="$(BuildResourcesVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Bannerlord.BUTR.Analyzers" Version="$(BUTRAnalyzerVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
Expand All @@ -52,7 +52,7 @@
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>HarmonyVersion</_Parameter1>
<_Parameter2>2.3.0.0</_Parameter2>
<_Parameter2>$(HarmonyVersion).0</_Parameter2>
</AssemblyAttribute>
</ItemGroup>

Expand Down

0 comments on commit f498277

Please sign in to comment.