diff --git a/README.md b/README.md index 2965048..6e8d3c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/uimm5tlwtvthlsfj?svg=true)](https://ci.appveyor.com/project/semvernuget/semver) [![NuGet](https://img.shields.io/nuget/v/semver.svg)](https://www.nuget.org/packages/semver/) -A Semantic Version Library for .Net +A Semantic Version Library for .NET =================================== Create, parse, and manipulate semantic version numbers with the `SemVersion` class and semantic @@ -10,14 +10,6 @@ versioning spec from [semver.org](http://semver.org). API docs for the most recent release are available online at [semver-nuget.org](https://semver-nuget.org/). -## We've Moved; Nothing is Changing - -You may have noticed that this repository has moved between accounts recently (from -[maxhauser](https://github.com/maxhauser) to [WalkerCodeRanger](https://github.com/WalkerCodeRanger)). -This move reflects who has been the primary maintainer for the last five years. Nothing will change -with how the project is managed or run. Look for the next major release, 3.0, to come out within the -next month or two! (Sept. or Oct. 2024) - ## Parsing ```csharp @@ -62,7 +54,7 @@ if (version.IsPrerelease) Outputs: ```text -Current: 1.1.0-rc.1+nightly.2345 +Current: 1.1.0-rc.1+e471d15 Prerelease: rc.1 Next release version is: 1.1.0 ``` diff --git a/Semver/README.md b/Semver/README.md index 8cda96d..430ce93 100644 --- a/Semver/README.md +++ b/Semver/README.md @@ -1,4 +1,4 @@ -A Semantic Version Library for .Net +A Semantic Version Library for .NET =================================== Create, parse, and manipulate semantic version numbers with the `SemVersion` class and semantic @@ -51,7 +51,7 @@ if (version.IsPrerelease) Outputs: ```text -Current: 1.1.0-rc.1+nightly.2345 +Current: 1.1.0-rc.1+e471d15 Prerelease: rc.1 Next release version is: 1.1.0 ```