-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDecodePerfToJson.nuspec
More file actions
35 lines (35 loc) · 2.33 KB
/
DecodePerfToJson.nuspec
File metadata and controls
35 lines (35 loc) · 2.33 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
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.LinuxTracepoints.DecodePerfToJson</id>
<version>$csVersion$</version>
<title>Microsoft Linux Tracepoints Decode perf.data to JSON</title>
<authors>Microsoft</authors>
<icon>images/LinuxTracepoints.png</icon>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<readme>README.md</readme>
<projectUrl>https://github.com/microsoft/LinuxTracepoints-Net</projectUrl>
<description>Decodes Linux perf.data files to JSON with support for tracefs formats and EventHeader events.</description>
<tags>Tracepoints Perf Perf.data</tags>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
<repository type="git" url="https://github.com/microsoft/LinuxTracepoints-Net" commit="$commit$" />
</metadata>
<files>
<file src="../obj/net8.0/DotnetToolSettings.xml" target="tools/net8.0/any/DotnetToolSettings.xml" />
<file src="../bin/Release/net8.0/DecodePerfToJson.dll" target="tools/net8.0/any/DecodePerfToJson.dll" />
<file src="../bin/Release/net8.0/DecodePerfToJson.deps.json" target="tools/net8.0/any/DecodePerfToJson.deps.json" />
<file src="../bin/Release/net8.0/DecodePerfToJson.runtimeconfig.json" target="tools/net8.0/any/DecodePerfToJson.runtimeconfig.json" />
<file src="../bin/Release/net8.0/DecodePerfToJson.pdb" target="tools/net8.0/any/DecodePerfToJson.pdb" />
<file src="../bin/Release/net8.0/Microsoft.LinuxTracepoints.Decode.dll" target="tools/net8.0/any/Microsoft.LinuxTracepoints.Decode.dll" />
<file src="../bin/Release/net8.0/Microsoft.LinuxTracepoints.Types.dll" target="tools/net8.0/any/Microsoft.LinuxTracepoints.Types.dll" />
<file src="../bin/Release/net8.0/Microsoft.LinuxTracepoints.Decode.pdb" target="tools/net8.0/any/Microsoft.LinuxTracepoints.Decode.pdb" />
<file src="../bin/Release/net8.0/Microsoft.LinuxTracepoints.Types.pdb" target="tools/net8.0/any/Microsoft.LinuxTracepoints.Types.pdb" />
<file src="../LinuxTracepoints.png" target="images/" />
<file src="README.md" target="README.md" />
</files>
</package>