-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathMicrosoft.O365.Security.Native.libyara.NET.nuspec
43 lines (39 loc) · 2 KB
/
Microsoft.O365.Security.Native.libyara.NET.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
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.O365.Security.Native.libyara.NET</id>
<version>4.5.1</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</title>
<description>.NET wrapper for libyara built in C++ CLI used to easily incorporate yara into C#
or PowerShell tools. Support x86, x64 and ARM64 of .NET framework 4.6.2</description>
<releaseNotes>
- Update yara to 4.5.1
- Add support for Windows ARM64
</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>yara libyara virustotal</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
<files>
<file src="ref\_._" target="lib\net462\_._" />
<!-- Runtime libraries for x86 -->
<file src="Win32\Release\net462\libyara.NET.pdb" target="build\x86\libyara.NET.pdb" />
<file src="Win32\Release\net462\libyara.NET.dll" target="build\x86\libyara.NET.dll" />
<file src="Win32\Release\net462\libyara.NET.xml" target="build\x86\libyara.NET.xml" />
<!-- Runtime libraries for x64 -->
<file src="x64\Release\net462\libyara.NET.dll" target="build\x64\libyara.NET.dll" />
<file src="x64\Release\net462\libyara.NET.pdb" target="build\x64\libyara.NET.pdb" />
<file src="x64\Release\net462\libyara.NET.xml" target="build\x64\libyara.NET.xml" />
<!-- Runtime libraries for ARM64 -->
<file src="ARM64\Release\net462\libyara.NET.dll" target="build\ARM64\libyara.NET.dll" />
<file src="ARM64\Release\net462\libyara.NET.pdb" target="build\ARM64\libyara.NET.pdb" />
<file src="ARM64\Release\net462\libyara.NET.xml" target="build\ARM64\libyara.NET.xml" />
<file src="Microsoft.O365.Security.Native.libyara.NET.props" target="build\net462\" />
</files>
</package>