DoradoDossier by Chris Evans

<PackageReference Include="DoradoDossier" Version="0.1.1" />

 DoradoDossier 0.1.1

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

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>DoradoDossier</id>
    <version>0.1.1</version>
    <title>Dorado Dossier</title>
    <authors>Chris Evans</authors>
    <owners>Chris Evans</owners>
    <licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/Anitorious/DoradoDossier</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Dorado Dossier is a 'Work in Progress' project that aspires to be a documentation &amp; 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 &amp; development and is not ready for use in production environments.

Usage examples can be found at:

https://github.com/Anitorious/DoradoDossier</description>
    <releaseNotes>V 0.1.1
Introduced Dossier Configuration
Introduced Trusted Rendering Modus</releaseNotes>
    <language>en-GB</language>
    <tags>Razor Templating Documents</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="RazorEngine" version="3.7.2" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0.0.0" />
    </frameworkAssemblies>
  </metadata>
</package>