forked from dotnet/LLVMSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibLLVMSharp.runtime.win-x64.nuspec
More file actions
20 lines (20 loc) · 985 Bytes
/
Copy pathlibLLVMSharp.runtime.win-x64.nuspec
File metadata and controls
20 lines (20 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>libLLVMSharp.runtime.win-x64</id>
<version>20.1.2</version>
<authors>.NET Foundation and Contributors</authors>
<owners>.NET Foundation and Contributors</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/dotnet/llvmsharp</projectUrl>
<description>win x64 native library for libLLVMSharp.</description>
<copyright>Copyright © .NET Foundation and Contributors</copyright>
<repository type="git" url="https://github.com/dotnet/llvmsharp" branch="main" />
</metadata>
<files>
<file src="..\..\..\LICENSE.md" target="LICENSE.md" />
<file src="..\..\..\NOTICE.md" target="NOTICE.md" />
<file src="libLLVMSharp.dll" target="runtimes\win-x64\native\libLLVMSharp.dll" />
</files>
</package>