Skip to content

Commit 1b0841a

Browse files
committed
[v1.2.0] Lib.Net.Http.WebPush
1 parent c4a126e commit 1b0841a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Lib.Net.Http.WebPush 1.2.0
2+
### Additions and Changes
3+
- Added support for push messages topic
4+
- Added support for push messages urgency
5+
16
## Lib.Net.Http.WebPush 1.1.0
27
### Additions and Changes
38
- Added VAPID tokens caching capability

Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.</Description>
44
<Copyright>Copyright © 2018 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>1.1.0</VersionPrefix>
5+
<VersionPrefix>1.2.0</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
88
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>

0 commit comments

Comments
 (0)