Skip to content

Commit

Permalink
Support for Unity 2022.3.5f1 and KSP2 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Oct 26, 2023
1 parent 7dcf12b commit aaf9296
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<SpaceWarpVersion>1.5.1</SpaceWarpVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<SpaceWarpVersion>1.5.2</SpaceWarpVersion>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>SpaceWarp</RootNamespace>
<LangVersion>11</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
8 changes: 3 additions & 5 deletions SpaceWarp.Core/SpaceWarp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
<PackageReference Include="BepInEx.Core" Version="5.4.21" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.1.0" PrivateAssets="all" />
<PackageReference Include="HarmonyX" Version="2.10.1" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" Publicize="true" PrivateAssets="all" />
<PackageReference Include="Ksp2Uitk" Version="0.3.0" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" Publicize="true" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="UitkForKsp2" Version="1.2.0" />
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1" Publicize="true" />
<PackageReference Include="UnityEngine.UITK" Version="2020.3.33.1" Publicize="true" />
<PackageReference Include="UitkForKsp2" Version="2.0.0" />
<PackageReference Include="UnityEngine.Modules" Version="2022.3.5" Publicize="true" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SpaceWarp.Game/SpaceWarp.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<ItemGroup>
<PackageReference Include="JsonPeek" Version="1.2.0" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions SpaceWarp.Messaging/SpaceWarp.Messaging.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SpaceWarp.Core\SpaceWarp.Core.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions SpaceWarp.Sound/SpaceWarp.Sound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" Publicize="true" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" Publicize="true" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SpaceWarp.Core\SpaceWarp.Core.csproj" />
</ItemGroup>
Expand Down
7 changes: 3 additions & 4 deletions SpaceWarp.UI/SpaceWarp.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@

<ItemGroup>
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" Publicize="true" />
<PackageReference Include="UitkForKsp2" Version="1.4.0" Publicize="true" />
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1" Publicize="true" />
<PackageReference Include="UnityEngine.UITK" Version="2020.3.33.1" Publicize="true" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" Publicize="true" />
<PackageReference Include="UitkForKsp2" Version="2.0.0" Publicize="true" />
<PackageReference Include="UnityEngine.Modules" Version="2022.3.5" Publicize="true" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SpaceWarp.VersionChecking/SpaceWarp.VersionChecking.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.4" />
<PackageReference Include="KerbalSpaceProgram2.GameLibs" Version="0.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SpaceWarp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SpaceWarp</id>
<version>1.5.1</version>
<version>1.5.2</version>
<authors>SpaceWarp contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/SpaceWarp/SpaceWarp/main/LICENSE</licenseUrl>
Expand Down
Binary file modified SpaceWarpBuildTemplate/assets/bundles/avcdialog.bundle
Binary file not shown.
Binary file modified SpaceWarpBuildTemplate/assets/bundles/modlist.bundle
Binary file not shown.
Binary file modified SpaceWarpBuildTemplate/assets/bundles/swconsole.bundle
Binary file not shown.
2 changes: 1 addition & 1 deletion SpaceWarpBuildTemplate/swinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Space-Warp is an API for KSP2 mod developers.",
"source": "https://github.com/SpaceWarpDev/SpaceWarp",
"version_check": "https://raw.githubusercontent.com/SpaceWarpDev/SpaceWarp/main/SpaceWarpBuildTemplate/swinfo.json",
"version": "1.5.1",
"version": "1.5.2",
"dependencies": [
{
"id": "UitkForKsp2",
Expand Down

0 comments on commit aaf9296

Please sign in to comment.