mirror of
https://github.com/microsoft/krabsetw
synced 2026-06-06 16:14:32 +00:00
c5534af0eb
Signed-off-by: Zac Brown <zbrown@microsoft.com>
24 lines
1.6 KiB
XML
24 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>O365.Security.Native.ETW.Debug</id>
|
|
<version>1.0.4</version>
|
|
<title>O365.Security.Native.ETW Debug - managed wrappers for krabsetw</title>
|
|
<authors>Microsoft Corporation,OneDrive/SharePoint Security</authors>
|
|
<owners>Microsoft Corporation,OneDrive/SharePoint Security</owners>
|
|
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
|
<projectUrl>https://github.com/Microsoft/krabsetw</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</description>
|
|
<summary>O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</summary>
|
|
<releaseNotes>Support fixed-length strings in collection_view.</releaseNotes>
|
|
<copyright>Copyright 2016 Microsoft Corporation</copyright>
|
|
<language />
|
|
<tags>ETW krabs lobsters managed cppcli</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="krabs\x64\Debug\O365.Security.Native.ETW.dll" target="lib\net45\O365.Security.Native.ETW.dll" />
|
|
<file src="krabs\x64\Debug\O365.Security.Native.ETW.pdb" target="lib\net45\O365.Security.Native.ETW.pdb" />
|
|
<file src="krabs\x64\Debug\O365.Security.Native.ETW.xml" target="lib\net45\O365.Security.Native.ETW.xml" />
|
|
</files>
|
|
</package> |