Skip to content

Commit a91f5fa

Browse files
committed
Version bump.
1 parent 2a11ef9 commit a91f5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NETStandardClassLibrary/NETStandardClassLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PackageReadmeFile>README.md</PackageReadmeFile>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<PackageId>com.scottdoxey.netstandardclasslibrary</PackageId>
6-
<Version>2.0.0</Version>
6+
<Version>2.0.1</Version>
77
<Authors>neogeek</Authors>
88
<Description>Template for building a .NET Standard Class Library in Rider.</Description>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>

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::2.0.0
13+
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::2.0.1
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.2.0.0.nupkg"
23+
$ dotnet new --install "com.scottdoxey.netstandardclasslibrary.2.0.1.nupkg"
2424
```
2525

2626
### Repo

0 commit comments

Comments
 (0)