-
Notifications
You must be signed in to change notification settings - Fork 1
/
dannyboy.nuspec
20 lines (20 loc) · 1.02 KB
/
dannyboy.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dannyboy</id>
<version>4.2.0</version>
<title>dannyboy</title>
<authors>Software By Ben, Ben Scott, swxben, belfryimages</authors>
<owners>Software By Ben, Ben Scott, swxben, belfryimages</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/swxben/danny-boy</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple micro-ORM for SQL Server, with first-class support for dynamics and async/await</description>
<summary>Simple micro-ORM for SQL Server, with first-class support for dynamics and async/await</summary>
<releaseNotes>Add Truncate and TruncateAsync methods</releaseNotes>
<tags>sqlserver dataaccess dal orm microorm dannyboy</tags>
</metadata>
<files>
<file src="src\dannyboy\bin\Release\dannyboy.dll" target="lib\net45\dannyboy.dll" />
</files>
</package>