summaryrefslogtreecommitdiff
path: root/package.nuspec
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-10 15:46:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-10 15:46:29 -0400
commitc9785f4796676e63dfe8599b1d1d67b9d0c1ec9e (patch)
tree0f62de6aefbf97762c4a359aab16a26f9b3ff8b8 /package.nuspec
parent09034f61a14494bc7a255137fbec4b05023a22cd (diff)
parent059c277623b1e1813094fe1a4ae80db432bce0ec (diff)
downloadSMAPI-c9785f4796676e63dfe8599b1d1d67b9d0c1ec9e.tar.gz
SMAPI-c9785f4796676e63dfe8599b1d1d67b9d0c1ec9e.tar.bz2
SMAPI-c9785f4796676e63dfe8599b1d1d67b9d0c1ec9e.zip
Merge branch 'develop'
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 900e2a5b..f216803a 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.6.1</version>
+ <version>1.6.2</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.6.1/LICENSE.txt</licenseUrl>
+ <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.6.2/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig#readme</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.6.1/assets/nuget-icon.png</iconUrl>
+ <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.6.2/assets/nuget-icon.png</iconUrl>
<description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description>
- <releaseNotes>Improved OS and game path detection.</releaseNotes>
+ <releaseNotes>Improved OS and game path detection; removed undocumented GamePlatform variable.</releaseNotes>
</metadata>
<files>
<file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" />