AdamsLair.Duality.Editor.Plugins.ObjectInspector
2.1.1
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.ObjectInspector --version 2.1.1
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.ObjectInspector -Version 2.1.1
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.ObjectInspector" Version="2.1.1" />
paket add AdamsLair.Duality.Editor.Plugins.ObjectInspector --version 2.1.1
#r "nuget: AdamsLair.Duality.Editor.Plugins.ObjectInspector, 2.1.1"
// Install AdamsLair.Duality.Editor.Plugins.ObjectInspector as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Editor.Plugins.ObjectInspector&version=2.1.1 // Install AdamsLair.Duality.Editor.Plugins.ObjectInspector as a Cake Tool #tool nuget:?package=AdamsLair.Duality.Editor.Plugins.ObjectInspector&version=2.1.1
Allows editing the properties of selected objects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- AdamsLair.Duality (>= 2.14.0)
- AdamsLair.Duality.Editor (>= 2.10.1)
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.ObjectInspector:
Repository | Stars |
---|---|
AdamsLair/duality
a 2D Game Development Framework
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 528 | 6/12/2020 |
4.0.0-alpha1 | 435 | 6/12/2020 |
4.0.0-alpha0 | 392 | 6/12/2020 |
3.0.5 | 6,385 | 10/6/2019 |
3.0.4 | 635 | 10/4/2019 |
3.0.3 | 633 | 10/4/2019 |
3.0.2 | 1,118 | 7/28/2019 |
3.0.1 | 1,200 | 5/4/2019 |
3.0.0 | 1,827 | 12/7/2018 |
2.1.4 | 2,381 | 5/31/2018 |
2.1.3 | 1,898 | 2/19/2018 |
2.1.2 | 1,294 | 1/27/2018 |
2.1.1 | 1,820 | 10/26/2017 |
2.1.0 | 1,818 | 8/22/2017 |
2.0.5 | 4,146 | 11/13/2016 |
2.0.4 | 1,369 | 10/13/2016 |
2.0.3 | 2,690 | 5/16/2016 |
2.0.2 | 1,464 | 4/19/2016 |
2.0.1 | 2,332 | 1/31/2016 |
2.0.0 | 2,613 | 10/19/2015 |
1.0.4 | 4,597 | 1/16/2015 |
1.0.3 | 2,242 | 11/3/2014 |
1.0.2 | 1,556 | 9/30/2014 |
1.0.1 | 1,644 | 8/18/2014 |
1.0.0 | 1,361 | 7/25/2014 |
Updated AdamsLair.WinForms Dependency, Explicit C
#FIX: Fixed a rogue exception that would occur when attempting to edit the value of a property using an enum type with no values.
#CHANGE: Updated AdamsLair.WinForms dependency to version 1.1.13
#ADD: Explicitly stated to use C# 4.0 in Duality core projects to make sure the main repository remains backwards compatible for users with older VS versions.