summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig/package.nuspec
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-17 18:52:19 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:11:05 -0400
commitffe5bc1d4d6ba797a76856b3c98dd853d8f90086 (patch)
treea31715a2a7a8f12023fbdb2fddbbdca3e9a9b304 /src/SMAPI.ModBuildConfig/package.nuspec
parent2cf2b6706f9e31775b1afe05980cfaed96ab1690 (diff)
downloadSMAPI-ffe5bc1d4d6ba797a76856b3c98dd853d8f90086.tar.gz
SMAPI-ffe5bc1d4d6ba797a76856b3c98dd853d8f90086.tar.bz2
SMAPI-ffe5bc1d4d6ba797a76856b3c98dd853d8f90086.zip
remove temporary backwards-compat in mod build package
Diffstat (limited to 'src/SMAPI.ModBuildConfig/package.nuspec')
-rw-r--r--src/SMAPI.ModBuildConfig/package.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.ModBuildConfig/package.nuspec b/src/SMAPI.ModBuildConfig/package.nuspec
index 37d7959e..976b3420 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.0.0-beta.2</version>
+ <version>3.0.0-beta.3</version>
<title>Build package for SMAPI mods</title>
<authors>Pathoschild</authors>
<owners>Pathoschild</owners>
@@ -14,7 +14,7 @@
<description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For SMAPI 2.11 or later.</description>
<releaseNotes>
3.0.0:
- - Updated for SMAPI 3.0 and Stardew Valley 1.4. (The beta is backwards-compatible with previous versions.)
+ - Updated for SMAPI 3.0 and Stardew Valley 1.4.
- If the project contains an `assets` folder, its contents are now included in the mod automatically.
- For projects using the new `.csproj` format:
- platform target is now set to x86 automatically to avoid mismatching platform target warnings;