Skip to content

Commit 1957c40

Browse files
committed
Release 1.0.1
### Msbuild - Fix broken `KSPAssemblyDependency` attributes when using `ModReference` items.
1 parent c5ac7b0 commit 1957c40

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060
dotnet-version: ${{ inputs.dotnet-version }}
6161

6262
# Install CKAN and set up an instance
63-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
63+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
6464
if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers }}
6565

6666
# Install any listed CKAN dependencies
67-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
67+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
6868
if: ${{ inputs.dependency-identifiers }}
6969
with:
7070
dependency-identifiers: ${{ inputs.dependency-identifiers }}
7171

7272
# Compile the mod
73-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
73+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
7474
if: ${{ inputs.use-msbuild }}
7575
with:
7676
build-configuration: ${{ inputs.build-configuration }}
@@ -80,7 +80,7 @@ jobs:
8080
use-nuget-restore: ${{ inputs.use-nuget-restore }}
8181

8282
# Assemble the mod into a release package
83-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
83+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
8484
id: assemble-release
8585
with:
8686
artifacts: ${{ inputs.artifacts }}

.github/workflows/create-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
submodules: true
6565

6666
- name: update-version
67-
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
67+
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
6868
with:
6969
version-string: ${{ inputs.version-string }}
7070
template-extension: ${{ inputs.version-template-extension }}
@@ -81,18 +81,18 @@ jobs:
8181
git tag -f -a "$VERSION_STRING" -m "$VERSION_STRING"
8282
8383
# Install CKAN and set up an instance
84-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
84+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
8585
if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers }}
8686

8787
# Install any listed CKAN dependencies
88-
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
88+
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
8989
if: ${{ inputs.dependency-identifiers }}
9090
with:
9191
dependency-identifiers: ${{ inputs.dependency-identifiers }}
9292

9393
- name: compile
9494
if: ${{ inputs.use-msbuild }}
95-
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
95+
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
9696
with:
9797
build-configuration: ${{ inputs.build-configuration }}
9898
ksp-zip-url: ${{ inputs.ksp-zip-url }}
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: assemble-release
103103
id: assemble-release
104-
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
104+
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
105105
with:
106106
artifacts: ${{ inputs.artifacts }}
107107
output-file-name: ${{ github.event.repository.name }}-${{ env.VERSION_STRING }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: get-release-info
3333
id: get-release-info
34-
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].0
34+
uses: KSPModdingLibs/KSPBuildTools/.github/actions/[email protected].1
3535
with:
3636
release-tag: ${{ inputs.release-tag }}
3737

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file
44

5-
## Unreleased
5+
## 1.0.1 - 2025-11-25
66

77
### Msbuild
88

0 commit comments

Comments
 (0)