Enough.XamlConverter 2.1.1

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

These useful XAML converters ease databinding between ViewModel and View in MVVM environments.

Product Compatible and additional computed target framework versions.
Windows Phone wp is compatible.  wp7 was computed.  wp75 was computed.  wp8 was computed.  wp81 was computed.  wpa is compatible. 
Windows Store win8 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.1.1 1,731 10/14/2015
2.1.0 1,817 12/18/2014
2.0.1 1,537 12/11/2014
2.0.0 1,806 11/4/2014
1.670.0 1,819 11/4/2014
1.7.1 1,528 11/4/2014
1.7.0 1,460 11/4/2014
1.6.2 1,239 10/8/2014
1.6.1 1,228 10/8/2014
1.6.0 1,205 9/23/2014
1.5.3 1,253 8/21/2014
1.5.2 1,268 8/21/2014
1.5.1 1,240 8/20/2014
1.5.0 1,240 8/20/2014
1.4.0 1,351 5/22/2014
1.3.0 1,242 5/22/2014
1.2.1 1,248 5/21/2014
1.2.0 1,245 5/21/2014
1.1.1 1,264 5/19/2014
1.1.0 1,210 5/19/2014
1.0.8 1,373 2/28/2014
1.0.7 1,345 2/19/2014
1.0.6 1,257 2/15/2014
1.0.5 1,297 2/15/2014
1.0.4 1,305 2/4/2014
1.0.3 1,260 2/3/2014
1.0.2 1,322 10/16/2013
1.0.1 1,296 10/16/2013
1.0.0 1,308 10/15/2013
0.9.2 1,554 10/15/2013
0.9.1 1,336 10/15/2013
0.9.0 1,293 10/15/2013

XAML converters for WP, W8 and universal projects. Added ComparisonToBooleanConverter and ComparisonToVisibilityConverter.