-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
elmah.io.core.nuspec
22 lines (22 loc) · 1.06 KB
/
elmah.io.core.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>$version$</version>
<authors>elmah.io</authors>
<owners />
<dependencies>
<dependency id="elmah.corelibrary" version="1.2.2" />
<dependency id="elmah.io.client" version="[$version$,3)" />
</dependencies>
<id>elmah.io.core</id>
<title>elmah.io core (no config)</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ELMAH error logger for sending errors to elmah.io. This package does not include any ELMAH configuration. Please install the elmah.io NuGet package in new installations of elmah.io.</description>
<projectUrl>https://github.com/elmahio/elmah.io</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/5c4cb3646528821117abde6d2d5ee22d?s=32</iconUrl>
<tags>Error Exception Reporing Management Logging ELMAH Diagnostics Tracing</tags>
</metadata>
<files>
<file src="Elmah.Io\bin\$Configuration$\Elmah.Io.dll" target="lib\net40\Elmah.Io.dll" />
</files>
</package>