AdamsLair.Duality.Launcher
2.3.2
See the version list below for details.
dotnet add package AdamsLair.Duality.Launcher --version 2.3.2
NuGet\Install-Package AdamsLair.Duality.Launcher -Version 2.3.2
<PackageReference Include="AdamsLair.Duality.Launcher" Version="2.3.2" />
<PackageVersion Include="AdamsLair.Duality.Launcher" Version="2.3.2" />
<PackageReference Include="AdamsLair.Duality.Launcher" />
paket add AdamsLair.Duality.Launcher --version 2.3.2
#r "nuget: AdamsLair.Duality.Launcher, 2.3.2"
#:package AdamsLair.Duality.Launcher@2.3.2
#addin nuget:?package=AdamsLair.Duality.Launcher&version=2.3.2
#tool nuget:?package=AdamsLair.Duality.Launcher&version=2.3.2
The default launcher application for Duality games.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- AdamsLair.Duality (>= 2.9.4)
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 | 944 | 6/12/2020 |
| 4.0.0-alpha1 | 807 | 6/12/2020 |
| 4.0.0-alpha0 | 784 | 6/12/2020 |
| 3.0.4 | 7,152 | 10/4/2019 |
| 3.0.3 | 1,058 | 10/4/2019 |
| 3.0.2 | 1,541 | 7/28/2019 |
| 3.0.1 | 1,631 | 5/4/2019 |
| 3.0.0 | 2,218 | 12/7/2018 |
| 2.3.4 | 4,584 | 1/13/2018 |
| 2.3.3 | 4,421 | 5/25/2017 |
| 2.3.2 | 3,309 | 1/28/2017 |
| 2.3.1 | 2,668 | 11/13/2016 |
| 2.3.0 | 2,211 | 10/16/2016 |
| 2.2.0 | 3,025 | 7/2/2016 |
| 2.1.3 | 2,009 | 6/29/2016 |
| 2.1.2 | 1,953 | 6/29/2016 |
| 2.1.1 | 2,462 | 6/17/2016 |
| 2.1.0 | 2,227 | 6/16/2016 |
| 2.0.1 | 4,920 | 11/6/2015 |
| 2.0.0 | 2,385 | 10/19/2015 |
Exception Handling Tweaks
#CHANGE: Cleaned up exception handling code for the editor to be in one place, rather than two.
#CHANGE: The launcher application exception handling can no longer get caught in a stack overflow if writing an error log causes an exception.
#CHANGE: Editor data convert operations now have their own exception handling, since WinForms dragdrop operations appear to have the unfortunate habit of internally catching most exceptions silently.