Skip to content

Commit

Permalink
Added UpdateInfo
Browse files Browse the repository at this point in the history
SubModule.xml updates
  • Loading branch information
Aragas committed Dec 28, 2023
1 parent 6b4d5b6 commit 9099bf1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<!--Development Variables-->
<PropertyGroup>
<!--Module Version-->
<Version>2.8.0</Version>
<Version>2.8.1</Version>
<!--Harmony Version-->
<HarmonyVersion>2.2.2</HarmonyVersion>
<HarmonyExtensionsVersion>3.2.0.77</HarmonyExtensionsVersion>
<HarmonyAnalyzerVersion>1.0.1.50</HarmonyAnalyzerVersion>
<BuildResourcesVersion>1.1.0.104</BuildResourcesVersion>
<BUTRSharedVersion>3.0.0.138</BUTRSharedVersion>
<BUTRModuleManagerVersion>5.0.214</BUTRModuleManagerVersion>
<BUTRModuleManagerVersion>5.0.221</BUTRModuleManagerVersion>
<MCMVersion>5.5.3</MCMVersion>
<!--Current Bannerlord Version-->
<GameVersion>1.0.0</GameVersion>
Expand Down Expand Up @@ -53,7 +53,7 @@
</PropertyGroup>
<!--SorceLink-->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<!--CI Builds-->
<ItemGroup Condition="$(TargetFramework) == 'net472' AND $(OS) != 'Windows_NT'">
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.8.1
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.1.6,v1.2.8
* Added UpdateInfo
* Added Japanese translation
---------------------------------------------------------------------------------------------------
Version: 2.8.0
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2
* Switched back to Lib.Harmony
Expand Down
2 changes: 1 addition & 1 deletion src/Bannerlord.UIExtenderEx/Bannerlord.UIExtenderEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<BuildForWindows>true</BuildForWindows>
Expand Down
5 changes: 4 additions & 1 deletion src/Bannerlord.UIExtenderEx/_Module/SubModule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<ModuleCategory value="Singleplayer" />
<ModuleType value="Community" />
<Url value="https://www.nexusmods.com/mountandblade2bannerlord/mods/2102" />
<UpdateInfo value="NexusMods:2102" />
<DependedModules>
<DependedModule Id="Bannerlord.Harmony" DependentVersion="v$harmonyversion$" />
</DependedModules>
Expand All @@ -19,7 +20,7 @@
<Module Id="CustomBattle" />
</ModulesToLoadAfterThis>
<!-- Community Dependency Metadata -->
<!-- https://github.com/BUTR/Bannerlord.BUTRLoader#for-modders -->
<!-- https://github.com/BUTR/Bannerlord.BLSE#community-dependency-metadata -->
<DependedModuleMetadatas>
<DependedModuleMetadata id="Bannerlord.Harmony" order="LoadBeforeThis" version="v$harmonyversion$" />

Expand Down Expand Up @@ -49,6 +50,7 @@
<Name value="$modulename$" />
<DLLName value="$moduleid$.dll" />
<SubModuleClassType value="$moduleid$.SubModule" />
<Assemblies/>
<Tags>
<Tag key="DumpXML" value="false" />
</Tags>
Expand All @@ -57,6 +59,7 @@
<Name value="$modulename$ UI Patch" />
<DLLName value="$moduleid$.dll" />
<SubModuleClassType value="$moduleid$.UIPatchSubModule" />
<Assemblies/>
<Tags />
</SubModule>
</SubModules>
Expand Down

0 comments on commit 9099bf1

Please sign in to comment.