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 518 6/12/2020
4.0.0-alpha1 402 6/12/2020
4.0.0-alpha0 375 6/12/2020
3.0.4 6,315 10/4/2019
3.0.3 625 10/4/2019
3.0.2 1,107 7/28/2019
3.0.1 1,201 5/4/2019
3.0.0 1,802 12/7/2018
2.3.4 3,388 1/13/2018
2.3.3 3,609 5/25/2017
2.3.2 2,498 1/28/2017
2.3.1 1,873 11/13/2016
2.3.0 1,403 10/16/2016
2.2.0 2,227 7/2/2016
2.1.3 1,211 6/29/2016
2.1.2 1,157 6/29/2016
2.1.1 1,656 6/17/2016
2.1.0 1,419 6/16/2016
2.0.1 4,096 11/6/2015
2.0.0 1,535 10/19/2015
1.0.6 4,717 2/28/2015
1.0.5 1,794 1/16/2015
1.0.4 1,788 12/4/2014
1.0.3 1,860 11/3/2014
1.0.2 1,575 9/30/2014
1.0.1 1,646 8/18/2014
1.0.0 1,621 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.