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,703 10/14/2015
2.1.0 1,797 12/18/2014
2.0.1 1,517 12/11/2014
2.0.0 1,786 11/4/2014
1.670.0 1,799 11/4/2014
1.7.1 1,508 11/4/2014
1.7.0 1,440 11/4/2014
1.6.2 1,219 10/8/2014
1.6.1 1,208 10/8/2014
1.6.0 1,185 9/23/2014
1.5.3 1,232 8/21/2014
1.5.2 1,247 8/21/2014
1.5.1 1,219 8/20/2014
1.5.0 1,219 8/20/2014
1.4.0 1,330 5/22/2014
1.3.0 1,221 5/22/2014
1.2.1 1,227 5/21/2014
1.2.0 1,224 5/21/2014
1.1.1 1,243 5/19/2014
1.1.0 1,188 5/19/2014
1.0.8 1,352 2/28/2014
1.0.7 1,324 2/19/2014
1.0.6 1,236 2/15/2014
1.0.5 1,276 2/15/2014
1.0.4 1,284 2/4/2014
1.0.3 1,239 2/3/2014
1.0.2 1,301 10/16/2013
1.0.1 1,275 10/16/2013
1.0.0 1,287 10/15/2013
0.9.2 1,523 10/15/2013
0.9.1 1,315 10/15/2013
0.9.0 1,272 10/15/2013

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