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 45aa490 commit 65f7990Copy full SHA for 65f7990
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## Lib.Net.Http.WebPush 1.1.0
2
+### Additions and Changes
3
+- Added VAPID tokens caching capability
4
+- Added support for both VAPID schemes
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 Tomasz Pęczek</Copyright>
5
- <VersionPrefix>1.0.0</VersionPrefix>
+ <VersionPrefix>1.1.0</VersionPrefix>
6
<Authors>Tomasz Pęczek</Authors>
7
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
0 commit comments