remove unsupported Markdown in nuspec release notes

This commit is contained in:
Jesse Plamondon-Willard 2019-06-19 15:45:45 -04:00
parent 62d0b3b322
commit 0cde44fbd1
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 6 additions and 6 deletions

View File

@ -15,16 +15,16 @@
<releaseNotes>
3.0.0:
- Updated for SMAPI 3.0 and Stardew Valley 1.4.
- Added automatic support for `assets` folders.
- Added `$(GameExecutableName)` MSBuild variable.
- Added support for projects using the simplified `.csproj` format:
- Added automatic support for 'assets' folders.
- Added $(GameExecutableName) MSBuild variable.
- Added support for projects using the simplified .csproj format:
- platform target is now set to x86 automatically to avoid mismatching platform target warnings;
- added GAC to assembly search paths to fix references to XNA Framework.
- Added option to disable game debugging config.
- Added `.pdb` files to builds by default (to enable line numbers in error stack traces).
- Added .pdb files to builds by default (to enable line numbers in error stack traces).
- Added optional Harmony reference.
- Fixed `Newtonsoft.Json.pdb` included in release zips when Json.NET is referenced directly.
- Fixed `&lt;IgnoreModFilePatterns&gt;` not working for `i18n` files.
- Fixed Newtonsoft.Json.pdb included in release zips when Json.NET is referenced directly.
- Fixed &lt;IgnoreModFilePatterns&gt; not working for i18n files.
- Dropped support for older versions of SMAPI and Visual Studio.
</releaseNotes>
</metadata>