forked from AbstractLeap/dashing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashing-annotations.nuspec
23 lines (23 loc) · 1.3 KB
/
dashing-annotations.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Dashing.Annotations</id>
<version>0.0.1</version>
<title>Dashing Annotations</title>
<authors>Polylytics</authors>
<owners>Polylytics</owners>
<projectUrl>http://polylytics.com/dashing</projectUrl>
<iconUrl>http://polylytics.com/dashing/dashing-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dashing is an object-relational mapper built on top of Dapper that aims to provide fantastic developer productivity without sacrificing performance</description>
<summary>Provides annotations that can be used to configure Dashing's behaviour</summary>
<releaseNotes>* 0.0.1 - Our very first release. Be gentle.</releaseNotes>
<copyright>© Polylytics Limited, 2014</copyright>
<language>en-GB</language>
<tags>dashing dapper orm sql mini-orm</tags>
</metadata>
<files>
<file src="Dashing.Annotations\bin\Release\Dashing.Annotations.dll" target="lib\net45\Dashing.Annotations.dll" />
<file src="Dashing.Annotations\bin\Release\Dashing.Annotations.pdb" target="lib\net45\Dashing.Annotations.pdb" />
</files>
</package>