-
Notifications
You must be signed in to change notification settings - Fork 1
/
BaristaLabs.BaristaCore.ChakraCore.win-x64.nuspec
27 lines (27 loc) · 1.41 KB
/
BaristaLabs.BaristaCore.ChakraCore.win-x64.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>BaristaLabs.BaristaCore.ChakraCore.win-x64</id>
<version>$version$</version>
<authors>Sean McLellan</authors>
<owners>BaristaLabs, LLC</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/BaristaLabs/BaristaCore</projectUrl>
<iconUrl>https://github.com/BaristaLabs/BaristaCore/raw/master/Logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<description>This package includes the Microsoft ChakraCore native library in support of BaristaCore for Windows x64.</description>
<releaseNotes>https://github.com/BaristaLabs/BaristaCore/blob/master/README.md#roadmap</releaseNotes>
<copyright>Copyright (c) 2017 BaristaLabs, LLC</copyright>
<language>en-US</language>
<tags>Barista,BaristaCore,Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="_._" target="lib\netstandard2.0\"/>
<file src="BaristaLabs.BaristaCore.ChakraCore.win-x64.props" target="build\netstandard2.0"/>
<file src="libChakraCore.dll" target="runtimes\win-x64\native\libChakraCore.dll" />
</files>
</package>