Skip to content

Commit c6875d6

Browse files
committed
Update changelog
1 parent 3a9f57b commit c6875d6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,19 @@ All notable changes to this project will be documented in this file
2121
`ModReference` items. This avoids the need for the KSP install path to be known at evaluation time.
2222
- Only include Log.cs (or anything else in include/unity) when `KSPBT_ReferenceUnityAssemblies` is `true` (#61)
2323
- Fix `KSP_VERSION_MAX` getting mangled when using an existing version file (#64)
24+
- Fix incorrect behavior when building without a solution (#50)
2425

2526
### Docs
2627

2728
- Fixed git submodule example to work even for tagged releases (#49)
2829

2930
### Actions
3031

31-
- Added the `use-nuget-restore` option to the `compile` action to use the `nuget restore` command, for projects using packages.config files. This allows the `compile` action with default settings to work on any Ubuntu runner image
32-
- Sped up `setup-ckan` action by skipping recommended packages and man-db updates
32+
- KSPBT actions used in reusable workflows are now pinned with each tag, instead of using actions from `main`. All calls to reusable workflows should be pinned to a tag to ensure the correct actions are being used. (#21)
33+
- `compile` action: Use `dotnet restore` instead of `nuget restore` by default, allowing the action to work on any Ubuntu runner image. Added the `use-nuget-restore` option to restore the previous behavior for projects that use packages.config for dependencies. (#68)
34+
- `compile` action: Removed call to`actions/setup-dotnet`. Setting up .NET should be done as a separate step. (#65)
35+
- `setup-ckan` action: Sped up execution by skipping recommended packages and man-db updates
36+
- `assemble-release` action: `outputs.artifact-path` now includes the `.zip` extension (#51)
3337

3438

3539
## 0.0.4 - 2025-06-15

0 commit comments

Comments
 (0)