BooleanValueInverter 1.0.4

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

A simple implementation of IValueConverter that inverts (negates) boolean values. In addition, it can process an additional IValueConverter instance that is passed as ConverterParameter and calls this converter's Convert method before or after the inverting operation, depending on whether the additional converter expects a boolean value as input, or produces a boolean value as output.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Silverlight sl4-wp71 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.4 236 12/7/2013
1.0.3 64 12/7/2013
1.0.2 68 12/7/2013
1.0.1 65 12/7/2013
1.0.0 90 12/6/2013