summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/Models/Manifest.cs
AgeCommit message (Collapse)Author
2017-10-07reorganise repo structureJesse Plamondon-Willard
2017-09-26minor cleanup after 1.x removalJesse Plamondon-Willard
2017-09-25consolidate update fields in manifest & SMAPI config (#336, #361)Jesse Plamondon-Willard
2017-09-24add support for update checks from the Chucklefish mod site (#336)Jesse Plamondon-Willard
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-23add mod update checks based on manifest fields (#336)Jesse Plamondon-Willard
2017-07-23rename ManifestFieldConverter for broader usageJesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
This commit replaces the SMAPI_2_0 compile flag with SMAPI_1_x.
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-06-26change manifest.MinimumApiVersion to ISemanticVersionJesse Plamondon-Willard
2017-05-21enable mod dependencies (#285)Jesse Plamondon-Willard
2017-05-16add compile flag for experimental mod dependencies featuresJesse Plamondon-Willard
2017-05-13add basic dependencies to manifest (#285)Jesse Plamondon-Willard
2017-05-11organise a few framework classesJesse Plamondon-Willard