Blueprints.Editing.WinForms 2.0.2.2-alpha

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.
<PackageVersion Include="Blueprints.Editing.WinForms" Version="2.0.2.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Blueprints.Editing.WinForms" />
                    
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 Blueprints.Editing.WinForms --version 2.0.2.2-alpha
                    
#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.
#addin nuget:?package=Blueprints.Editing.WinForms&version=2.0.2.2-alpha&prerelease
                    
Install Blueprints.Editing.WinForms as a Cake Addin
#tool nuget:?package=Blueprints.Editing.WinForms&version=2.0.2.2-alpha&prerelease
                    
Install Blueprints.Editing.WinForms as a Cake Tool

Allows editing blueprints at runtime.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
2.0.2.2-alpha 921 9/8/2016
2.0.2-alpha 793 9/7/2016
2.0.1-alpha 797 9/7/2016
2.0.0-alpha 793 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