AdamsLair.Duality.Editor
3.0.1
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor --version 3.0.1
NuGet\Install-Package AdamsLair.Duality.Editor -Version 3.0.1
<PackageReference Include="AdamsLair.Duality.Editor" Version="3.0.1" />
<PackageVersion Include="AdamsLair.Duality.Editor" Version="3.0.1" />
<PackageReference Include="AdamsLair.Duality.Editor" />
paket add AdamsLair.Duality.Editor --version 3.0.1
#r "nuget: AdamsLair.Duality.Editor, 3.0.1"
#:package AdamsLair.Duality.Editor@3.0.1
#addin nuget:?package=AdamsLair.Duality.Editor&version=3.0.1
#tool nuget:?package=AdamsLair.Duality.Editor&version=3.0.1
The Duality editor.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- AdamsLair.DockPanelSuite (>= 2.8.1)
- AdamsLair.Duality (>= 3.0.0)
- AdamsLair.TreeViewAdv (>= 1.7.6)
- AdamsLair.WinForms (>= 1.1.16)
- AdamsLair.WinForms.PopupControl (>= 1.0.0)
- NuGet.Core (>= 2.8.3)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on AdamsLair.Duality.Editor:
| Package | Downloads |
|---|---|
|
AdamsLair.Duality.Editor.Plugins.CamView
A basic Camera View editor module. |
|
|
AdamsLair.Duality.Editor.Plugins.Base
Provides basic infrastructure for the Duality editor, such as PropertyEditors and Importers. |
|
|
AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend
A user interface for conveniently managing Duality packages. |
|
|
AdamsLair.Duality.Editor.Plugins.SceneView
Displays the contents of the current Scene hierarchically and allows editing the Scene graph. |
|
|
AdamsLair.Duality.Editor.Plugins.ProjectView
Provides an overview of project Resources and allows importing new Assets. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-alpha2 | 859 | 6/12/2020 |
| 4.0.0-alpha1 | 608 | 6/12/2020 |
| 4.0.0-alpha0 | 581 | 6/12/2020 |
| 3.1.9 | 14,760 | 10/4/2019 |
| 3.1.8 | 6,605 | 10/4/2019 |
| 3.1.7 | 983 | 9/21/2019 |
| 3.1.6 | 1,012 | 9/15/2019 |
| 3.1.5 | 2,155 | 8/10/2019 |
| 3.1.4 | 6,799 | 7/28/2019 |
| 3.1.3 | 953 | 7/27/2019 |
| 3.1.2 | 9,066 | 5/4/2019 |
| 3.1.1 | 1,003 | 4/27/2019 |
| 3.1.0 | 990 | 4/27/2019 |
| 3.0.4 | 1,044 | 4/19/2019 |
| 3.0.3 | 1,397 | 2/24/2019 |
| 3.0.2 | 1,706 | 2/3/2019 |
| 3.0.1 | 2,891 | 12/9/2018 |
| 3.0.0 | 7,552 | 12/7/2018 |
| 2.10.19 | 4,031 | 6/7/2018 |
| 2.10.18 | 2,210 | 6/7/2018 |
Optimized Package Dependency Walk, PackageManager Support for Framework-Dependent Dependencies, PackageManager Concurrency Bugfix
#CHANGE: Walking package dependencies no longer resolves NETStandard.Library dependencies and instead treats the .NET Standard base lib as opaque.
#ADD: Package dependencies are now retrieved based on the preferred target framework.
#FIX: Fixed a concurrency bug where intermediate operation results would leak between threads, sometimes causing irrelevant License Acceptance dialogs to appear on install.
#CHANGE: The PackageManager now maintains an internal pool of PackageDependencyWalker instances, rather than just a single one, in order to avoid concurrency issues.
This reverts commit c7e0cab49dc37cbabcfad148f3a1d4b0c8746faa.
#FIX: Fixed a concurrency bug where intermediate operation results would leak between threads, sometimes causing irrelevant License Acceptance dialogs to appear on install.
#CHANGE: All public PackageManager API now obtains an internal operation lock while working, so no two operations can be executed simultaneously by different threads.
#ADD: The PackageManager can now more reliably handle packages that properly use NuGet lib target framework subfolders.
#ADD: Added unit tests for package installs in using lib subfolders.