We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53078df commit 1e83c90Copy full SHA for 1e83c90
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Lib.Net.Http.WebPush 3.3.0
2
+### Additions and Changes
3
+- Added support for Mozilla Autopush Server return codes
4
+
5
## Lib.Net.Http.WebPush 3.2.1
6
### Bug Fixes
7
- Fix for client keys casing and validation.
src/Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj
@@ -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>
8
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
0 commit comments