-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProductionStackTrace.Analyze.Console.nuspec
More file actions
29 lines (29 loc) · 1.62 KB
/
Copy pathProductionStackTrace.Analyze.Console.nuspec
File metadata and controls
29 lines (29 loc) · 1.62 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
26
27
28
29
<?xml version="1.0"?>
<package>
<metadata>
<id>ProductionStackTrace.Analyze.Console</id>
<version>$version$</version>
<title>ProductionStackTrace Analyze Tool</title>
<authors>Lev Gimelfarb</authors>
<owners>Lev Gimelfarb</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/gimelfarb/ProductionStackTrace</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Analyze stack traces produced by ProductionStackTrace - source line info without deploying PDBs
Usage & documentation is at: https://github.com/gimelfarb/ProductionStackTrace
</description>
<summary>Analyze stack traces produced by ProductionStackTrace - source line info without deploying PDBs</summary>
<copyright>Copyright 2014 by Lev Gimelfarb</copyright>
<tags>logging unhandled exception stacktrace productionstacktrace production</tags>
</metadata>
<files>
<file src="..\ProductionStackTrace.Analyze\**\*.cs" exclude="obj\**" target="src\ProductionStackTrace.Analyze\" />
<file src="**\*.cs" exclude="obj\**" target="src\ProductionStackTrace.Analyze.Console\" />
<file src="bin\$configuration$\v2.0\*" exclude="**\*.tmp" target="tools\net20\" />
<file src="bin\$configuration$\v4.0\*" exclude="**\*.tmp" target="tools\net40\" />
<file src="bin\$configuration$\v4.5\*" exclude="**\*.tmp" target="tools\net45\" />
<file src="init.ps1" target="tools\" />
<file src="*.psm1" target="tools\" />
</files>
</package>