Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73feff3

Browse files
committedOct 22, 2024··
Version bump.
1 parent 5b30d17 commit 73feff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### NuGet
1111

1212
```bash
13-
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::1.0.0
13+
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::2.0.0
1414
```
1515

1616
or download the latest package file from [releases](https://github.com/neogeek/NETStandardClassLibraryTemplate/releases) and install via the Project Templates dialog in Rider.
@@ -20,7 +20,7 @@ or download the latest package file from [releases](https://github.com/neogeek/N
2020
or via command line
2121

2222
```bash
23-
$ dotnet new --install "com.scottdoxey.netstandardclasslibrary.1.0.0.nupkg"
23+
$ dotnet new --install "com.scottdoxey.netstandardclasslibrary.2.0.0.nupkg"
2424
```
2525

2626
### Repo

0 commit comments

Comments
 (0)
Please sign in to comment.