Skip to content

Commit

Permalink
Fixed game version property
Browse files Browse the repository at this point in the history
Updated deps
  • Loading branch information
Aragas committed Oct 15, 2023
1 parent 8397ce2 commit 936a883
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
<!--Harmony Version-->
<HarmonyExtensionsVersion>3.2.0.77</HarmonyExtensionsVersion>
<HarmonyVersion>2.3.0.0</HarmonyVersion>
<HarmonyAnalyzerVersion>1.0.1.44</HarmonyAnalyzerVersion>
<BuildResourcesVersion>1.1.0.102</BuildResourcesVersion>
<HarmonyAnalyzerVersion>1.0.1.50</HarmonyAnalyzerVersion>
<BuildResourcesVersion>1.1.0.104</BuildResourcesVersion>
<BUTRAnalyzerVersion>1.0.1.12</BUTRAnalyzerVersion>
<BUTRSharedVersion>3.0.0.136</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.209</BUTRModuleManagerVersion>
<BUTRSharedVersion>3.0.0.138</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.214</BUTRModuleManagerVersion>
<!--Current Bannerlord Version-->
<GameVersion>1.0.0</GameVersion>
<GameVersionWithPrefix>v$(GameVersion)</GameVersionWithPrefix>
<!--Bannerlord's Root Folder. Leave empty if you want it to be tried to be autoresolved.-->
<GameFolder Condition="$(Configuration) == 'Stable_Debug' OR $(Configuration) == 'Stable_Release'">$(BANNERLORD_STABLE_DIR)</GameFolder>
<GameFolder Condition="$(Configuration) == 'Beta_Debug' OR $(Configuration) == 'Beta_Release'">$(BANNERLORD_BETA_DIR)</GameFolder>
Expand Down
10 changes: 5 additions & 5 deletions src/Bannerlord.Harmony/_Module/SubModule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<!-- Community Dependency Metadata -->
<!-- https://github.com/BUTR/Bannerlord.BUTRLoader#for-modders -->
<DependedModuleMetadatas>
<DependedModuleMetadata id="Native" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="SandBoxCore" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="Sandbox" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="StoryMode" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="CustomBattle" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="Native" order="LoadAfterThis" version="$gameversion$.*" optional="true" />
<DependedModuleMetadata id="SandBoxCore" order="LoadAfterThis" version="$gameversion$.*" optional="true" />
<DependedModuleMetadata id="Sandbox" order="LoadAfterThis" version="$gameversion$.*" optional="true" />
<DependedModuleMetadata id="StoryMode" order="LoadAfterThis" version="$gameversion$.*" optional="true" />
<DependedModuleMetadata id="CustomBattle" order="LoadAfterThis" version="$gameversion$.*" optional="true" />
</DependedModuleMetadatas>
<!-- Community Dependency Metadata -->
<SubModules>
Expand Down

0 comments on commit 936a883

Please sign in to comment.