-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Elmah.Io.AspNet.nuspec
34 lines (34 loc) · 1.85 KB
/
Elmah.Io.AspNet.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
29
30
31
32
33
34
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<version>$version$</version>
<authors>elmah.io</authors>
<owners />
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="elmah.corelibrary" version="1.2.2" />
<dependency id="Elmah.Io.Client" version="[5.2.113-pre,6)" />
</group>
</dependencies>
<id>Elmah.Io.AspNet</id>
<title>Elmah.Io.AspNet</title>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ELMAH error logger for sending errors to elmah.io from web frameworks built on ASP.NET (like MVC and Web API). This package does not include any ELMAH configuration. Please install one of the specialized NuGet packages like Elmah.Io.Mvc, Elmah.Io.WebApi etc.</description>
<icon>icon.png</icon>
<projectUrl>https://elmah.io/</projectUrl>
<repository type="git" url="https://github.com/elmahio/elmah.io" commit="$commit$" />
<iconUrl>https://secure.gravatar.com/avatar/5c4cb3646528821117abde6d2d5ee22d?s=64</iconUrl>
<tags>Error Exception Reporting Management Logging ELMAH Diagnostics Tracing</tags>
<readme>README.md</readme>
</metadata>
<files>
<file src="README.md" target="README.md" />
<file src="nuget\images\icon.png" target="icon.png" />
<file src="nuget\content\web.config.transform" target="content\web.config.transform" />
<file src="nuget\content\web.config.install.xdt" target="content\web.config.install.xdt" />
<file src="nuget\tools\install.ps1" target="tools\install.ps1" />
<file src="src\Elmah.Io\bin\$Configuration$\net45\Elmah.Io.dll" target="lib\net45\Elmah.Io.dll" />
<file src="src\Elmah.Io\bin\$Configuration$\net45\Elmah.Io.xml" target="lib\net45\Elmah.Io.xml" />
</files>
</package>