MoellonToolkit 0.4.0-rc1

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

Set of ready to use common dialog boxes and components based on the MVVM pattern for WPF/xaml applications. Provide also a basic MVVM framework with a back-end application controller. See the gitHub repository and wiki: https://github.com/yvlawy/MoellonToolkit. See the blog to have more explanations: http://yvlawy.blogspot.fr/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.

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.5.0 1,377 4/25/2018
0.5.0-rc 1,092 4/8/2018
0.5.0-beta 940 4/2/2018
0.4.0 1,081 2/18/2018
0.4.0-rc1 948 1/6/2018
0.4.0-beta2 1,024 12/24/2017
0.4.0-beta 937 12/14/2017
0.3.2 1,271 12/2/2017
0.3.1 950 11/4/2017
0.3.0 1,002 8/2/2017

Update: Corrections on the dynamic DataGrid: adding row on cell changed action. Corrections on common dialog boxes UI.