forked from microsoft/sourcemap-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
25 lines (25 loc) · 1.39 KB
/
Package.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.SourceMapToolkit</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft,Office Online</owners>
<projectUrl>https://github.com/Microsoft/sourcemap-toolkit</projectUrl>
<licenseUrl>https://github.com/christiango/sourcemap-toolkit/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A C# library that allows for the consumption of source maps and the deminification of JavaScript stack traces</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>sourcemap callstack stackframe deminify</tags>
<dependencies>
<dependency id="AjaxMin" version="5.14.5506.26202" />
<dependency id="Newtonsoft.Json" version="13.0.1" />
</dependencies>
</metadata>
<files>
<file src="src\SourceMapToolkit.CallstackDeminifier\bin\Release\SourcemapToolkit.CallstackDeminifier.dll" target="lib\net40" />
<file src="src\SourceMapToolkit.CallstackDeminifier\bin\Release\SourcemapToolkit.CallstackDeminifier.pdb" target="lib\net40" />
<file src="src\SourcemapToolkit.SourcemapParser\bin\Release\SourcemapToolkit.SourcemapParser.dll" target="lib\net40" />
<file src="src\SourcemapToolkit.SourcemapParser\bin\Release\SourcemapToolkit.SourcemapParser.pdb" target="lib\net40" />
</files>
</package>