fix Newtonsoft.Json.pdb not ignored for release zips

This commit is contained in:
Jesse Plamondon-Willard 2019-02-09 19:16:54 -05:00
parent afd1daef4c
commit 9c7537ce0b
No known key found for this signature in database
GPG Key ID: 7D7C8097B62033CE
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace StardewModdingAPI.ModBuildConfig.Framework
// Json.NET (bundled into SMAPI)
|| this.EqualsInvariant(file.Name, "Newtonsoft.Json.dll")
|| this.EqualsInvariant(file.Name, "Newtonsoft.Json.pdb")
|| this.EqualsInvariant(file.Name, "Newtonsoft.Json.xml")
// code analysis files

View File

@ -14,6 +14,7 @@
<releaseNotes>
2.2.1:
- 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.
</releaseNotes>
</metadata>
</package>