forked from microsoft/libyara.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.O365.Security.Native.libyara.NET.Core.nuspec
34 lines (32 loc) · 1.64 KB
/
Microsoft.O365.Security.Native.libyara.NET.Core.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.O365.Security.Native.libyara.NET.Core</id>
<version>4.2.3</version>
<authors>Microsoft</authors>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/Microsoft/libyara.NET/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Microsoft.O365.Security.Native.libyara.NET.Core</title>
<description>.NET wrapper for libyara built in C++ CLI used to easily incorporate yara into C# or PowerShell tools. Only targeted for 64-bit .NET Core build project.</description>
<releaseNotes>
- Update yara to 4.3.2
- Added functions for external variable definition at compile time
</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>yara libyara virustotal</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net6.0" />
</dependencies>
</metadata>
<files>
<file src="x64\Release\net462\libyara.NET.dll" target="lib\net462\libyara.NET.dll" />
<file src="x64\Release\net462\libyara.NET.pdb" target="lib\net462\libyara.NET.pdb" />
<file src="x64\Release\net462\libyara.NET.xml" target="lib\net462\libyara.NET.xml" />
<file src="x64\Release\net6.0\libyara.NET.dll" target="lib\net6.0\libyara.NET.dll" />
<file src="x64\Release\net6.0\libyara.NET.pdb" target="lib\net6.0\libyara.NET.pdb" />
<file src="x64\Release\net6.0\libyara.NET.xml" target="lib\net6.0\libyara.NET.xml" />
<file src="x64\Release\net6.0\Ijwhost.dll" target="runtimes\win-x64\native\Ijwhost.dll" />
</files>
</package>