summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig
AgeCommit message (Expand)Author
2018-05-03switch back to shared project due to installer issuesJesse Plamondon-Willard
2018-05-02reorganise to avoid errors deploying web app, fix WMI error in Linux installerJesse Plamondon-Willard
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-04-29add a few more avoidable net fields (#471)Jesse Plamondon-Willard
2018-04-26don't warn when converting net fields to an interface they implementJesse Plamondon-Willard
2018-04-25update mod build package version (#453)Jesse Plamondon-Willard
2018-04-25add default GOG install pathJesse Plamondon-Willard
2018-04-25update nuget package for upcoming releaseJesse Plamondon-Willard
2018-04-14rewrite analyzers to match more cases, use readable warning IDs (#471)Jesse Plamondon-Willard
2018-04-11drop support for Stardew Valley 1.2 (#453)Jesse Plamondon-Willard
2018-04-10update mod build config package version (#453)Jesse Plamondon-Willard
2018-04-09add mod code analyzers to detect implicit net field conversion issues (#471)Jesse Plamondon-Willard
2018-04-09add support for build message URLs (#471)Jesse Plamondon-Willard
2018-03-25update mod build config packageJesse Plamondon-Willard
2018-03-22fix unit test check in build config packageJesse Plamondon-Willard
2018-03-21add unit test mode to mod build config packageJesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2018-02-24update for 2.5 release and simplify assembly infoJesse Plamondon-Willard
2018-01-16fix typoJesse Plamondon-Willard
2017-11-01fix mod build package targeting .NET Framework 4.6.1Jesse Plamondon-Willard
2017-10-11bump mod build package version for updateJesse Plamondon-Willard
2017-10-11fix mod deploy failing to create subfolders if they don't already existJesse Plamondon-Willard
2017-10-11rm artifactJesse Plamondon-Willard
2017-10-10bump mod build package version for releaseJesse Plamondon-Willard
2017-10-10move validation back into .targets for MonoDevelop compatibilityJesse Plamondon-Willard
2017-10-10validate build context before buildJesse Plamondon-Willard
2017-10-09don't include Json.NET in mod deploy or release zip since it's loaded by SMAPIJesse Plamondon-Willard
2017-10-09rm unneeded codeJesse Plamondon-Willard
2017-10-08update mod build package nuspecJesse Plamondon-Willard
2017-10-08rewrite mod build package per new docsJesse Plamondon-Willard
2017-10-08move zip logic into methodJesse Plamondon-Willard
2017-10-08rename build task for broader useJesse Plamondon-Willard
2017-10-08move release notes into mod build package docsJesse Plamondon-Willard
2017-10-08move mod build config readme into docsJesse Plamondon-Willard
2017-10-08add support for SMAPI 2.0 version strings in mod release zip codeJesse Plamondon-Willard
2017-10-08rm redundant codeJesse Plamondon-Willard
2017-10-08escape invalid characters in release zip pathsJesse Plamondon-Willard
2017-10-08add prerelease tag to zip name & normalise version formatJesse Plamondon-Willard
2017-10-08handle various edge cases in manifest parsing for zip filenameJesse Plamondon-Willard
2017-10-08move create-zip task into project codeJesse Plamondon-Willard
2017-10-08convert mod build config into .NET project to simplify C# build tasksJesse Plamondon-Willard