AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend --version 2.1.0
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend -Version 2.1.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="AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend --version 2.1.0
#r "nuget: AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend, 2.1.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.
// Install AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend as a Cake Addin
#addin nuget:?package=AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend&version=2.1.0

// Install AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend as a Cake Tool
#tool nuget:?package=AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend&version=2.1.0

A user interface for conveniently managing Duality packages.

Product Compatible and additional computed target framework versions.
.NET Framework net 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
3.0.5 6,142 10/4/2019
3.0.4 650 10/4/2019
3.0.3 1,104 7/28/2019
3.0.2 1,185 5/4/2019
3.0.1 1,714 12/9/2018
3.0.0 893 12/7/2018
2.1.4 2,928 3/16/2018
2.1.3 1,455 1/27/2018
2.1.2 1,836 10/26/2017
2.1.1 2,915 5/26/2017
2.1.0 1,119 5/25/2017
2.0.6 3,153 11/13/2016
2.0.5 2,959 5/16/2016
2.0.4 1,458 4/19/2016
2.0.3 1,910 2/29/2016
2.0.2 1,666 1/31/2016
2.0.1 1,372 1/23/2016
2.0.0 2,528 10/19/2015
1.1.2 3,329 5/1/2015
1.1.1 1,773 3/29/2015
1.1.0 1,280 3/29/2015
1.0.14 1,589 3/6/2015
1.0.13 1,268 3/6/2015
1.0.12 1,692 2/16/2015
1.0.11 1,442 2/1/2015
1.0.10 1,241 1/30/2015
1.0.9 1,398 1/24/2015
1.0.8 1,390 1/16/2015
1.0.7 2,182 11/3/2014
1.0.6 1,538 9/30/2014
1.0.5 1,640 8/21/2014
1.0.4 1,329 8/19/2014
1.0.3 1,366 8/19/2014
1.0.2 1,328 8/18/2014
1.0.1 1,381 8/18/2014

PackageManager Cleanup, Extracted Internal PackageCache, PackageManager LocalSetup Integration
#CHANGE: Moved view-specific package version display code to PackageViewDialog.
#CHANGE: Extracted internal package info cache from PackageManager.
#CHANGE: Changed default behavior to also cache remote repository data that may change (like new packages becoming available), but allowing to clear the cache manually when desired.
#CHANGE: Renamed public PackageManager API for enumerating available packages and retrieving package info.
#ADD: Added GetPackage shortcut to the PackageSetup class and used it in PackageManager where manual LINQ lookups were used before.
#CHANGE: Moved all "local paths / work environment" related settings into the new PackageManagerEnvironment class.