Skip to content

Commit

Permalink
Bump package version and update readme. (#32)
Browse files Browse the repository at this point in the history
* Bump package version and update readme.

* Update licence stlye.
  • Loading branch information
AlexGhiondea committed Apr 17, 2020
1 parent fde2647 commit b96a978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NuGet version](https://img.shields.io/nuget/v/Oauth.Net.svg?style=flat)](https://www.nuget.org/packages/oauth.net)
[![Nuget downloads](https://img.shields.io/nuget/dt/Oauth.Net.svg?style=flat)](https://www.nuget.org/packages/oauth.net)
[![Build status](https://ci.appveyor.com/api/projects/status/github/AlexGhiondea/Oauth.Net?branch=master&svg=true)](https://ci.appveyor.com/project/AlexGhiondea/Oauth-Net)
![Build And Test](https://github.com/AlexGhiondea/OAuth.net/workflows/Build%20And%20Test/badge.svg)
[![codecov](https://codecov.io/gh/AlexGhiondea/OAuth.net/branch/master/graph/badge.svg)](https://codecov.io/gh/AlexGhiondea/Oauth.Net)
[![MIT License](https://img.shields.io/github/license/AlexGhiondea/Oauth.Net.svg)](https://github.com/AlexGhiondea/Oauth.Net/blob/master/LICENSE)
========
Expand Down
12 changes: 6 additions & 6 deletions pkg/nuspec.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<Authors>Alex Ghiondea</Authors>
<Company />
<Product />
<Copyright>Alex Ghiondea (c) 2017</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/AlexGhiondea/OAuth.net/master/LICENSE</PackageLicenseUrl>
<Copyright>Alex Ghiondea (c) 2020</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/AlexGhiondea/OAuth.net</PackageProjectUrl>
<PackageTags>OAuth 1.0a, OAuth 1.0, Authentication, OAuth, HttpMessageHandler, HttpClient</PackageTags>
<AssemblyVersion>1.6.0</AssemblyVersion>
<FileVersion>1.6.0</FileVersion>
<PackageVersion>1.6.0</PackageVersion>
<Version>1.6.0</Version>
<AssemblyVersion>1.7.0</AssemblyVersion>
<FileVersion>1.7.0</FileVersion>
<PackageVersion>1.7.0</PackageVersion>
<Version>1.7.0</Version>
<PackageOutputPath>..\bin\$(Configuration)\</PackageOutputPath>
<Description>Implementation of OAuth 1.0a protocol. Supports transparent authentication via HttpMessageHandler</Description>
</PropertyGroup>
Expand Down

0 comments on commit b96a978

Please sign in to comment.