Skip to content

Commit

Permalink
Version 1.9 (#506)
Browse files Browse the repository at this point in the history
* Update README.md

* Update Directory.Build.props
  • Loading branch information
ycrumeyrolle authored Oct 21, 2020
1 parent 54b59c7 commit 386c80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install the [JsonWebToken NuGet Package](https://www.nuget.org/packages/JsonWebT

### Package Manager Console
```
Install-Package JsonWebToken -Version 1.8
Install-Package JsonWebToken -Version 1.9
```
### .NET CLI
```
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">8</VersionMinor>
<VersionMinor Condition="'$(VersionMinor)' == ''">9</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>

Expand Down

0 comments on commit 386c80c

Please sign in to comment.