-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to generate KSP assembly attributes (#27)
* Add functionality to calculate the current version from git tags * Rework GetVersionFromGit a bit * KSP attribute generation * Allow specifying versions for CKAN dependencies * Update comment for GetVersionFromGit * Fix version sometimes reverting to 1.0.0 * Add docs to readme * Use FileVersion isntead of Version FileVersion doesnt have the suffix. I could use a custom task and regex but meh * Remove GetVersionFromGit I've changed my mind, MinVer is the way to go. * update changelog * Cache ckan install script for more predictable incrementality --------- Co-authored-by: JonnyOThan <[email protected]>
- Loading branch information
1 parent
9b8624f
commit dd57d2b
Showing
2 changed files
with
82 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters