Skip to content

Commit d7d1b42

Browse files
authored
Update KSPBT to 1.1.1 (#172)
1 parent ff3949b commit d7d1b42

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717

1818
jobs:
1919
build:
20-
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@0.0.4
20+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@1.1.1

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99

1010
jobs:
1111
create-release:
12-
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@0.0.4
12+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@1.1.1
1313
with:
14-
version-string: ${{ inputs.version-string }}
14+
version-string: ${{ inputs.version-string }}

.github/workflows/publish-to-spacedock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish-to-spacedock:
9-
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@0.0.4
9+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/publish-to-spacedock.yml@1.1.1
1010
with:
1111
spacedock-username: ${{ vars.SPACEDOCK_USERNAME }}
1212
mod-id: ${{ vars.SPACEDOCK_MOD_ID }}

RasterPropMonitor/Core/IJSIModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
****************************************************************************/
2121
using System;
2222
using System.Collections.Generic;
23-
using Log = KSPBuildTools.Log;
23+
using Log = KSPCommunityLib.Logging.Log;
2424

2525
namespace JSI
2626
{

RasterPropMonitor/RasterPropMonitor.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
<TargetFramework>net4.8</TargetFramework>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<BinariesOutputRelativePath>GameData\JSI\RasterPropMonitor\Plugins</BinariesOutputRelativePath>
11-
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
12-
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
10+
<KSPBT_ModRoot>$(MSBuildProjectDirectory)/../GameData/JSI/RasterPropMonitor/</KSPBT_ModRoot>
11+
<KSPBT_ModPluginFolder>Plugins</KSPBT_ModPluginFolder>
1312
</PropertyGroup>
1413
<ItemGroup>
15-
<KSPVersionFile Include="$(RepoRootPath)\GameData\JSI\RasterPropMonitor\RasterPropMonitor.version">
16-
<Destination>$(RepoRootPath)\GameData\JSI\RasterPropMonitor\RasterPropMonitor.version</Destination>
14+
<KSPVersionFile Include="$(KSPBT_ModRoot)/RasterPropMonitor.version">
15+
<Destination>$(KSPBT_ModRoot)/RasterPropMonitor.version</Destination>
1716
<KSP_Version_Min>1.12.3</KSP_Version_Min>
1817
</KSPVersionFile>
1918
</ItemGroup>
2019
<ItemGroup>
2120
<Publicize Include="Assembly-CSharp" />
2221
</ItemGroup>
2322
<ItemGroup>
24-
<PackageReference Include="KSPBuildTools" Version="0.0.4" />
2523
<PackageReference Include="Krafs.Publicizer" Version="1.0.3" />
24+
<PackageReference Include="KSPBuildTools" Version="1.1.1" />
25+
<PackageReference Include="KSPCommunityLib" Version="0.1.1" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)