Skip to content

Commit

Permalink
Update metadata for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
McSherry committed Jan 10, 2021
1 parent 0c30db9 commit bd5dbc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENCE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-20 Liam McSherry
Copyright (c) 2015-21 Liam McSherry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<Title>Semantic Versioning for .NET</Title>
<AssemblyName>McSherry.SemanticVersioning</AssemblyName>
<RootNamespace>McSherry.SemanticVersioning</RootNamespace>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<PackageId>McSherry.SemanticVersioning</PackageId>
<Authors>Liam McSherry</Authors>
<Copyright>2015-20 © Liam McSherry</Copyright>
<Copyright>2015-21 © Liam McSherry</Copyright>
<PackageProjectUrl>https://github.com/McSherry/McSherry.SemanticVersioning</PackageProjectUrl>
<RepositoryUrl>https://github.com/McSherry/McSherry.SemanticVersioning</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>A comprehensive library for working with Semantic Versions (2.0.0), version ranges (node-semver v6.0.0), and Monotonic Versions (1.2).</Description>
<PackageTags>semantic;sem;version;ver;versioning;semantic versioning;semver;2.0.0;monotonic;mo;mover;monotonic versioning;library;lib</PackageTags>
<PackageReleaseNotes>This minor update adds new features, new targets, and corrections. Full release notes are available from GitHub, with the key feature in this release being support for free-form formatting via custom format strings.</PackageReleaseNotes>
<PackageReleaseNotes>This patch release adds a .NET 5 build target.</PackageReleaseNotes>

<!-- Build-related information -->
<TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ semantic versions.
- Practically full support[**\***][10] for [`node-semver`][9] version ranges (up to v6.0.0)
- Provides parsing, comparison, and formatting
- Flexible and configurable parsing to suit nearly any application
- Targets .NET Framework 4.5/4.6, .NET Core 1.0/2.1/3.1, and .NET Standard 1.0
- Targets .NET 5, .NET Core 1.0/2.1/3.1, .NET Standard 1.0, and .NET Framework 4.5/4.6
- Common Language Specification (CLS) compliant

[7]: <https://semver.org/spec/v2.0.0.html>
Expand Down Expand Up @@ -106,4 +106,4 @@ and the [markdown documentation][4]).

The project is licensed under the MIT licence.

Copyright &copy; 2015-20 Liam McSherry.
Copyright &copy; 2015-21 Liam McSherry.

0 comments on commit bd5dbc5

Please sign in to comment.