Skip to content

Commit

Permalink
Merge pull request #53 from akunzai/release-2.2.0
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
akunzai committed May 26, 2021
2 parents 34c7b9e + 93dd7e5 commit c0fd68e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.2.0 (2021-05-26)

- Update dependencies [#51](https://github.com/akunzai/GSS.Authorization.OAuth/pull/51)
- Add System.Text.Encodings.Web to fix [#50](https://github.com/akunzai/GSS.Authorization.OAuth/issues/50)

## 2021-02-20

### GSS.Authorization.OAuth(.HttpClient)? 2.0.0
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Nullable>enable</Nullable>
<Version>2.2.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>OAuth 1.0 authorized HttpClient, friendly with HttpClientFactory</Description>
<PackageTags>OAuth;HttpClient;HttpHandler</PackageTags>
<Version>2.0.0</Version>
<RootNamespace>GSS.Authorization.OAuth</RootNamespace>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/GSS.Authorization.OAuth/GSS.Authorization.OAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>OAuth 1.0 Authorizer and Signer</Description>
<PackageTags>OAuth</PackageTags>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>OAuth 2.0 authorized HttpClient, friendly with HttpClientFactory</Description>
<PackageTags>OAuth;OAuth2;HttpClient;HttpHandler</PackageTags>
<Version>2.1.1</Version>
<RootNamespace>GSS.Authorization.OAuth2</RootNamespace>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
<Description>OAuth 2.0 Authorizer</Description>
<PackageTags>OAuth;OAuth2</PackageTags>
<Version>2.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c0fd68e

Please sign in to comment.