This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
NuGet/ServiceStack.OrmLite.T4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4+ <id >ServiceStack.OrmLite.T4</id >
5+ <title >OrmLite.T4 - T4 schema-generation templates for OrmLite</title >
6+ <version >3.9.59</version >
7+ <authors >Demis Bellot</authors >
8+ <owners >Demis Bellot</owners >
9+ <description >
10+ Generate POCO models for all existing tables and stored procedures in a database for use with OrmLite.
11+ </description >
12+ <projectUrl >https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl >
13+ <licenseUrl >https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl >
14+ <iconUrl >http://www.servicestack.net/logo-100x100.png</iconUrl >
15+ <tags >T4 SQL Templates CodeGen OrmLite POCO Code-First Orm Schema-less Blobs</tags >
16+ <language >en-US</language >
17+ <copyright >ServiceStack 2013 and contributors</copyright >
18+ </metadata >
19+ </package >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.MySql\lib
1515MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.PostgreSQL\lib
1616MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Oracle\lib
1717MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Firebird\lib
18+ MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.T4\content
1819
1920COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\%BUILD% \ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net35
2021COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\x86\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net40
You can’t perform that action at this time.
0 commit comments