summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.nuspec10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.nuspec b/package.nuspec
index 5c1f5d1b..4f5b47fd 100644
--- a/package.nuspec
+++ b/package.nuspec
@@ -7,14 +7,14 @@
<authors>Pathoschild</authors>
<owners>Pathoschild</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.3/LICENSE.txt</licenseUrl>
+ <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.4/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.3/assets/nuget-icon.png</iconUrl>
- <description>Automates the build configuration for a crossplatform Stardew Valley mod that uses SMAPI.</description>
- <releaseNotes>Fix game path detection on 32-bit Windows; remove support for SilVerPLuM (discontinued); removed support for overriding target platform (never used).</releaseNotes>
+ <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.4/assets/nuget-icon.png</iconUrl>
+ <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description>
+ <releaseNotes>Fixed detection of non-default game paths on 32-bit Windows; removed support for SilVerPLuM (discontinued); removed support for overriding the target platform (no longer needed).</releaseNotes>
</metadata>
<files>
<file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" />
<file src="readme.md" target="" />
</files>
-</package> \ No newline at end of file
+</package>