Skip to content

Commit 4d55786

Browse files
committed
Updated dependency versions
1 parent 101a60a commit 4d55786

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin_template/swinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
{
1616
"id": "com.github.x606.spacewarp",
1717
"version": {
18-
"min": "1.9.0",
18+
"min": "1.9.5",
1919
"max": "*"
2020
}
2121
},
2222
{
2323
"id": "PatchManager",
2424
"version": {
25-
"min": "0.9.3",
25+
"min": "0.11.1",
2626
"max": "*"
2727
}
2828
}

src/CommunityFixes/CommunityFixes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all"/>
77
<PackageReference Include="BepInEx.Core" Version="5.*"/>
88
<PackageReference Include="HarmonyX" Version="2.10.1"/>
9-
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.2.0" PrivateAssets="all" Publicize="true"/>
10-
<PackageReference Include="SpaceWarp" Version="1.6.0"/>
9+
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.2.2" PrivateAssets="all" Publicize="true"/>
10+
<PackageReference Include="SpaceWarp" Version="1.9.0"/>
1111
<PackageReference Include="SpaceWarp.PluginInfoProps" Version="1.*"/>
1212
<PackageReference Include="UnityEngine.Modules" Version="2022.3.5"/>
1313
</ItemGroup>

0 commit comments

Comments
 (0)