DoradoDossier 0.1.3

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

// Install DoradoDossier as a Cake Tool
#tool nuget:?package=DoradoDossier&version=0.1.3

Dorado Dossier is a 'Work in Progress' project that aspires to be a documentation & reporting library, leveraging the power and familiarity of the .NET Razor Engine that allows developers to create dynamically generated documents with minimal effort.

N.B: This project is in the very early stages of research & development and is not ready for use in production environments.

Usage examples can be found at:

https://github.com/Anitorious/DoradoDossier

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
0.1.3 1,394 9/30/2015
0.1.2 1,729 9/30/2015
0.1.1 1,113 9/30/2015
0.1.0 2,577 9/29/2015

V 0.1.3
Introduced Dossier Configuration
Introduced Trusted Rendering Modus
Dossier Instantiation no longer requires a type, but all methods that belong to the object do
Renamed IQueryDossier<T> to ISubject<T>
Default Subject Handler amended from "Dossier" to "Subject"
Razor Engine Templates now compiled with full trust by default
Renamed Dorado Namespace