Skip to content

Commit b899d54

Browse files
committedDec 1, 2017
Fix the nuget packages
1 parent 2dea0f8 commit b899d54

4 files changed

+27
-27
lines changed
 

‎nuget/Kopernicus.Components.nuspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<package >
33
<metadata>
44
<id>Kopernicus.Components</id>
5-
<version>{KSP-VERSION}.{KOPERNICUS-VERSION}</version>
5+
<version>1.3.1.3</version>
66
<authors>TMSP</authors>
77
<owners>TMSP</owners>
88
<licenseUrl>https://raw.githubusercontent.com/Kopernicus/Kopernicus/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/Kopernicus/Kopernicus</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Component library for the Kopernicus Project</description>
12-
<releaseNotes>{CHANGELOG}</releaseNotes>
12+
<releaseNotes></releaseNotes>
1313
<copyright>Copyright Kopernicus Project 2017</copyright>
1414
<tags>Kopernicus, Planetary, System, Modifier, Components</tags>
1515
<dependencies>
16-
<dependency id="Assembly-CSharp" version="[{KSP-VERSION}]" />
17-
<dependency id="UnityEngine" version="[{KSP-VERSION}]" />
18-
<dependency id="UnityEngine.UI" version="[{KSP-VERSION}]" />
16+
<dependency id="Assembly-CSharp" version="[1.3.1]" />
17+
<dependency id="UnityEngine" version="[1.3.1]" />
18+
<dependency id="UnityEngine.UI" version="[1.3.1]" />
1919
<dependency id="ModularFlightIntegrator" version="[1.2.4]" />
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="../build/GameData/Kopernicus/Plugins/Kopernicus.Components.dll" target="lib/net35" />
23+
<file src="Kopernicus.Components.dll" target="lib/net35" />
2424
</files>
2525
</package>

‎nuget/Kopernicus.OnDemand.nuspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
<package >
33
<metadata>
44
<id>Kopernicus.OnDemand</id>
5-
<version>{KSP-VERSION}.{KOPERNICUS-VERSION}</version>
5+
<version>1.3.1.3</version>
66
<authors>TMSP</authors>
77
<owners>TMSP</owners>
88
<licenseUrl>https://raw.githubusercontent.com/Kopernicus/Kopernicus/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/Kopernicus/Kopernicus</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>OnDemand loading library for the Kopernicus Project</description>
12-
<releaseNotes>{CHANGELOG}</releaseNotes>
12+
<releaseNotes></releaseNotes>
1313
<copyright>Copyright Kopernicus Project 2017</copyright>
1414
<tags>Kopernicus, Planetary, System, Modifier, OnDemand</tags>
1515
<dependencies>
16-
<dependency id="Assembly-CSharp" version="[{KSP-VERSION}]" />
17-
<dependency id="UnityEngine" version="[{KSP-VERSION}]" />
18-
<dependency id="UnityEngine.UI" version="[{KSP-VERSION}]" />
16+
<dependency id="Assembly-CSharp" version="[1.3.1]" />
17+
<dependency id="UnityEngine" version="[1.3.1]" />
18+
<dependency id="UnityEngine.UI" version="[1.3.1]" />
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="../build/GameData/Kopernicus/Plugins/Kopernicus.OnDemand.dll" target="lib/net35" />
22+
<file src="Kopernicus.OnDemand.dll" target="lib/net35" />
2323
</files>
2424
</package>

‎nuget/Kopernicus.Parser.nuspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
<package >
33
<metadata>
44
<id>Kopernicus.Parser</id>
5-
<version>{KSP-VERSION}.{KOPERNICUS-VERSION}</version>
5+
<version>1.3.1.3</version>
66
<authors>TMSP</authors>
77
<owners>TMSP</owners>
88
<licenseUrl>https://raw.githubusercontent.com/Kopernicus/Kopernicus/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/Kopernicus/Kopernicus</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>The Kopernicus parsing and attribution library</description>
12-
<releaseNotes>{CHANGELOG}</releaseNotes>
12+
<releaseNotes></releaseNotes>
1313
<copyright>Copyright Kopernicus Project 2017</copyright>
1414
<tags>Kopernicus, Planetary, System, Modifier, Parser, config-parser</tags>
1515
<dependencies>
16-
<dependency id="Assembly-CSharp" version="[{KSP-VERSION}]" />
17-
<dependency id="UnityEngine" version="[{KSP-VERSION}]" />
18-
<dependency id="UnityEngine.UI" version="[{KSP-VERSION}]" />
16+
<dependency id="Assembly-CSharp" version="[1.3.1]" />
17+
<dependency id="UnityEngine" version="[1.3.1]" />
18+
<dependency id="UnityEngine.UI" version="[1.3.1]" />
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="../build/GameData/Kopernicus/Plugins/Kopernicus.Parser.dll" target="lib/net35" />
22+
<file src="Kopernicus.Parser.dll" target="lib/net35" />
2323
</files>
2424
</package>

‎nuget/Kopernicus.nuspec

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<package >
33
<metadata>
44
<id>Kopernicus</id>
5-
<version>{KSP-VERSION}.{KOPERNICUS-VERSION}</version>
5+
<version>1.3.1.3</version>
66
<authors>TMSP</authors>
77
<owners>TMSP</owners>
88
<licenseUrl>https://raw.githubusercontent.com/Kopernicus/Kopernicus/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/Kopernicus/Kopernicus</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Kopernicus is a mod for Kerbal Space Program which allows users to replace the planetary system used by the game</description>
12-
<releaseNotes>{CHANGELOG}</releaseNotes>
12+
<releaseNotes></releaseNotes>
1313
<copyright>Copyright Kopernicus Project 2017</copyright>
1414
<tags>Kopernicus, Planetary, System, Modifier</tags>
1515
<dependencies>
16-
<dependency id="Assembly-CSharp" version="[{KSP-VERSION}]" />
17-
<dependency id="UnityEngine" version="[{KSP-VERSION}]" />
18-
<dependency id="UnityEngine.UI" version="[{KSP-VERSION}]" />
19-
<dependency id="Kopernicus.Components" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
20-
<dependency id="Kopernicus.OnDemand" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
21-
<dependency id="Kopernicus.Parser" version="[{KSP-VERSION}.{KOPERNICUS-VERSION}]" />
16+
<dependency id="Assembly-CSharp" version="[1.3.1]" />
17+
<dependency id="UnityEngine" version="[1.3.1]" />
18+
<dependency id="UnityEngine.UI" version="[1.3.1]" />
19+
<dependency id="Kopernicus.Components" version="[1.3.1.3]" />
20+
<dependency id="Kopernicus.OnDemand" version="[1.3.1.3]" />
21+
<dependency id="Kopernicus.Parser" version="[1.3.1.3]" />
2222
<dependency id="ModularFlightIntegrator" version="[1.2.4]" />
2323
</dependencies>
2424
</metadata>
2525
<files>
26-
<file src="../build/GameData/Kopernicus/Plugins/Kopernicus.dll" target="lib/net35" />
26+
<file src="Kopernicus.dll" target="lib/net35/" />
2727
</files>
2828
</package>

0 commit comments

Comments
 (0)
Please sign in to comment.