NotyMVC 1.1.0

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

// Install NotyMVC as a Cake Tool
#tool nuget:?package=NotyMVC&version=1.1.0

This package uses the latest version of Noty (jQuery) and TempData request to "queue" up a message that will automatically be presented to the user upon redirection.
     With a simple extension method (.WithNotification()) you can give great user feedback with minimal effort.
     
     In addition, you have access to a javascript method "ShowNotification" which follows the same defaults as the extension method.
     
     All you need to do is add Html.Partial("NotyNotifications") to your layout file(s) and your all set.  For the best experience, add the reference to you Shared Layout (master) page
     and never worry about it again!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.0 4,056 6/30/2016
1.0.6 1,609 6/30/2016

Version 1.1.0
     -Initial Release