AdamsLair.Duality.Editor.Plugins.Base 2.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.Base --version 2.1.4
                    
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.Base -Version 2.1.4
                    
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.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamsLair.Duality.Editor.Plugins.Base" Version="2.1.4" />
                    
Directory.Packages.props
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.Base" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdamsLair.Duality.Editor.Plugins.Base --version 2.1.4
                    
#r "nuget: AdamsLair.Duality.Editor.Plugins.Base, 2.1.4"
                    
#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.
#addin nuget:?package=AdamsLair.Duality.Editor.Plugins.Base&version=2.1.4
                    
Install as a Cake Addin
#tool nuget:?package=AdamsLair.Duality.Editor.Plugins.Base&version=2.1.4
                    
Install as a Cake Tool

Provides basic infrastructure for the Duality editor, such as PropertyEditors and Importers.

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 612 6/12/2020
4.0.0-alpha1 450 6/12/2020
4.0.0-alpha0 444 6/12/2020
3.0.4 6,653 10/4/2019
3.0.3 730 10/4/2019
3.0.2 1,192 7/28/2019
3.0.1 1,264 5/4/2019
3.0.0 1,852 12/7/2018
2.3.2 1,539 9/22/2018
2.3.1 1,928 7/1/2018
2.3.0 1,311 7/1/2018
2.2.17 1,474 6/7/2018
2.2.16 1,390 5/26/2018
2.2.15 1,442 5/10/2018
2.2.14 1,805 2/19/2018
2.2.13 1,527 2/3/2018
2.2.12 1,215 1/27/2018
2.2.10 1,595 1/14/2018
2.2.9 1,502 1/7/2018
2.2.8 1,854 10/26/2017
2.2.7 4,505 1/25/2017
2.2.4 1,988 11/13/2016
2.2.3 1,673 10/3/2016
2.2.2 1,262 10/2/2016
2.2.1 2,273 7/13/2016
2.2.0 2,005 5/16/2016
2.1.5 1,664 4/19/2016
2.1.4 1,780 3/19/2016
2.1.3 1,598 3/5/2016
2.1.2 1,905 1/31/2016
2.1.1 1,495 1/23/2016
2.1.0 1,477 1/16/2016
2.0.3 2,249 11/19/2015
2.0.2 1,495 11/14/2015
2.0.1 1,558 11/6/2015
2.0.0 1,698 10/19/2015
1.0.6 4,702 2/10/2015
1.0.5 1,564 1/31/2015
1.0.4 1,652 1/16/2015
1.0.3 2,367 11/3/2014
1.0.2 1,761 9/30/2014
1.0.1 1,816 8/18/2014
1.0.0 1,571 7/25/2014

Preview Tweaks
#CHANGE: Cropping preview images before scaling them in case the desired preview size is much smaller than the source data size.
#CHANGE: Fixed PropertyEditor previews in some cases where the editor size was not yet available when the preview was generated.