Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | enable nullable annotations in the web project & related code (#837) | Jesse Plamondon-Willard | |
2022-04-07 | reverse mod build package migration to .NET 5 (#837) | Jesse Plamondon-Willard | |
The migrated package didn't work consistently in VIsual Studio, so this suppresses nullable annotations in .NET Standard instead. | |||
2022-04-07 | migrate mod build package to .NET 5 to allow full nullable annotations (#837) | Jesse Plamondon-Willard | |
2022-04-07 | enable nullable annotations for manifests (#837) | Jesse Plamondon-Willard | |
2022-04-07 | enable nullable annotations for semantic versions (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2021-11-28 | update to .NET 5 and official 64-bit | Jesse Plamondon-Willard | |
2021-10-08 | bump to .NET Framework 4.5.2 | Jesse Plamondon-Willard | |
2021-03-21 | Drop hardcoded 32-bit restrictions on most SMAPI assemblies (#767) | Jesse Plamondon-Willard | |
SMAPI itself needs to be 32-bit to avoid errors trying to load the 32-bit game. | |||
2020-06-14 | tweak build files | Jesse Plamondon-Willard | |
2020-01-31 | rework build settings a bit | Jesse Plamondon-Willard | |
2020-01-23 | add full internal support for non-standard four-part versions | Jesse Plamondon-Willard | |
2019-12-02 | add support for semver 2.0 build metadata, update for SDV 1.4.0.1 | Jesse Plamondon-Willard | |
2019-09-14 | minor fixes | Jesse Plamondon-Willard | |
2019-09-14 | remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵ | Jesse Plamondon-Willard | |
assembly names | |||
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | simplify project names | Jesse Plamondon-Willard | |
2019-09-14 | remove deprecated APIs (#606) | Jesse Plamondon-Willard | |
2019-09-13 | use same .csproj charset as Visual Studio tools | Jesse Plamondon-Willard | |
2019-09-13 | migrate to new project file format | Jesse Plamondon-Willard | |