Skip to content

Commit aaf7c9f

Browse files
committed
Update ShowKSP2Events.csproj
1 parent 654ae5a commit aaf7c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ShowKSP2EventsProject/ShowKSP2Events.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>com.github.falki.showksp2events</AssemblyName>
99
<Product>ShowKSP2Events</Product>
1010
<Description>Shows KSP2 events being triggered</Description>
11-
<Version>1.2.0</Version>
11+
<Version>1.3.0</Version>
1212
<RestoreAdditionalProjectSources>
1313
https://api.nuget.org/v3/index.json;
1414
https://nuget.bepinex.dev/v3/index.json
@@ -29,8 +29,8 @@
2929
<PackageReference Include="BepInEx.Core" Version="5.*" />
3030
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
3131
<PackageReference Include="HarmonyX" Version="2.10.1" />
32-
<PackageReference Include="SpaceWarp" Version="1.0.1" />
33-
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33" IncludeAssets="compile" />
32+
<PackageReference Include="SpaceWarp" Version="1.4.0" />
33+
<PackageReference Include="UnityEngine.Modules" Version="2020.3.33.1" IncludeAssets="compile" />
3434
</ItemGroup>
3535
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
3636
<Exec Command="echo d | xcopy /y /s &quot;$(ProjectDir)..\$(ModId)\&quot; &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\&quot;&#xA;echo f | xcopy /y &quot;$(TargetPath)&quot; &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).dll&quot;&#xA;if $(ConfigurationName) == Debug echo f | xcopy /y &quot;$(TargetDir)$(TargetName).pdb&quot; &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).pdb&quot;&#xA;xcopy /y &quot;$(ProjectDir)..\LICENSE&quot; &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\&quot;&#xA;echo f | xcopy /y &quot;$(ProjectDir)..\README.md&quot; &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\README.txt&quot;&#xD;&#xA;&#xD;&#xA;echo Copying output .dll to &quot;$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\&quot;&#xD;&#xA;xcopy /y &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).dll&quot; &quot;$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\&quot;&#xD;&#xA;&#xD;&#xA;echo Copying output .pdb to &quot;$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\&quot;&#xD;&#xA;xcopy /y &quot;$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).pdb&quot; &quot;$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\&quot;&#xD;&#xA;&#xD;&#xA;echo Starting KSP2_x64.exe&#xD;&#xA;powershell &quot;start-process &quot;&quot;$(KSP2DIR)\KSP2_x64.exe&quot;&quot;&quot;" />

0 commit comments

Comments
 (0)