Plainion.Windows 3.0.0

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

Extending WPF for simplicity and completeness

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Plainion.Windows:

Package Downloads
Plainion.Prism

Extending Prism for simplicity and completeness

Plainion.AppFw.Wpf

Simple application template for simple WPF/MVVM applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0 165 2/22/2025
5.0.0 177 2/15/2025
4.0.1 986 6/8/2022
4.0.0 1,043 6/6/2022
3.0.0 867 8/26/2020
2.11.0 1,304 10/21/2018
2.10.0 900 10/14/2018
2.9.0 1,382 1/14/2018
2.8.0 1,401 1/13/2018
2.7.0 1,364 1/10/2018
2.6.0 1,469 1/7/2018
2.5.0 1,411 12/27/2017
2.4.0 1,201 8/27/2017
2.3.0 1,180 8/26/2017
2.2.0 4,726 8/22/2017
2.1.0 1,163 8/22/2017
2.0.0 1,151 8/22/2017
1.22.0 1,306 9/6/2016
1.21.0 1,296 6/8/2016
1.20.0 1,241 4/10/2016
1.19.0 1,304 4/6/2016
1.18.0 1,273 4/6/2016
1.17.0 1,276 4/6/2016
1.16.0 1,260 4/5/2016
1.15.0 1,239 4/5/2016
1.14.0 1,246 4/4/2016
1.13.0 1,263 4/2/2016
1.12.0 1,887 11/29/2015
1.11.0 1,376 9/12/2015
1.10.0 1,329 8/26/2015
1.9.0 1,356 7/19/2015
1.8.0 1,654 7/17/2015
1.7.0 1,341 6/27/2015
1.6.0 1,862 6/13/2015
1.5.0 1,495 6/6/2015
1.4.0 2,476 4/16/2015
1.3.1 1,390 4/12/2015
1.3.0 1,374 4/12/2015
1.2.0 1,365 4/10/2015
1.1.1 1,402 4/10/2015
1.1.0 1,347 4/9/2015
1.0.0 1,358 4/9/2015

- Integrated Plainion.Xaml from Plainion.Core
- Migrated to .Net Core
- migrated from Expression.Blend.Sdk to Microsoft.Xaml.Behaviors.Wpf
(see https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/)
- Plainion.RI migrated to Prism 7 and Unity