Files
stellarbear-YaraSharp/nuget/YaraSharp.nuspec
T
stellarbears 6e59582dfd Hot fix
2018-08-27 10:19:55 +03:00

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>YaraSharp</id>
<version>1.2.2</version>
<title>YaraSharp</title>
<authors>stellarbears</authors>
<owners>stellarbears</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/stellarbear/YaraSharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stellarbear/YaraSharp</projectUrl>
<iconUrl>https://github.com/stellarbear/YaraSharp/blob/master/YaraSharp.png?raw=true</iconUrl>
<description>C# wrapper around the Yara pattern matching library</description>
<summary></summary>
<copyright>stellarbears</copyright>
<tags>yara yara-scanner wrapper-api wrapper-library yara-forensics wrapper libyara async-scanning net csharp</tags>
</metadata>
<files>
<file src="Release\x86\YaraSharp.dll" target="lib/net" />
<file src="Release\**\YaraSharp.dll" target="build/net" />
<file src="Release\**\YaraSharp.targets" target="build/net" />
</files>
</package>