Skip to content

Commit 57833c7

Browse files
committed
Update changelog with 0.0.4 changes, release for real
1 parent 35eb73c commit 57833c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file
44

55
## 0.0.4 - 2025-06-15
66

7+
### Library
8+
79
* Added a logging utility for use by mods
10+
11+
### Actions
12+
13+
* `compile` now uses `dotnet msbuild` to build the project
14+
* Dotnet compiler version can be specified in the `compile` options
15+
16+
### Build
17+
818
* Fixed several places in KSPCommon.targets that didn't check for empty values properly
919
* Support all forms of version numbers
1020
* KSPAssembly and KSPAssemblyDependency may optionally be major.minor (omitting patch)
1121
* KSPVersionFile.Version now defaults to $(FileVersion) if not set, which should support any number of elements
1222
* ProjectReference may now include <KSPAssemblyName> which will generate a `KSPAssemblyDependency` attribute
1323
* Added `ReferenceUnityAssemblies` and `ReferenceKSPAssemblies` for disabling the automatic inclusion of Unity and KSP assembly references
24+
* Prevented automatic inclusion of mscorlib from nuget on some compiler versions
1425

1526

1627
## 0.0.3 - 2024-12-16

0 commit comments

Comments
 (0)