summaryrefslogtreecommitdiff
path: root/src/SMAPI.Common/SemanticVersionImpl.cs
AgeCommit message (Collapse)Author
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-02-25fix log parser not correctly parsing mod list if a mod has no author nameJesse Plamondon-Willard
2018-01-12fix semantic versions always ignoring `-0` tag (#421)Jesse Plamondon-Willard
2017-10-29let SemanticVersion be constructed from a System.Version (#375)Jesse Plamondon-Willard
2017-10-08add prerelease tag to zip name & normalise version formatJesse Plamondon-Willard
2017-10-08fix duplicate semver regexJesse Plamondon-Willard
2017-10-08move semver implementation into shared project for reuseJesse Plamondon-Willard