summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Version.cs
AgeCommit message (Expand)Author
2017-01-19bump several deprecationsJesse Plamondon-Willard
2016-12-18fix legacy version wrapper not implementing ToString method (#197)Jesse Plamondon-Willard
2016-12-18migrate manifest & version to interfaces with backwards compatibility (#197)Jesse Plamondon-Willard
2016-12-18add version.IsOlderThan(other) method for convenienceJesse Plamondon-Willard
2016-11-16add optional 'minimum API version' field to manifest (#176)Jesse Plamondon-Willard
2016-11-06use more nuanced deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05add deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-03add update check (#154)Jesse Plamondon-Willard
2016-11-03use semantic versioning (#154)Jesse Plamondon-Willard
2016-11-01fix mod versions not being displayed correctly (#160)Jesse Plamondon-Willard
2016-11-01format & document version classJesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon