Blue.MVVM.Converter 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Blue.MVVM.Converter --version 1.4.2
NuGet\Install-Package Blue.MVVM.Converter -Version 1.4.2
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="Blue.MVVM.Converter" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blue.MVVM.Converter --version 1.4.2
#r "nuget: Blue.MVVM.Converter, 1.4.2"
#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.
// Install Blue.MVVM.Converter as a Cake Addin
#addin nuget:?package=Blue.MVVM.Converter&version=1.4.2

// Install Blue.MVVM.Converter as a Cake Tool
#tool nuget:?package=Blue.MVVM.Converter&version=1.4.2

MVVM, bare knuckle style!
     Blue.MVVM is, and will remain, an ultra lightweight suite supporting your Model-View-ViewModel (MVVM) based applications.


     _about this package_

     This package includes highly configurable converters.
     Included converters in this package so far:
     - BoolToVisibilityConverter: With configurable Visbilities for True/False input values
     - MultiplyDoubleConverter: configurable standard factor, additional (optional) factor vie ConvererParameter, (optional) Min- and MaxValues
     - ObjectToVisibilityConverter -> using strategy-pattern to allow various configurations
     - Int32ToVisibilityConverter -> using strategy-pattern to allow various configurations
     - Int16ToVisibilityConverter -> using strategy-pattern to allow various configurations
     - Int64ToVisibilityConverter -> using strategy-pattern to allow various configurations
     - SingleToVisibilityConverter -> using strategy-pattern to allow various configurations
     - DoubleToVisibilityConverter -> using strategy-pattern to allow various configurations
     - FormatStringConverter
     - Int16OffsetConverter
     - Int32OffsetConverter
     - Int64OffsetConverter
     - SingleOffsetConverter
     - DoubleOffsetConverter
     - ThicknessConverter

     The package currently integrates a resource-dictionary, demonstrating the intended usage of the converters. Feel free to delete this file when you familiarized with the usage. However, don´t extend this file, as this may be updated in future releases, until the corresponding "sample" pacakge is available


     _what to expect in future releases?_

     There are many ideas around regarding upcoming releases of the Blue.MVVM suite.
     However, those updates will be shipped in form of additional packages. This way, you can add just those packages that best fits your application and needs.

     Upcoming releases may include, but are not limited to:
     + XML-comments
     - packages with samples
     - (fluid)validation
     - message broker
     - IoC-Container integration
     - public git-repo
     - many more...

     So stay tuned for updates!


     Send feedback, feature-request, unexpected breaking changes, etc. via the projects nuget-page, Blue.MVVM.Converter/ContactOwners, until there is a projet homepage...

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store win 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
1.5.0 5,226 1/11/2016
1.4.3 1,892 9/2/2015
1.4.2 1,692 9/2/2015
1.4.1 1,887 7/17/2015
1.2.2 1,762 5/20/2015
1.2.1 1,847 5/8/2015
1.2.0 1,898 3/24/2015
1.1.8 2,460 3/23/2014

1.4.2 - Dopped support for wp7, normalized assembly-names for various platforms, aligned assembly-version to package version
     1.4.1 - Fixed parameter not castable-Exception in *OffsetConverter implementations
     1.4.0 - added ThicknessConverter
     1.4.0 - added various *OffsetConverter which uses parameter value to calculate an offset which gets added to the bound value
     1.2.2 - added universal-app compatible sample-ressourceDictionary
     1.2.1 - added FormatStringConverter, which calls string.Format() internally, specifying either Property "FixedFormat" or ConverterParamter of Binding epxression as formatString parameter to string.Format
     1.2.0 - added support for more target-frameworks (wpa8, w8,sl5)
     1.1.8 - version alignment
     1.1.7 - release build
     1.1.6 - added XML-comments
     1.1.5 - added XML-comments
     1.1.4 - aligned assembly-versions to package version
     1.1.3 - update aligning content and structure with sibling-packages
     1.1.0 - MultiplyDoubleConverter now supports Min- and MaxValue properties as upper and lower bound for the calculated result
     1.0.0 - Initial release with configurable BoolToVisibilityConverter and MultiplyDoubleConverter