Skip to content

Commit 0f73021

Browse files
committed
TS
1 parent 82f49ee commit 0f73021

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

artifacts/tspublish/thunderstore.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
#DependencyNamespace-ModName = "version.number.here"
2020
[package.dependencies]
2121
BepInEx-BepInExPack ="5.4.2100"
22-
Evaisa-LethalLib ="0.16.2"
23-
Sigurd-CSync ="5.0.1"
22+
Evaisa-LethalLib ="1.1.1"
2423
WhiteSpike-Interactive_Terminal_API="1.2.0"
2524

2625
#These settings will import the repo's README.md file and the icon in the

src/ShipInventoryUpdated/ShipInventoryUpdated.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@
4444
<Exec
4545
Command="dotnet tool run netcode-patch -uv 2022.3.62 -nv 1.12.0 -tv 1.0.0 &quot;$(TargetPath)&quot; @(ReferencePathWithRefAssemblies->'&quot;%(Identity)&quot;', ' ')"/>
4646
</Target>
47+
48+
<ItemGroup>
49+
<None Update="Resources\Bundles\si-bundle" CopyToOutputDirectory="PreserveNewest" Link="si-bundle" />
50+
<None Update="Resources\Localization\*.json" CopyToOutputDirectory="PreserveNewest" Link="%(FileName)%(Extension)" />
51+
</ItemGroup>
4752
</Project>

0 commit comments

Comments
 (0)