-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from SpaceWarpDev/dev
Update Nuget packing for 1.5
- Loading branch information
Showing
3 changed files
with
120 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>SpaceWarp</id> | ||
<version>1.5.1</version> | ||
<authors>SpaceWarp contributors</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://raw.githubusercontent.com/SpaceWarp/SpaceWarp/main/LICENSE</licenseUrl> | ||
<description>A C# modding API for KSP2</description> | ||
<tags>spacewarp ksp2 modding</tags> | ||
<icon>icon.png</icon> | ||
<projectUrl>https://spacewarp.org</projectUrl> | ||
<repository type="git" url="https://github.com/SpaceWarpDev/SpaceWarp" /> | ||
<readme>README.md</readme> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src=".github\README.md" target="README.md" /> | ||
<file src="images\icon.png" target="icon.png" /> | ||
<file src="LICENSE" target="LICENSE" /> | ||
<file src="build\nuget_temp\*.dll" target="lib/netstandard2.0/" /> | ||
<file src="build\nuget_temp\*.xml" target="lib/netstandard2.0/" /> | ||
</files> | ||
</package> |
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