forked from AbstractLeap/dashing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashing.nuspec
More file actions
46 lines (45 loc) · 2.65 KB
/
dashing.nuspec
File metadata and controls
46 lines (45 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Dashing</id>
<version>1.0.18</version>
<title>Dashing</title>
<authors>Polylytics</authors>
<owners>Polylytics</owners>
<projectUrl>https://github.com/Polylytics/dashing</projectUrl>
<iconUrl>http://polylytics.com/dashing/dashing-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dashing is a simple to use mini ORM built on top of Dapper. It aims to provide fantastic productivity while not sacrificing (too much) performance.</description>
<summary>Dashing is a simple to use mini ORM built on top of Dapper</summary>
<releaseNotes>See Git Log at https://github.com/Polylytics/dashing
v1.0.18 Bug Fix for Constant List of Entities</releaseNotes>
<copyright>© Polylytics Limited, 2015</copyright>
<language>en-GB</language>
<tags>dashing dapper orm sql mini-orm</tags>
<dependencies>
<dependency id="Dapper" version="1.50.2" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="" />
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.Core" targetFramework="" />
<frameworkAssembly assemblyName="System.Data" targetFramework="" />
<frameworkAssembly assemblyName="System.Data.DataSetExtensions" targetFramework="" />
<frameworkAssembly assemblyName="System.Data.Entity.Design" targetFramework="" />
<frameworkAssembly assemblyName="System.Data.Linq" targetFramework="" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
<frameworkAssembly assemblyName="System.Configuration" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="nuspec\build\Dashing.targets" target="build\Dashing.targets" />
<file src="content\_._" target="content\_._" />
<file src="Dashing\bin\Release\Dashing.dll" target="lib\net45\Dashing.dll" />
<file src="Dashing\bin\Release\Dashing.pdb" target="lib\net45\Dashing.pdb" />
<file src="Dashing\bin\Release\Dashing.xml" target="lib\net45\Dashing.xml" />
<file src="nuspec\tools\dbm.exe" target="tools\dbm.exe" />
<file src="nuspec\tools\dev-db.ini" target="tools\dev-db.ini" />
<file src="nuspec\tools\Init.ps1" target="tools\init.ps1" />
<file src="nuspec\readme.txt" target="readme.txt" />
</files>
</package>