diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-21 01:48:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-21 01:48:57 -0400 |
commit | 137d795ab3d01bc132e99e19ba9567fd70f3cec3 (patch) | |
tree | 704144050ec4fe5f6f3320080d6bd7c05e7151ae | |
parent | f9c107b751476b799a87cf25f9ed2424ab1a4775 (diff) | |
download | SMAPI-137d795ab3d01bc132e99e19ba9567fd70f3cec3.tar.gz SMAPI-137d795ab3d01bc132e99e19ba9567fd70f3cec3.tar.bz2 SMAPI-137d795ab3d01bc132e99e19ba9567fd70f3cec3.zip |
fix package
-rw-r--r-- | package.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.nuspec b/package.nuspec index 05c478de..58701695 100644 --- a/package.nuspec +++ b/package.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>Pathoschild.Stardew.ModBuildConfig</id> - <version>1.0</version> + <version>1.0.1</version> <title>MSBuild config for Stardew Valley mods</title> <authors>Pathoschild</authors> <owners>Pathoschild</owners> @@ -11,10 +11,10 @@ <projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig</projectUrl> <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.0/assets/nuget-icon.png</iconUrl> <description>Automates the build configuration for a crossplatform Stardew Valley mod that uses SMAPI.</description> - <releaseNotes>Initial release</releaseNotes> + <releaseNotes>Corrected package structure</releaseNotes> </metadata> <files> - <file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModdingBuildConfig.targets" /> + <file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" /> <file src="readme.md" target="" /> </files> </package>
\ No newline at end of file |