forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.nuspec
More file actions
25 lines (25 loc) · 1.51 KB
/
Npgsql.nuspec
File metadata and controls
25 lines (25 loc) · 1.51 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
<?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</id>
<title>Npgsql</title>
<version>0.0.0</version>
<authors>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno, Jon Asher, John Cooley, Federico Di Gregorio, Jon Hanna, Chris Morgan, Dave Page, Glen Parker, Brar Piening, Hiroshi Saito</authors>
<owners>Shay Rojansky, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno</owners>
<licenseUrl>https://github.com/npgsql/npgsql/blob/develop/LICENSE.txt</licenseUrl>
<projectUrl>http://www.npgsql.org</projectUrl>
<iconUrl>http://www.npgsql.org/img/postgresql.gif</iconUrl>
<copyright>Copyright 2002 - 2016 Npgsql Development Team</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Npgsql is a .NET data provider for PostgreSQL, 100% implemented in C# code. PostgreSQL 9.x and above is officially supported, other versions may work.</description>
<summary>Npgsql is a .NET data provider for Postgresql.</summary>
<language>en-US</language>
<tags>npgsql postgresql postgres data database sql ado ado.net</tags>
</metadata>
<files>
<file src="bin\Release\Npgsql.dll" target="lib\net45"/>
<file src="bin\Release\Npgsql.pdb" target="lib\net45"/>
<file src="bin\Release\Npgsql.xml" target="lib\net45"/>
<file src="**\*.cs" target="src" />
</files>
</package>