Blueprints.Editing.WinForms
2.0.2.2-alpha
.NET Framework 4.5
This is a prerelease version of Blueprints.Editing.WinForms.
dotnet add package Blueprints.Editing.WinForms --version 2.0.2.2-alpha
NuGet\Install-Package Blueprints.Editing.WinForms -Version 2.0.2.2-alpha
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="Blueprints.Editing.WinForms" Version="2.0.2.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blueprints.Editing.WinForms --version 2.0.2.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Blueprints.Editing.WinForms, 2.0.2.2-alpha"
#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 Blueprints.Editing.WinForms as a Cake Addin
#addin nuget:?package=Blueprints.Editing.WinForms&version=2.0.2.2-alpha&prerelease
// Install Blueprints.Editing.WinForms as a Cake Tool
#tool nuget:?package=Blueprints.Editing.WinForms&version=2.0.2.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Allows editing blueprints at runtime.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Blueprints (>= 2.0.2)
- Blueprints.Editing (>= 2.0.2)
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 |
---|---|---|
2.0.2.2-alpha | 757 | 9/8/2016 |
2.0.2-alpha | 669 | 9/7/2016 |
2.0.1-alpha | 665 | 9/7/2016 |
2.0.0-alpha | 667 | 8/23/2016 |
2.0.2
Implemented Ctrl-Y and Ctrl-Z undo/redo shortcut key combinations
2.0.1
Added a label containing the error for incomplete or invalid objects
Fixed a bug that would invalidate the whole object graph when a required property was missing
Fixed a bug that would throw a NullReferenceException when changing the type of a property value
2.0.0 Initial alpha release