Omnifactotum.Wpf 0.1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Omnifactotum.Wpf --version 0.1.0.5
                    
NuGet\Install-Package Omnifactotum.Wpf -Version 0.1.0.5
                    
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="Omnifactotum.Wpf" Version="0.1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Omnifactotum.Wpf" Version="0.1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Omnifactotum.Wpf" />
                    
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 Omnifactotum.Wpf --version 0.1.0.5
                    
#r "nuget: Omnifactotum.Wpf, 0.1.0.5"
                    
#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=Omnifactotum.Wpf&version=0.1.0.5
                    
Install Omnifactotum.Wpf as a Cake Addin
#tool nuget:?package=Omnifactotum.Wpf&version=0.1.0.5
                    
Install Omnifactotum.Wpf as a Cake Tool

Omnifactotum.Wpf: the .NET library intended to help developers avoid writing the same code for different WPF projects.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.2.0 287 7/19/2023
0.1.0.5 1,701 2/16/2016
0.1.0.4 1,204 9/8/2015
0.1.0.1 1,425 8/5/2015

--- Changes in 0.1.0.5 (since 0.1.0.4) ---
* Introduced RelayCommand and AsyncRelayCommand
* Introduced SmartKeyGestureConverter
--- Changes in 0.1.0.4 (since 0.1.0.1) ---
* Introduced the WindowStyles behavior providing attached properties CanMinimize, CanMaximize and HasSystemMenu
* Introduced the generic value converters (BooleanToValueConverter, NullableBooleanToValueConverter, RelayValueConverter) and some descendants (BooleanToVisibilityConverter, NullableBooleanToVisibilityConverter, BooleanToBrushConverter, BooleanToFontWeightConverter).
--- First published version 0.1.0.1 ---
* Introduced the WpfFactotum helper class