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
0.0.4
LIBRARY
* Added a logging utility for use by mods
ACTIONS
* `compile` now uses `dotnet msbuild` to build the project
* Dotnet compiler version can be specified in the `compile` options
BUILD
* 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
* Prevented automatic inclusion of mscorlib from nuget on some compiler versions
0 commit comments