Skip to content

Commit

Permalink
[v3.1.0] Lib.Net.Http.WebPush
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Dec 10, 2020
1 parent ebfd4d9 commit f683517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Lib.Net.Http.WebPush 3.1.0
### Additions and Changes
- Dropped support for .NET Standard 1.6
- Removed dependency on Bouncy Castle for .NET 5
- `VapidAuthentication` now implements `IDisposable`

## Lib.Net.Http.WebPush 2.3.0
### Bug Fixes
- Fix for incorrect reuse of internally created `HttpContent`
Expand Down
2 changes: 1 addition & 1 deletion src/Lib.AspNetCore.WebPush/Lib.AspNetCore.WebPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>This package contains ASP.NET Core extensions for Web Push Protocol based client for Push Service.</Description>
<Tags>AspNetCore WebPush</Tags>
<Copyright>Copyright © 2019 - 2020 Tomasz Pęczek</Copyright>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net461</TargetFrameworks>
<AssemblyTitle>Lib.AspNetCore.WebPush</AssemblyTitle>
Expand Down
2 changes: 1 addition & 1 deletion src/Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.</Description>
<Copyright>Copyright © 2018 - 2020 Tomasz Pęczek</Copyright>
<VersionPrefix>2.3.0</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;net461;netstandard2.0;net5.0</TargetFrameworks>
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
Expand Down

0 comments on commit f683517

Please sign in to comment.