diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-28 11:26:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-28 11:26:08 -0400 |
commit | 048888e09347b38d19bbac5d1c123ec83acfb367 (patch) | |
tree | 0753db87b83c2d8bcc4ed3dc723df637119bdb20 /package.nuspec | |
parent | 34eff4b08612f687c32faf8ec1b3363ba9fe0aa0 (diff) | |
download | SMAPI-048888e09347b38d19bbac5d1c123ec83acfb367.tar.gz SMAPI-048888e09347b38d19bbac5d1c123ec83acfb367.tar.bz2 SMAPI-048888e09347b38d19bbac5d1c123ec83acfb367.zip |
update nuspec
Diffstat (limited to 'package.nuspec')
-rw-r--r-- | package.nuspec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.nuspec b/package.nuspec index 9abc7251..b8e96481 100644 --- a/package.nuspec +++ b/package.nuspec @@ -2,16 +2,18 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>Pathoschild.Stardew.ModBuildConfig</id> - <version>1.7</version> + <version>1.7.1</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.7/LICENSE.txt</licenseUrl> + <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.7.1/LICENSE.txt</licenseUrl> <projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig#readme</projectUrl> - <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.7/assets/nuget-icon.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.7.1/assets/nuget-icon.png</iconUrl> <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description> - <releaseNotes>Added option to create release zips on build; added reference to XNA's XACT library for audio-related mods.</releaseNotes> + <releaseNotes> + 1.7 added an option to create release zips on build and added a reference to XNA's XACT library for audio-related mods. + 1.7.1 fixed an issue where i18n folders were flattened, and ensures that the manifest/i18n files in the project take precedence over those in the build output if both are present.</releaseNotes> </metadata> <files> <file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" /> |