-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathElmah.PostgreSQL.nuspec
28 lines (28 loc) · 1.31 KB
/
Elmah.PostgreSQL.nuspec
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
<?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>elmah.postgresql</id>
<version>2.0.0$VersionSuffix$</version>
<title>PostgreSQL Error Log for ELMAH</title>
<authors>Laimonas Simutis</authors>
<owners>Laimonas Simutis, Atif Aziz, James Driscoll</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/elmah/PgsqlErrorLog</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ELMAH error log implementation on top of a PostgreSQL database.</description>
<language>en-US</language>
<tags>postgresql elmah error logging unhandled exception</tags>
<dependencies>
<dependency id="elmah.corelibrary" version="2.0.0-alpha001" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Elmah.Pgsql.*" target="lib\net35" />
<file src="bin\Release\Npgsql.dll" target="lib\net35" />
<file src="bin\Release\Mono.Security.dll" target="lib\net35" />
<file src="COPYING.txt" />
<file src="src\readme.txt" target="" />
<file src="src\Pgsql.sql" target="" />
<file src="src\*.cs" target="src" />
</files>
</package>