File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file
4
4
5
5
## 0.0.4 - 2025-06-15
6
6
7
+ ### Library
8
+
7
9
* 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
+
8
18
* Fixed several places in KSPCommon.targets that didn't check for empty values properly
9
19
* Support all forms of version numbers
10
20
* KSPAssembly and KSPAssemblyDependency may optionally be major.minor (omitting patch)
11
21
* KSPVersionFile.Version now defaults to $(FileVersion) if not set, which should support any number of elements
12
22
* ProjectReference may now include <KSPAssemblyName > which will generate a ` KSPAssemblyDependency ` attribute
13
23
* 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
14
25
15
26
16
27
## 0.0.3 - 2024-12-16
You can’t perform that action at this time.
0 commit comments