MaterialDesignMessageBox 2.0.1-beta

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

A simple material design themed message box for use with WPF applications.

Product Compatible and additional computed target framework versions.
.NET Framework 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
2.0.1-beta 545 2/7/2020
2.0.0-beta 410 2/6/2020
1.0.1 1,337 11/5/2019
1.0.0 658 10/23/2019

Overhall of constructor collection. Also allow sending a resource dictionary instead of the material design color.