summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig
AgeCommit message (Expand)Author
2023-01-09prepare for releaseJesse Plamondon-Willard
2023-01-08update packagesJesse Plamondon-Willard
2023-01-07fix game assemblies not excluded from release zip when bundle type not setJesse Plamondon-Willard
2022-11-10tweak new codeJesse Plamondon-Willard
2022-11-10don't validate manifest if we're not deploying or zipping the modJesse Plamondon-Willard
2022-11-10move validation logic out of Manifest modelJesse Plamondon-Willard
2022-10-18add detailed manifest validation errors at build timeTyler
2022-10-09prepare for releaseJesse Plamondon-Willard
2022-10-07fix issues with BundleExtraAssembliesJesse Plamondon-Willard
2022-08-08remove DebugType build propertyJesse Plamondon-Willard
2022-07-25Add condition to DebugType to allow for overridinglanturnalis
2022-07-06update code annotationsJesse Plamondon-Willard
2022-06-10update Newtonsoft.JsonJesse Plamondon-Willard
2022-04-14prepare mod build package 4.0.1 for releaseJesse Plamondon-Willard
2022-04-14fix assembly version conflict error in mod build packageJesse Plamondon-Willard
2022-04-12remove `#nullable disable` in mod build package (#837)Jesse Plamondon-Willard
2022-04-07reverse mod build package migration to .NET 5 (#837)Jesse Plamondon-Willard
2022-04-07migrate mod build package to .NET 5 to allow full nullable annotations (#837)Jesse Plamondon-Willard
2022-04-06fix all warnings to simplify migration to nullable annotations (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2021-11-28bump upcoming mod build package versionJesse Plamondon-Willard
2021-11-28remove package workaround no longer needed with MonoGameJesse Plamondon-Willard
2021-11-28add BundleExtraAssemblies package option for new .NET 5 reference modelJesse Plamondon-Willard
2021-11-28remove GameFramework build property from packageJesse Plamondon-Willard
2021-11-28remove GameExecutableName build property from packageJesse Plamondon-Willard
2021-11-28add IgnoreModFilePaths option to packageJesse Plamondon-Willard
2021-11-28ignore reference assemblies and *.deps.json when building a modJesse Plamondon-Willard
2021-11-28tweak assembly ignore logic in mod build packageJesse Plamondon-Willard
2021-11-28update to .NET 5 and official 64-bitJesse Plamondon-Willard
2021-11-28update for Netcode now merged into game assembly on all platformsJesse Plamondon-Willard
2021-11-28drop support for XNA FrameworkJesse Plamondon-Willard
2021-10-08bump to .NET Framework 4.5.2Jesse Plamondon-Willard
2021-03-30prepare for releaseJesse Plamondon-Willard
2021-03-30prepare mod build package for 64-bit SMAPI (#767)Jesse Plamondon-Willard
2021-03-21Drop hardcoded 32-bit restrictions on most SMAPI assemblies (#767)Jesse Plamondon-Willard
2021-03-21split compile flag into separate Windows + XNA flags (#767)Jesse Plamondon-Willard
2020-09-23prepare mod build package for releaseJesse Plamondon-Willard
2020-09-23add SMAPI-ModTranslationClassBuilder files to mod build config ignore listJesse Plamondon-Willard
2020-09-23streamline mod build config package creationJesse Plamondon-Willard
2020-09-11prepare for releaseJesse Plamondon-Willard
2020-09-11fix default mods folder path in build packageJesse Plamondon-Willard
2020-09-11improve logging in mod build packageJesse Plamondon-Willard
2020-09-06prepare for releaseJesse Plamondon-Willard
2020-09-05add mod build package option to change the Mods pathJesse Plamondon-Willard
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-07-05fix other missing quotesJesse Plamondon-Willard
2020-07-05Update smapi.targets so 0Harmony, MonoGame refs appear only when intended.Ellen
2020-06-14tweak build filesJesse Plamondon-Willard
2020-05-16use newer C# featuresJesse Plamondon-Willard