Omnifactotum.Wpf 0.2.0

Requires NuGet 5.4.0 or higher.

dotnet add package Omnifactotum.Wpf --version 0.2.0
NuGet\Install-Package Omnifactotum.Wpf -Version 0.2.0
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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Omnifactotum.Wpf --version 0.2.0
#r "nuget: Omnifactotum.Wpf, 0.2.0"
#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 Omnifactotum.Wpf as a Cake Addin
#addin nuget:?package=Omnifactotum.Wpf&version=0.2.0

// Install Omnifactotum.Wpf as a Cake Tool
#tool nuget:?package=Omnifactotum.Wpf&version=0.2.0

Omnifactotum.Wpf

Omnifactotum.Wpf is the ultimate solution for WPF .NET developers who want to streamline their development process. It provides its own helper and functional types as well as the extension methods for the standard .NET types. It's the perfect way to reduce errors and save time, allowing developers to focus on creating quality code.

Factotum is a Latin word literally meaning "do everything", that is, a handyman or Jack-of-all-trades.

More details

Changes in 0.2.0 (since 0.1.0.5)

Major changes
  • Enabled multi-target build
    • .NET Framework: 4.0, 4.6.1, and 4.7.2
    • .NET: 5.0-windows, 6.0-windows, and 7.0-windows
  • Set Omnifactotum package dependency version based on the target framework
Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
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 190 7/19/2023
0.1.0.5 1,581 2/16/2016
0.1.0.4 1,086 9/8/2015
0.1.0.1 1,310 8/5/2015

### Changes in 0.2.0 (since 0.1.0.5)

#### Major changes

- Enabled multi-target build
 - .NET Framework: 4.0, 4.6.1, and 4.7.2
 - .NET: 5.0-windows, 6.0-windows, and 7.0-windows
- Set `Omnifactotum` package dependency version based on the target framework

#### Internal changes

- Migrated projects to SDK-style
- Added various settings (EditorConfig, Git Ignore etc.)
- Added build script and Appveyor build configuration
- Removed obsolete files

### 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