Skip to content

Commit

Permalink
Merge branch 'v3.0.0-readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerCodeRanger committed Oct 23, 2024
2 parents 2c3bdd2 + f59b987 commit 801ae36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions Semver/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 801ae36

Please sign in to comment.