diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-11 14:06:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-11 14:06:46 -0500 |
commit | 6f0900b34c1964a9bd047cef0555d44c63f72343 (patch) | |
tree | af7d5e286006dd0b14fe44469a0ab62cf03cd573 | |
parent | db2cc7ef41aa2ce84e1c610db8d5f6cba3092a45 (diff) | |
download | SMAPI-6f0900b34c1964a9bd047cef0555d44c63f72343.tar.gz SMAPI-6f0900b34c1964a9bd047cef0555d44c63f72343.tar.bz2 SMAPI-6f0900b34c1964a9bd047cef0555d44c63f72343.zip |
update nuspec
-rw-r--r-- | package.nuspec | 10 |
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> |