forked from microsoft/krabsetw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlueKrabsetw.Native.ETW.nuspec
36 lines (35 loc) · 2.36 KB
/
BlueKrabsetw.Native.ETW.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
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BlueKrabsetw.Native.ETW</id>
<version>4.4.2</version>
<title>BlueKrabsetw.Native.ETW - managed wrappers for BlueKrabsetw</title>
<authors>Dominik Phillips</authors>
<owners>non</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/threathunters-io/bluekrabsetw</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>BlueKrabsetw.Native.ETW is a managed wrapper around the BlueKrabsetw ETW library.</description>
<summary>BlueKrabsetw.Native.ETW is a managed wrapper around the BlueKrabsetw ETW library. It originates from the Microsoft.O365.Security.Native.ETW library and seeks to improve and include capabilities that have not yet been included in the former library.</summary>
<releaseNotes>
Version 4.4.2:
- Remove mutex in on_event handler
</releaseNotes>
<copyright>non</copyright>
<language />
<tags>ETW bluekrabs managed cppcli</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework="net6.0" />
</dependencies>
</metadata>
<files>
<file src="bluekrabs\x64\Release\net472\Threathunters.BlueKrabsetw.Native.ETW.dll" target="lib\net472\Threathunters.BlueKrabsetw.Native.ETW.dll" />
<file src="bluekrabs\x64\Release\net472\Threathunters.BlueKrabsetw.Native.ETW.pdb" target="lib\net472\Threathunters.BlueKrabsetw.Native.ETW.pdb" />
<file src="bluekrabs\x64\Release\net472\Threathunters.BlueKrabsetw.Native.ETW.xml" target="lib\net472\Threathunters.BlueKrabsetw.Native.ETW.xml" />
<file src="bluekrabs\x64\Release\net6.0\Microsoft.O365.Security.Native.ETW.dll" target="lib\net6.0\Microsoft.O365.Security.Native.ETW.dll" />
<file src="bluekrabs\x64\Release\net6.0\Microsoft.O365.Security.Native.ETW.pdb" target="lib\net6.0\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="bluekrabs\x64\Release\net6.0\Microsoft.O365.Security.Native.ETW.xml" target="lib\net6.0\Microsoft.O365.Security.Native.ETW.xml" />
<file src="bluekrabs\x64\Release\net6.0\Ijwhost.dll" target="runtimes\win-x64\native\Ijwhost.dll" />
</files>
</package>