lynMarkdigRenderTest86 1.0.0

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

BrowserDialog

Dialog that lets the user pick from the installed webbrowsers, including Microsoft Edge

NuGet package

https://www.nuget.org/packages/MintPlayer.BrowserDialog/

Installation

NuGet package manager

Open the NuGet package manager and install the MintPlayer.BrowserDialog package in the project

Package manager console

Install-Package MintPlayer.BrowserDialog

Usage

var dialog = new BrowserDialog();
if (dialog.ShowDialog() == DialogResult.OK)
{
    MessageBox.Show($"You picked {dialog.SelectedBrowser.Name}.\r\nThe executable path is {dialog.SelectedBrowser.ExecutablePath}");
}
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • 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
1.0.0 0 11/24/2020