diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-11 17:38:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-11 17:38:20 -0400 |
commit | 44e91ca5e1527333fdbd2993b694cc17601293e3 (patch) | |
tree | 5fa11bcb6c899f2e45dc9b2d9c68bf1424ff31b3 /src/SMAPI.ModBuildConfig/package.nuspec | |
parent | 5433f9023ed174366c8bf450785aafbdb077d29d (diff) | |
parent | 39b9f363db18c38b0816f3b6a0e6cb86432cd8dc (diff) | |
download | SMAPI-44e91ca5e1527333fdbd2993b694cc17601293e3.tar.gz SMAPI-44e91ca5e1527333fdbd2993b694cc17601293e3.tar.bz2 SMAPI-44e91ca5e1527333fdbd2993b694cc17601293e3.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.ModBuildConfig/package.nuspec')
-rw-r--r-- | src/SMAPI.ModBuildConfig/package.nuspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SMAPI.ModBuildConfig/package.nuspec b/src/SMAPI.ModBuildConfig/package.nuspec index c0b0799a..05aed8f9 100644 --- a/src/SMAPI.ModBuildConfig/package.nuspec +++ b/src/SMAPI.ModBuildConfig/package.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>Pathoschild.Stardew.ModBuildConfig</id> - <version>3.2.0</version> + <version>3.2.1</version> <title>Build package for SMAPI mods</title> <authors>Pathoschild</authors> <owners>Pathoschild</owners> @@ -14,9 +14,9 @@ <iconUrl>https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.ModBuildConfig/assets/nuget-icon.png</iconUrl> <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 3.0 or later.</description> <releaseNotes> - 3.2.0: - - Added option to change `Mods` folder path. - - Rewrote documentation to make it easier to read. + 3.2.1: + - Added more detailed logging. + - Fixed "path's format is not supported" error when using default Mods path in 3.2. </releaseNotes> </metadata> <files> |