AdamsLair.Duality.Editor.Plugins.Base
2.2.17
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.Base --version 2.2.17
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.Base -Version 2.2.17
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.Editor.Plugins.Base" Version="2.2.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdamsLair.Duality.Editor.Plugins.Base --version 2.2.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AdamsLair.Duality.Editor.Plugins.Base, 2.2.17"
#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.Editor.Plugins.Base as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Editor.Plugins.Base&version=2.2.17 // Install AdamsLair.Duality.Editor.Plugins.Base as a Cake Tool #tool nuget:?package=AdamsLair.Duality.Editor.Plugins.Base&version=2.2.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides basic infrastructure for the Duality editor, such as PropertyEditors and Importers.
Product | Versions 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.
-
- AdamsLair.Duality (>= 2.14.9)
- AdamsLair.Duality.Editor (>= 2.10.18)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AdamsLair.Duality.Editor.Plugins.Base:
Repository | Stars |
---|---|
AdamsLair/duality
a 2D Game Development Framework
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 532 | 6/12/2020 |
4.0.0-alpha1 | 384 | 6/12/2020 |
4.0.0-alpha0 | 380 | 6/12/2020 |
3.0.4 | 6,316 | 10/4/2019 |
3.0.3 | 651 | 10/4/2019 |
3.0.2 | 1,110 | 7/28/2019 |
3.0.1 | 1,180 | 5/4/2019 |
3.0.0 | 1,768 | 12/7/2018 |
2.3.2 | 1,424 | 9/22/2018 |
2.3.1 | 1,675 | 7/1/2018 |
2.3.0 | 1,056 | 7/1/2018 |
2.2.17 | 1,219 | 6/7/2018 |
2.2.16 | 1,139 | 5/26/2018 |
2.2.15 | 1,179 | 5/10/2018 |
2.2.14 | 1,625 | 2/19/2018 |
2.2.13 | 1,267 | 2/3/2018 |
2.2.12 | 1,029 | 1/27/2018 |
2.2.10 | 1,328 | 1/14/2018 |
2.2.9 | 1,233 | 1/7/2018 |
2.2.8 | 1,668 | 10/26/2017 |
2.2.7 | 4,314 | 1/25/2017 |
2.2.4 | 1,801 | 11/13/2016 |
2.2.3 | 1,483 | 10/3/2016 |
2.2.2 | 1,075 | 10/2/2016 |
2.2.1 | 2,079 | 7/13/2016 |
2.2.0 | 1,813 | 5/16/2016 |
2.1.5 | 1,474 | 4/19/2016 |
2.1.4 | 1,588 | 3/19/2016 |
2.1.3 | 1,394 | 3/5/2016 |
2.1.2 | 1,714 | 1/31/2016 |
2.1.1 | 1,306 | 1/23/2016 |
2.1.0 | 1,280 | 1/16/2016 |
2.0.3 | 2,053 | 11/19/2015 |
2.0.2 | 1,294 | 11/14/2015 |
2.0.1 | 1,368 | 11/6/2015 |
2.0.0 | 1,501 | 10/19/2015 |
1.0.6 | 4,503 | 2/10/2015 |
1.0.5 | 1,366 | 1/31/2015 |
1.0.4 | 1,449 | 1/16/2015 |
1.0.3 | 2,169 | 11/3/2014 |
1.0.2 | 1,562 | 9/30/2014 |
1.0.1 | 1,613 | 8/18/2014 |
1.0.0 | 1,374 | 7/25/2014 |
Simplified Asset Importer (#659)
#ADD: Added an AssetImporter base class that implements IAssetImporter for simple one-Resource-per-file cases.
#FIX: Fixed an exporter bug where the source file hint extension would be ignored.