push-notifications.api.host 3.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package push-notifications.api.host --version 3.0.0
                    
NuGet\Install-Package push-notifications.api.host -Version 3.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="push-notifications.api.host" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="push-notifications.api.host" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="push-notifications.api.host" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add push-notifications.api.host --version 3.0.0
                    
#r "nuget: push-notifications.api.host, 3.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package push-notifications.api.host@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=push-notifications.api.host&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=push-notifications.api.host&version=3.0.0
                    
Install as a Cake Tool

PushNotifications

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.0-beta0001 1,472 12/12/2017
3.0.0 1,694 12/11/2017
3.0.0-beta0014 1,363 12/11/2017
3.0.0-beta0013 1,413 12/10/2017
3.0.0-beta0012 1,394 12/8/2017
3.0.0-beta0011 1,145 12/1/2017
3.0.0-beta0010 1,241 11/28/2017
3.0.0-beta0009 1,166 11/27/2017
3.0.0-beta0008 1,137 11/25/2017
3.0.0-beta0007 1,124 11/25/2017
3.0.0-beta0006 1,140 11/25/2017
3.0.0-beta0005 1,174 11/24/2017
3.0.0-beta0004 1,132 11/24/2017
3.0.0-beta0003 1,185 11/24/2017
3.0.0-beta0002 1,150 11/24/2017
3.0.0-beta0001 1,201 11/23/2017

Fixes possible null reference
Adds notification data support
Updates packages
Removes requirement for title and body when sending push notification
Fixes wrong response format
Fixes building of subscriber id
Fixes issue in the api with bulding subscriber id
Fixes redis setting
Adds normalized discovery
Fixes missing documentation
Updates deployment
Changes app contexts
Removes dependencies from api host
Initial release for version 3 of pn
Initial Release