diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-30 01:32:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:05:38 -0400 |
commit | 80741d3d2da39fed43e9208df85318de9bc7e1d2 (patch) | |
tree | 1cadb08efc4cd8e5e0f7147675254b32990e2a70 /docs/mod-build-config.md | |
parent | 4689eeb6a3af1aead00347fc2575bfebdee50113 (diff) | |
download | SMAPI-80741d3d2da39fed43e9208df85318de9bc7e1d2.tar.gz SMAPI-80741d3d2da39fed43e9208df85318de9bc7e1d2.tar.bz2 SMAPI-80741d3d2da39fed43e9208df85318de9bc7e1d2.zip |
update NuGet package version & release notes
Diffstat (limited to 'docs/mod-build-config.md')
-rw-r--r-- | docs/mod-build-config.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md index 14d167f2..5024aec5 100644 --- a/docs/mod-build-config.md +++ b/docs/mod-build-config.md @@ -214,7 +214,9 @@ _[Game path](#game-path)_ above. ## Release notes ### Upcoming release +* If the project contains an `assets` folder, its contents are now included in the mod automatically. * Dropped support for very old versions of SMAPI and Visual Studio. +* Fixed `Newtonsoft.Json.pdb` included in release zips when Json.NET is referenced directly. ### 2.2 * Added support for SMAPI 2.8+ (still compatible with earlier versions). |