Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e2b3367

Browse files
committed
Add the T4 nuspec as well
1 parent 3c1bf8b commit e2b3367

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

build/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.MySql\lib
1515
MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.PostgreSQL\lib
1616
MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Oracle\lib
1717
MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Firebird\lib
18+
MD ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.T4\content
1819

1920
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net35
2021
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\x86\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net40

0 commit comments

Comments
 (0)