NServiceKit.OrmLite.T4 by NServiceKit

<PackageReference Include="NServiceKit.OrmLite.T4" Version="1.0.5" />

 NServiceKit.OrmLite.T4 1.0.5

Generate POCO models for all existing tables and stored procedures in a database for use with OrmLite.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>NServiceKit.OrmLite.T4</id>
    <version>1.0.5</version>
    <title>OrmLite.T4 - T4 schema-generation templates for OrmLite</title>
    <authors>NServiceKit</authors>
    <owners>NServiceKit</owners>
    <licenseUrl>https://github.com/NServiceKit/NServiceKit/blob/LICENSE</licenseUrl>
    <projectUrl>https://github.com/NServiceKit/NServiceKit.OrmLite</projectUrl>
    <iconUrl>http://www.nservicekit.com/logo-100x100.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Generate POCO models for all existing tables and stored procedures in a database for use with OrmLite.</description>
    <copyright>NServiceKit 2014 and contributors</copyright>
    <language>en-US</language>
    <tags>T4 SQL Templates CodeGen OrmLite POCO Code-First Orm Schema-less Blobs</tags>
  </metadata>
</package>