diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-22 22:54:07 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-22 22:54:07 -0500 |
commit | f681efd6e7950c5a1b40990904b6bcdc3c04818f (patch) | |
tree | 2c6136a8fa9607f3de21c6a4b069f55b598a3d16 | |
parent | 2c278b970385486232b2c2727ab74c20e7730921 (diff) | |
download | SMAPI-f681efd6e7950c5a1b40990904b6bcdc3c04818f.tar.gz SMAPI-f681efd6e7950c5a1b40990904b6bcdc3c04818f.tar.bz2 SMAPI-f681efd6e7950c5a1b40990904b6bcdc3c04818f.zip |
update nuspec
-rw-r--r-- | package.nuspec | 8 |
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" /> |