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" />
paket add AdamsLair.Duality.Launcher --version 2.3.2
#r "nuget: AdamsLair.Duality.Launcher, 2.3.2"
// Install AdamsLair.Duality.Launcher as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Launcher&version=2.3.2 // Install AdamsLair.Duality.Launcher as a Cake Tool #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 | 537 | 6/12/2020 |
4.0.0-alpha1 | 417 | 6/12/2020 |
4.0.0-alpha0 | 390 | 6/12/2020 |
3.0.4 | 6,403 | 10/4/2019 |
3.0.3 | 645 | 10/4/2019 |
3.0.2 | 1,133 | 7/28/2019 |
3.0.1 | 1,224 | 5/4/2019 |
3.0.0 | 1,829 | 12/7/2018 |
2.3.4 | 3,465 | 1/13/2018 |
2.3.3 | 3,664 | 5/25/2017 |
2.3.2 | 2,553 | 1/28/2017 |
2.3.1 | 1,931 | 11/13/2016 |
2.3.0 | 1,461 | 10/16/2016 |
2.2.0 | 2,284 | 7/2/2016 |
2.1.3 | 1,268 | 6/29/2016 |
2.1.2 | 1,216 | 6/29/2016 |
2.1.1 | 1,713 | 6/17/2016 |
2.1.0 | 1,476 | 6/16/2016 |
2.0.1 | 4,157 | 11/6/2015 |
2.0.0 | 1,598 | 10/19/2015 |
1.0.6 | 4,780 | 2/28/2015 |
1.0.5 | 1,854 | 1/16/2015 |
1.0.4 | 1,848 | 12/4/2014 |
1.0.3 | 1,922 | 11/3/2014 |
1.0.2 | 1,635 | 9/30/2014 |
1.0.1 | 1,706 | 8/18/2014 |
1.0.0 | 1,681 | 7/25/2014 |
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.