You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,19 @@ All notable changes to this project will be documented in this file
21
21
`ModReference` items. This avoids the need for the KSP install path to be known at evaluation time.
22
22
- Only include Log.cs (or anything else in include/unity) when `KSPBT_ReferenceUnityAssemblies` is `true` (#61)
23
23
- Fix `KSP_VERSION_MAX` getting mangled when using an existing version file (#64)
24
+
- Fix incorrect behavior when building without a solution (#50)
24
25
25
26
### Docs
26
27
27
28
- Fixed git submodule example to work even for tagged releases (#49)
28
29
29
30
### Actions
30
31
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)
0 commit comments