UWPPopupToolkit 0.1.2.7

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

A high performance and easy to use popup UI toolkit for UWP(Universal Windows Platform).
This package will allows you to simply create great looking popups and dialogs easier than ever

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
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.1.2.7 1,251 12/3/2020
0.1.2.6 1,127 11/17/2020
0.1.2.5 946 11/17/2020
0.1.2.4 1,003 11/17/2020
0.1.2.3 1,032 11/16/2020
0.1.2.2 1,151 11/14/2020
0.1.2 1,083 11/4/2020
0.1.1.9 1,070 11/4/2020
0.1.1.8 990 11/1/2020
0.1.1.7 1,079 11/1/2020
0.1.1.6 1,016 10/31/2020
0.1.1.5 1,017 10/30/2020
0.1.1.4 1,260 10/30/2020
0.1.1.3 1,107 10/30/2020
0.1.1.2 1,076 10/28/2020
0.1.1.1 1,089 10/28/2020
0.0.1.8-rc 923 10/28/2020
0.0.1.7-rc 965 10/28/2020
0.0.1.6-rc 848 10/27/2020
0.0.1.5-rc 862 10/26/2020
Loading failed

Version 0.1.2.7:
-Added PopupMaxWidth property to Slideup popups
-Message boxes MaxWidth set to 600 for better UI/UX