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

Commit d32b716

Browse files
committed
add .nuspec
1 parent 76bbb17 commit d32b716

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.MySql.Signed</id>
5+
<title>ServiceStack.OrmLite.MySql.Signed</title>
6+
<version>4.0.0</version>
7+
<authors>Service Stack, Thomas Grassauer</authors>
8+
<owners>Service Stack, Thomas Grassauer</owners>
9+
<description>
10+
Light, simple and fast convention-based code-first POCO ORM for MySQL.
11+
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in MySQL.
12+
</description>
13+
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
14+
<licenseUrl>https://servicestack.net/terms</licenseUrl>
15+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
16+
<iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
17+
<tags>MySql OrmLite POCO Code-First Orm Schema-less Blobs</tags>
18+
<language>en-US</language>
19+
<copyright>ServiceStack 2013 and contributors</copyright>
20+
<dependencies>
21+
<dependency id="MySql.Data" version="6.9.5" />
22+
<dependency id="ServiceStack.OrmLite.Signed" version="4.0" />
23+
</dependencies>
24+
</metadata>
25+
<files>
26+
<file src="lib\**\*.*" target="lib" />
27+
<file src="..\..\src\ServiceStack.OrmLite.MySql\**\*.cs" target="src\ServiceStack.OrmLite.MySql" />
28+
</files>
29+
</package>

0 commit comments

Comments
 (0)