Skip to content

Commit 35eb73c

Browse files
committed
Release 0.0.4
* Added a logging utility for use by mods * Fixed several places in KSPCommon.targets that didn't check for empty values properly * Support all forms of version numbers * KSPAssembly and KSPAssemblyDependency may optionally be major.minor (omitting patch) * KSPVersionFile.Version now defaults to $(FileVersion) if not set, which should support any number of elements * ProjectReference may now include <KSPAssemblyName> which will generate a `KSPAssemblyDependency` attribute * Added `ReferenceUnityAssemblies` and `ReferenceKSPAssemblies` for disabling the automatic inclusion of Unity and KSP assembly references
1 parent e682534 commit 35eb73c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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+
## 0.0.4 - 2025-06-15
66

77
* Added a logging utility for use by mods
88
* Fixed several places in KSPCommon.targets that didn't check for empty values properly
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file
1212
* ProjectReference may now include <KSPAssemblyName> which will generate a `KSPAssemblyDependency` attribute
1313
* Added `ReferenceUnityAssemblies` and `ReferenceKSPAssemblies` for disabling the automatic inclusion of Unity and KSP assembly references
1414

15+
1516
## 0.0.3 - 2024-12-16
1617

1718
### Actions
@@ -26,4 +27,4 @@ All notable changes to this project will be documented in this file
2627

2728
## 0.0.2 - 2024-10-21
2829

29-
first stable release
30+
first stable release

0 commit comments

Comments
 (0)