fix Newtonsoft.Json.pdb not ignored for release zips
This commit is contained in:
parent
afd1daef4c
commit
9c7537ce0b
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue