Skip to content

v1.2.0

Compare
Choose a tag to compare
@McSherry McSherry released this 14 Jul 13:26
· 101 commits to master since this release

Release v1.2.0 is another minor release. The most significant changes introduced are:

  • Support for Monotonic Versions (#6)
    A new namespace, McSherry.SemanticVersioning.Monotonic, is added to aid and support
    the use of Monotonic Versions. Monotonic Versions are mostly compatible with Semantic
    versions, and so having support in one library reduces dependencies. See the pull request
    for more information.
  • Memoization of parsed SemanticVersions is adjusted
    Memoization as introduced in the previous release could cause high memory usage in certain
    situations. Memoization is now optional, off by default, and can be enabled by providing a
    class which implements IDictionary<string, SemanticVersion> via a new hook introduced as a
    static property (SemanticVersion.MemoizationAgent).

A minor bug with the NuGet package is also corrected (see #4, thanks @niemyjski).

This update is available now from GitHub and NuGet.