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
* Add csproj that enables nuget packing
* Add a changelog
* Add a nuget deploy workflow
* update download-artifact
* I have no idea what "username" should be for an organization???
* Try this
* fix path
* whitespace???
* fix secret
* Use username for namespace?
* publish to nuget
* don't shallow clone
* Fix props importing when used from nuget
* don't write dll to nuget package
* don't warn about not including a DLL
there might be a better way to do this but hell if I know what it is
* document how to use
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,22 @@
1
+
KSP Build Tools
2
+
===============
3
+
1
4
This repository aims to provide a common set of tools for developing mods for Kerbal Space Program. Note that it's still in "alpha" stages so expect things to change or break.
- Includes a target for installing dependencies with CKAN
28
43
- Designed to be used by the [Build github workflow](#compile-action)
29
44
30
-
To use it, import `KSPCommon.targets` in your .csproj file after it imports Microsoft.CSharp.targets. You should remove ALL the existing assembly references to `System`, `Assembly-CSharp`, and `Unity`.
45
+
If not using a PackageReference, import `KSPCommon.targets` in your .csproj file after it imports Microsoft.CSharp.targets. You should remove ALL the existing assembly references to `System`, `Assembly-CSharp`, and `Unity`.
0 commit comments