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,702 10/14/2015
2.1.0 1,796 12/18/2014
2.0.1 1,516 12/11/2014
2.0.0 1,785 11/4/2014
1.670.0 1,798 11/4/2014
1.7.1 1,507 11/4/2014
1.7.0 1,439 11/4/2014
1.6.2 1,218 10/8/2014
1.6.1 1,207 10/8/2014
1.6.0 1,184 9/23/2014
1.5.3 1,231 8/21/2014
1.5.2 1,246 8/21/2014
1.5.1 1,218 8/20/2014
1.5.0 1,218 8/20/2014
1.4.0 1,329 5/22/2014
1.3.0 1,220 5/22/2014
1.2.1 1,226 5/21/2014
1.2.0 1,223 5/21/2014
1.1.1 1,242 5/19/2014
1.1.0 1,187 5/19/2014
1.0.8 1,351 2/28/2014
1.0.7 1,323 2/19/2014
1.0.6 1,235 2/15/2014
1.0.5 1,275 2/15/2014
1.0.4 1,283 2/4/2014
1.0.3 1,238 2/3/2014
1.0.2 1,300 10/16/2013
1.0.1 1,274 10/16/2013
1.0.0 1,286 10/15/2013
0.9.2 1,521 10/15/2013
0.9.1 1,314 10/15/2013
0.9.0 1,271 10/15/2013

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