Skip to content

Commit

Permalink
fix packaged readme for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerCodeRanger committed Sep 28, 2024
1 parent ae451a1 commit f59b987
Showing 1 changed file with 2 additions and 2 deletions.
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 f59b987

Please sign in to comment.