Skip to content

Commit de9450a

Browse files
committed
Updated UnityDoorstop
1 parent 6963913 commit de9450a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Since v2, ModTek adheres to [Semantic Versioning](http://semver.org/) for runtim
1616
- Use of ModTekSimpleInjector [ModTekSimpleInjector.Example.xml](ModTekSimpleInjector/ModTekSimpleInjector.Example.xml)
1717
- `Logs` section within `mod.json` -> probably unstable API (options and stuff seems to always change)
1818

19+
## 4.5 - CptMoore
20+
21+
For modders:
22+
- Updated HarmonyX to 2.15.0
23+
- Updated UnityDoorstop to 4.4.1
24+
1925
## 4.4 - CptMoore
2026

2127
For modders:

ModTek.Preloader/ModTek.Preloader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
<Target Name="DoorstopDownloadAndInstall" BeforeTargets="CopyFilesToGame" Condition="!Exists('$(MSBuildProjectExtensionsPath)\doorstop') Or !Exists('$(BattleTechGameDir)\winhttp.dll')">
1515
<PropertyGroup>
16-
<DoorstopUrl>https://github.com/BattletechModders/UnityDoorstop/releases/download/4.3.0steamfix/doorstop_all_4.3.0steamfix.zip</DoorstopUrl>
16+
<DoorstopUrl>https://github.com/BattletechModders/UnityDoorstop/releases/download/4.4.1steamfix/doorstop_all_4.4.1steamfix.zip</DoorstopUrl>
1717
<DoorstopIntDir>$(MSBuildProjectExtensionsPath)\doorstop</DoorstopIntDir>
1818
</PropertyGroup>
1919
<DownloadFile SourceUrl="$(DoorstopUrl)" DestinationFolder="$(DoorstopIntDir)" />
20-
<Unzip SourceFiles="$(DoorstopIntDir)\doorstop_all_4.3.0steamfix.zip" DestinationFolder="$(DoorstopIntDir)" />
20+
<Unzip SourceFiles="$(DoorstopIntDir)\doorstop_all_4.4.1steamfix.zip" DestinationFolder="$(DoorstopIntDir)" />
2121
<Copy SourceFiles="$(DoorstopIntDir)\doorstop_win_release\x64\winhttp.dll" DestinationFolder="$(BattleTechGameDir)" />
2222
<Copy SourceFiles="$(DoorstopIntDir)\doorstop_linux_release\x64\libdoorstop.so" DestinationFolder="$(BattleTechGameDir)" />
2323
<Copy SourceFiles="$(DoorstopIntDir)\doorstop_macos_release\x64\libdoorstop.dylib" DestinationFolder="$(BattleTechGameDir)" />

0 commit comments

Comments
 (0)