Info
Version: | 1.0.3 |
Author(s): | tuwrraphael |
Last Update: | Wednesday, August 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tuwrraphael/PushServer/ |
NuGet Url: | https://www.nuget.org/packages/PushServer.WebPush |
Install
Install-Package PushServer.WebPush
dotnet add package PushServer.WebPush
paket add PushServer.WebPush
PushServer.WebPush Download (Unzip the "nupkg" after downloading)
Dependencies
- PushServer.PushConfiguration.Abstractions(>= 1.1.0)
- PushServer.Abstractions(>= 1.2.1)
- PushServer.Models(>= 1.0.3)
- PushServer.WebPushClientAdapter(>= 1.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- System.ComponentModel.Annotations(>= 4.5.0)
Tags
This plugin extends the PushServer to store information of Web Push subscriptions and send
push notifications to them.