-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
elmah.io.nuspec
35 lines (35 loc) · 1.99 KB
/
elmah.io.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
35
<?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.114,6)" />
</group>
</dependencies>
<id>elmah.io</id>
<title>elmah.io</title>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>ELMAH error logger for sending errors to elmah.io. This package include initial configuration for getting up and running with elmah.io.</summary>
<description>ELMAH error logger for sending errors to elmah.io. This package include initial configuration for getting up and running with elmah.io from ASP.NET, MVC, Web API etc. Consider using one of the specialized packages instead (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>