forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.EntityFramework.nuspec
More file actions
executable file
·32 lines (32 loc) · 1.86 KB
/
Npgsql.EntityFramework.nuspec
File metadata and controls
executable file
·32 lines (32 loc) · 1.86 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
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Npgsql.EntityFramework</id>
<title>Npgsql for Entity Framework</title>
<version>2.1.0-beta1</version>
<authors>Francisco Figueiredo Jr., Josh Cooley, Dave Page, Jon Asher, Brar Piening, Chris Morgan, Hiroshi Saito, Jon Hanna, Federico Di Gregorio, Glen Parker, Shay Rojansky</authors>
<owners>Francisco Figueiredo Jr., Josh Cooley, Shay Rojansky</owners>
<licenseUrl>https://github.com/npgsql/Npgsql/wiki/License</licenseUrl>
<projectUrl>https://github.com/npgsql/Npgsql</projectUrl>
<copyright>Copyright 2002 - 2014 Npgsql Development Team</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Postgresql provider for Entity Framework 6 and above</description>
<summary>Postgresql provider for Entity Framework 6 and above</summary>
<language>en-US</language>
<tags>Npgsql postgres data database Postgresql entity framework ef</tags>
<dependencies>
<dependency id="Npgsql" version="[2.1.0-beta1]" />
<dependency id="EntityFramework" version="6.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release-net40\Npgsql.EntityFramework.dll" target="lib\net40"/>
<file src="bin\Release-net40\Npgsql.EntityFramework.pdb" target="lib\net40"/>
<file src="bin\Release-net40\Npgsql.EntityFramework.xml" target="lib\net40"/>
<file src="bin\Release-net45\Npgsql.EntityFramework.dll" target="lib\net45"/>
<file src="bin\Release-net45\Npgsql.EntityFramework.pdb" target="lib\net45"/>
<file src="bin\Release-net45\Npgsql.EntityFramework.xml" target="lib\net45"/>
<file src="**\*.cs" target="src" />
<file src="install.ps1" target="tools" />
</files>
</package>