Toastinet 2.8.0

dotnet add package Toastinet --version 2.8.0
                    
NuGet\Install-Package Toastinet -Version 2.8.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="Toastinet" Version="2.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Toastinet" Version="2.8.0" />
                    
Directory.Packages.props
<PackageReference Include="Toastinet" />
                    
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 Toastinet --version 2.8.0
                    
#r "nuget: Toastinet, 2.8.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.
#addin nuget:?package=Toastinet&version=2.8.0
                    
Install Toastinet as a Cake Addin
#tool nuget:?package=Toastinet&version=2.8.0
                    
Install Toastinet as a Cake Tool

Implement a toast notification for WinRT (UAP, Windows 8 & Windows Phone), Silverlight & WPF applications. This control is similar to a toast notification but it's not. You can set duration, style, logo, text content & animation of the notification.

Available animations: LeftToLeft, LeftToRight, RightToLeft, RIghtToRight, Vertical, Rotation

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 is compatible.  wp81 is compatible.  wpa81 is compatible. 
Windows Store netcore451 is compatible.  win81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
2.8.0 8,766 8/13/2015
2.6.0 1,489 8/5/2015
2.5.0 1,464 8/5/2015
2.4.0 1,368 8/3/2015
2.3.0 1,323 8/3/2015
2.2.0 1,337 6/29/2015
2.1.0 1,187 6/26/2015
2.0.0 1,606 4/17/2015
1.9.0 1,254 4/17/2015
1.8.0 1,273 4/16/2015
1.7.0 1,237 4/15/2015
1.6.0 1,804 1/20/2015
1.5.4 1,544 11/30/2014
1.5.3 1,295 11/30/2014
1.5.2 1,338 11/30/2014
1.5.1 1,308 11/30/2014
1.5.0 1,381 11/27/2014
1.4.7 1,367 8/15/2014
1.4.6 1,183 8/13/2014
1.4.5 1,277 5/14/2014
1.4.4 1,424 4/11/2014
1.4.3 1,321 4/1/2014
1.4.2 1,331 3/28/2014

Impotant note: Fixed a nuget compatiblity with WinRT. Have to share the Xaml page in the nuget package...

Queue not working yet with custom content but works fine with classic Message.

Nuget package is now working with all XAML apps.