Omnifactotum.Wpf
0.1.0.5
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
<PackageReference Include="Omnifactotum.Wpf" Version="0.1.0.5" />
paket add Omnifactotum.Wpf --version 0.1.0.5
#r "nuget: Omnifactotum.Wpf, 0.1.0.5"
// Install Omnifactotum.Wpf as a Cake Addin #addin nuget:?package=Omnifactotum.Wpf&version=0.1.0.5 // Install Omnifactotum.Wpf as a Cake Tool #tool nuget:?package=Omnifactotum.Wpf&version=0.1.0.5
Omnifactotum.Wpf: the .NET library intended to help developers avoid writing the same code for different WPF projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
- Omnifactotum (>= 0.3.0.119)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
--- 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