Pnotify 1.3.1

dotnet add package Pnotify --version 1.3.1
NuGet\Install-Package Pnotify -Version 1.3.1
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="Pnotify" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pnotify --version 1.3.1
#r "nuget: Pnotify, 1.3.1"
#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.
// Install Pnotify as a Cake Addin
#addin nuget:?package=Pnotify&version=1.3.1

// Install Pnotify as a Cake Tool
#tool nuget:?package=Pnotify&version=1.3.1

PNotify is a JavaScript notification plugin, developed by SciActive. Formerly known as Pines Notify. It is designed to provide an unparalleled level of flexibility, while still being very easy to implement and use.

See http://sciactive.com/pnotify/ for more information and examples.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Pnotify:

Package Downloads
Incoding.MetaLanguage.Contrib

Extend default functional incoding meta language.

jquery.dirtyforms.dialogs.pnotify

Dirty Forms will alert a user when they attempt to leave a page without submitting a form they have entered data into. It alerts them in a modal popup box, and also falls back to the browser's default onBeforeUnload handler for events outside the scope of the document such as, but not limited to, page refreshes and browser navigation buttons.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 225,068 11/23/2014
1.2.2 31,199 3/11/2013

Bugfixes:
•PNotify wouldn't load if the body tag was present at load time.
•Stacks that pushed to top would flicker when notices filled the first position and had to move over.