index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Toolkit
/
SemanticVersion.cs
Age
Commit message (
Expand
)
Author
2022-04-12
enable nullable annotations in the web project & related code (#837)
Jesse Plamondon-Willard
2022-04-07
reverse mod build package migration to .NET 5 (#837)
Jesse Plamondon-Willard
2022-04-07
enable nullable annotations for most of the SMAPI toolkit (#837)
Jesse Plamondon-Willard
2022-04-07
migrate mod build package to .NET 5 to allow full nullable annotations (#837)
Jesse Plamondon-Willard
2022-04-07
enable nullable annotations for semantic versions (#837)
Jesse Plamondon-Willard
2022-04-06
allow null values in ISemanticVersion compare methods (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2021-01-20
rewrite C# 9 code not supported in Linux build tools yet
Jesse Plamondon-Willard
2021-01-15
fix semantic version comparison returning wrong value in rare cases
Jesse Plamondon-Willard
2020-08-30
use inheritdoc
Jesse Plamondon-Willard
2020-07-26
use ordinal comparison/sorting instead of invariant
Jesse Plamondon-Willard
2020-02-20
fix parsing four-part versions from the update-check API
Jesse Plamondon-Willard
2020-01-23
add full internal support for non-standard four-part versions
Jesse Plamondon-Willard
2019-12-02
add support for semver 2.0 build metadata, update for SDV 1.4.0.1
Jesse Plamondon-Willard
2019-11-04
no longer omit zero patch numbers when formatting versions
Jesse Plamondon-Willard
2019-09-14
fix typos and inconsistent spelling
Jesse Plamondon-Willard
2019-09-14
remove deprecated APIs (#606)
Jesse Plamondon-Willard
2019-09-13
migrate to new project file format
Jesse Plamondon-Willard