Skip to content

Commit 2e76d3f

Browse files
committed
bump version + update csproj
1 parent 059f47c commit 2e76d3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

QSB/QSB.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
<None Condition="Exists('debugsettings.json')" Include="debugsettings.json">
7070
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7171
</None>
72+
<None Include="..\Lib\*.dll">
73+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
74+
</None>
7275
</ItemGroup>
7376
<ItemGroup>
7477
<PackageReference Include="OuterWildsGameLibs" Version="1.1.14.768" IncludeAssets="compile" />

QSB/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"body": "- Disable *all* other mods. (Can heavily affect performance)\n- Make sure you are not running any other network-intensive applications."
99
},
1010
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
11-
"version": "0.31.1",
11+
"version": "0.31.2",
1212
"owmlVersion": "2.9.8",
1313
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
1414
"pathsToPreserve": [ "debugsettings.json" ],

0 commit comments

Comments
 (0)