Blueprints 2.0.2

dotnet add package Blueprints --version 2.0.2
NuGet\Install-Package Blueprints -Version 2.0.2
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" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blueprints --version 2.0.2
#r "nuget: Blueprints, 2.0.2"
#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 as a Cake Addin
#addin nuget:?package=Blueprints&version=2.0.2

// Install Blueprints as a Cake Tool
#tool nuget:?package=Blueprints&version=2.0.2

A serializer that supports polymorphism, constructor injection, circular references and linking to external documents.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Blueprints:

Package Downloads
Blueprints.Editing.WinForms

Allows editing blueprints at runtime.

Blueprints.Editing

Allows editing blueprints at runtime.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 2,005 9/8/2016
2.0.1.2 1,670 8/12/2016
2.0.1 1,162 8/2/2016
2.0.0.14 1,329 8/2/2016
2.0.0.13 1,344 7/20/2016
2.0.0.11 1,349 7/18/2016
2.0.0.8 1,467 7/14/2016
2.0.0.6 1,465 7/12/2016
2.0.0.5 1,505 7/12/2016
2.0.0.4 1,376 7/10/2016
2.0.0.3 1,385 7/7/2016
2.0.0.2 1,358 7/7/2016
2.0.0.1 1,404 7/5/2016
2.0.0 1,375 7/5/2016

2.0.2.0
You can now add [BlueprintConstructor] attributes for other types to the root type of the serialization graph

2.0.1.2
You can now provide a reference type different from the provided instance when (de)serializing properties

2.0.1.0
Links for identical strings are now created only if they exceed 64 characters

2.0.0.14
Fixed a bug that would not always include the root node in the path property

2.0.0.13
Fixed a bug that required a stream to be writeable when deserializing a blueprint

2.0.0.11
When creating links, reference types are now always treated as such, even if they have an IValueDescriptor

2.0.0.8
Added BlueprintDocumentException which indicates the location of an error in the blueprint being deserialized

2.0.0.6
SetProperties can now be used on types that Blueprints cannot create a new instance of

2.0.0.5
Fixed a bug that would not allow exposing properties with the same type as the type declaring the property
Fixed a bug in SetProperties

2.0.0.4
Added support for automatic constructor to property matching

2.0.0.3
Renamed some attributes to match the published documentation

2.0.0.2
Added [BlueprintInclude] and [BlueprintExclude] attributes for more control over which properties are serialized

2.0.0.1
Included doc comments

2.0.0.0
Initial release