WinRTTriggers 1.6.0

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

An implementation of the triggers functionality that was available in Silverlight but is missing WinRT XAML. Supports event and property based triggers with storyboard, state and command actions. Actions can have conditions applied to them so they only fire under certain conditions.

Product Compatible and additional computed target framework versions.
WinRT winrt45 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0 1,048 4/20/2014
1.5.0 338 6/7/2013
1.4.0 43 6/6/2013
1.3.0 66 3/21/2013
1.2.0 44 1/30/2013
1.1.0 49 10/7/2012
1.0.0 45 9/28/2012

1.6.0.0
New: PropertySetTrigger condition checking improved
New: SetPropertyAction is able to set the property on the attached element by leaving the target object unspecified
Bug fix: AssociatableElement - the attached object's Unloaded event was causing the element to get detached prematurely.
Bug fix: SetPropertyAction handles null values now
Thanks to NicoB1981 for his contributions to this release.