Skip to content

Commit

Permalink
Merge pull request #23 from AlexGhiondea/BumpVersion
Browse files Browse the repository at this point in the history
Bump package and assembly version to 1.5.1
  • Loading branch information
AlexGhiondea authored Apr 4, 2018
2 parents 66350f5 + aeefc06 commit 2ba6389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/NuSpec.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageLicenseUrl>https://raw.githubusercontent.com/AlexGhiondea/OAuth.net/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/AlexGhiondea/OAuth.net</PackageProjectUrl>
<PackageTags>OAuth 1.0a, OAuth 1.0, Authentication, OAuth, HttpMessageHandler, HttpClient</PackageTags>
<AssemblyVersion>1.5.0</AssemblyVersion>
<FileVersion>1.5.0</FileVersion>
<PackageVersion>1.5.0</PackageVersion>
<Version>1.5.0</Version>
<AssemblyVersion>1.5.1</AssemblyVersion>
<FileVersion>1.5.1</FileVersion>
<PackageVersion>1.5.1</PackageVersion>
<Version>1.5.1</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 2ba6389

Please sign in to comment.