Skip to content

Commit 5f601ff

Browse files
committed
[v3.3.1] Lib.Net.Http.WebPush
1 parent dd7ff9b commit 5f601ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Lib.Net.Http.WebPush 3.3.1
2+
### Bug Fixes
3+
- Fix for `RequestPushMessageDeliveryAsync` unable to write content to request stream for empty content.
4+
15
## Lib.Net.Http.WebPush 3.3.0
26
### Additions and Changes
37
- Added support for Mozilla Autopush Server return codes

src/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 - 2025 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>3.3.0</VersionPrefix>
5+
<VersionPrefix>3.3.1</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
77
<TargetFrameworks>net451;net461;netstandard2.0;net5.0;net6.0</TargetFrameworks>
88
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>

0 commit comments

Comments
 (0)