If set to true, automatically generates the KSPAssembly for your assembly from the Version property.
GenerateKSPAssemblyDependencyAttributes
If set to true, automatically generates KSPAssemblyDependency attributes for each dependency. Dependencies should have either the CKANIdentifier metadata or KSPAssemblyName metadata. Versions can be supplied with CKANVersion or KSPAssemblyVersion.
Also fixed up the CKAN install stuff so it only runs when absolutely necessary
Adds targets enabled by the following properties:
GenerateKSPAssemblyAttribute
If set to
true
, automatically generates theKSPAssembly
for your assembly from theVersion
property.GenerateKSPAssemblyDependencyAttributes
If set to
true
, automatically generatesKSPAssemblyDependency
attributes for each dependency. Dependencies should have either theCKANIdentifier
metadata orKSPAssemblyName
metadata. Versions can be supplied withCKANVersion
orKSPAssemblyVersion
.Also fixed up the CKAN install stuff so it only runs when absolutely necessary
Up for Bikeshedding: