Enough.XamlConverter 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Enough.XamlConverter --version 2.0.1
                    
NuGet\Install-Package Enough.XamlConverter -Version 2.0.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.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enough.XamlConverter" Version="2.0.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.0.1
                    
#r "nuget: Enough.XamlConverter, 2.0.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.
#:package Enough.XamlConverter@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Enough.XamlConverter&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Enough.XamlConverter&version=2.0.1
                    
Install 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,876 10/14/2015
2.1.0 1,945 12/18/2014
2.0.1 1,668 12/11/2014
2.0.0 1,938 11/4/2014
1.670.0 1,956 11/4/2014
1.7.1 1,669 11/4/2014
1.7.0 1,593 11/4/2014
1.6.2 1,373 10/8/2014
1.6.1 1,365 10/8/2014
1.6.0 1,337 9/23/2014
1.5.3 1,385 8/21/2014
1.5.2 1,399 8/21/2014
1.5.1 1,374 8/20/2014
1.5.0 1,374 8/20/2014
1.4.0 1,494 5/22/2014
1.3.0 1,378 5/22/2014
1.2.1 1,385 5/21/2014
1.2.0 1,382 5/21/2014
1.1.1 1,399 5/19/2014
1.1.0 1,353 5/19/2014
1.0.8 1,510 2/28/2014
1.0.7 1,484 2/19/2014
1.0.6 1,398 2/15/2014
1.0.5 1,433 2/15/2014
1.0.4 1,447 2/4/2014
1.0.3 1,396 2/3/2014
1.0.2 1,465 10/16/2013
1.0.1 1,441 10/16/2013
1.0.0 1,447 10/15/2013
0.9.2 1,776 10/15/2013
0.9.1 1,477 10/15/2013
0.9.0 1,432 10/15/2013

XAML converters for WP, W8 and universal projects. Fixed DateTimeConverter to correctly handle DateTimeOffset values.