summaryrefslogtreecommitdiff
path: root/package.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'package.nuspec')
-rw-r--r--package.nuspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.nuspec b/package.nuspec
index 4f5b47fd..5967c2e3 100644
--- a/package.nuspec
+++ b/package.nuspec
@@ -2,16 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Pathoschild.Stardew.ModBuildConfig</id>
- <version>1.4</version>
+ <version>1.5</version>
<title>MSBuild config for Stardew Valley mods</title>
<authors>Pathoschild</authors>
<owners>Pathoschild</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.4/LICENSE.txt</licenseUrl>
+ <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.5/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.4/assets/nuget-icon.png</iconUrl>
+ <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.5/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>
+ <releaseNotes>Added support for setting a custom game path globally; added default GOG path on Mac.</releaseNotes>
</metadata>
<files>
<file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" />