Skip to content

Commit

Permalink
[v3.3.0] Lib.Net.Http.WebPush
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Oct 24, 2024
1 parent 53078df commit 1e83c90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Lib.Net.Http.WebPush 3.3.0
### Additions and Changes
- Added support for Mozilla Autopush Server return codes

## Lib.Net.Http.WebPush 3.2.1
### Bug Fixes
- Fix for client keys casing and validation.
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 - 2024 Tomasz Pęczek</Copyright>
<VersionPrefix>3.2.1</VersionPrefix>
<VersionPrefix>3.3.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;net461;netstandard2.0;net5.0;net6.0</TargetFrameworks>
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
Expand Down

0 comments on commit 1e83c90

Please sign in to comment.