AdamsLair.Duality.Launcher 2.2.0

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

// Install AdamsLair.Duality.Launcher as a Cake Tool
#tool nuget:?package=AdamsLair.Duality.Launcher&version=2.2.0

The default launcher application for Duality games.

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
4.0.0-alpha2 488 6/12/2020
4.0.0-alpha1 381 6/12/2020
4.0.0-alpha0 347 6/12/2020
3.0.4 6,138 10/4/2019
3.0.3 603 10/4/2019
3.0.2 1,087 7/28/2019
3.0.1 1,182 5/4/2019
3.0.0 1,781 12/7/2018
2.3.4 3,361 1/13/2018
2.3.3 3,577 5/25/2017
2.3.2 2,470 1/28/2017
2.3.1 1,845 11/13/2016
2.3.0 1,376 10/16/2016
2.2.0 2,200 7/2/2016
2.1.3 1,184 6/29/2016
2.1.2 1,132 6/29/2016
2.1.1 1,626 6/17/2016
2.1.0 1,395 6/16/2016
2.0.1 4,064 11/6/2015
2.0.0 1,503 10/19/2015
1.0.6 4,677 2/28/2015
1.0.5 1,767 1/16/2015
1.0.4 1,757 12/4/2014
1.0.3 1,826 11/3/2014
1.0.2 1,548 9/30/2014
1.0.1 1,619 8/18/2014
1.0.0 1,593 7/25/2014

Logging Tweaks, Moved Loaded Assembly Enumeration
#ADD: Added more plugin loader logs to DualityApp, now tracking exactly what Assemblies are available and where.
#CHANGE: Assemblies are now logged with their version number.
#CHANGE: Moved environment info logs to DefaultPluginLoader, because it's available much sooner and more reliably than the system backend plugin.
#CHANGE: Replaced the system backend's GetLoadedAssemblies() API with a new LoadedAssemblies property in the IPluginLoader, so all functionality related to Assembly loading and discovery are in one place.
#CHANGE: Adjusted dummy implementations for plugin loading and system backend.
#CHANGE: Adjusted unit tests.