ETW2JSON/ETW2JSON.nuspec

22 строки
973 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2018-05-13 07:48:20 +03:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ETW2JSON</id>
<version>1.3.7</version>
<title>ETW2JSON</title>
<authors>mjsabby</authors>
<owners>mjsabby</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/Microsoft/ETW2JSON/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Microsoft/ETW2JSON</projectUrl>
<description>Tool and library to convert ETW logs to JSON files</description>
<releaseNotes>Updated to remove additional dependency.</releaseNotes>
<copyright>Copyright 2015 mjsabby</copyright>
<tags>etw xperf perfview eventsource deserialization json etw2json profiling clr</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
</dependencies>
</metadata>
</package>