diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
commit | 2022836b819241842acae1d20c61895025bf364b (patch) | |
tree | ca1d26e7690e815bacde0a6118ab5df01784daa4 /src/SMAPI.ModBuildConfig/package.nuspec | |
parent | 0b21357e37c900774668fdaf3e83e1e7f7df0c38 (diff) | |
download | SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.gz SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.bz2 SMAPI-2022836b819241842acae1d20c61895025bf364b.zip |
prepare for release
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 afb03cec..c0b0799a 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.1.0</version> + <version>3.2.0</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.1.0: - - Added support for semantic versioning 2.0. - - 0Harmony.dll is now ignored if the mod references it directly (it's bundled with SMAPI). + 3.2.0: + - Added option to change `Mods` folder path. + - Rewrote documentation to make it easier to read. </releaseNotes> </metadata> <files> |