summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Manifest.cs
AgeCommit message (Collapse)Author
2017-02-14mark two internal classes internalJesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
Since Stardew Valley 1.2 breaks most mods anyway, this commits removes the oldest deprecations and fixes the issues that are easiest for mods to update. See documentation for details.
2017-01-14fix issue where default ICollection<T> values in config.json were duplicated ↵Jesse Plamondon-Willard
on each load (#209)
2016-12-22skip mods known to be incompatible and display error with update links (#192)Jesse Plamondon-Willard
2016-12-18migrate manifest & version to interfaces with backwards compatibility (#197)Jesse Plamondon-Willard
2016-11-16cleanupJesse Plamondon-Willard
2016-11-16add optional 'minimum API version' field to manifest (#176)Jesse Plamondon-Willard
2016-11-16mark deprecated manifest fieldsJesse Plamondon-Willard
2016-11-05add deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05use new helper to read manifest (#159)Jesse Plamondon-Willard
2016-11-04minor cleanupJesse Plamondon-Willard
2016-11-01fix spelling of 'Authour' manifest field with backwards compatibility (#158)Jesse Plamondon-Willard
2016-10-31format & document config codeJesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon