Pathoschild.Stardew.ModBuildConfig 2.0.2 Build package for SMAPI mods Pathoschild Pathoschild false https://github.com/Pathoschild/SMAPI/blob/develop/LICENSE.txt https://github.com/Pathoschild/SMAPI/blob/develop/docs/mod-build-config.md#readme https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.ModBuildConfig/assets/nuget-icon.png Automates the build configuration for crossplatform Stardew Valley SMAPI mods. 2.0: - Added: mods are now copied into the `Mods` folder automatically (configurable). - Added: release zips are now created automatically in your build output folder (configurable). - Added: mod deploy and release zips now exclude Json.NET automatically, since it's provided by SMAPI. - Added mod's version to release zip filename. - Improved errors to simplify troubleshooting. - Fixed release zip not having a mod folder. - Fixed release zip failing if mod name contains characters that aren't valid in a filename. 2.0.1: - Fixed mod deploy failing to create subfolders if they don't already exist. 2.0.2: - Fixed compatibility issue on Linux.