-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBaristaLabs.BaristaCore.ChakraCore.nuspec
31 lines (31 loc) · 1.56 KB
/
BaristaLabs.BaristaCore.ChakraCore.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>BaristaLabs.BaristaCore.ChakraCore</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 libraries in support of BaristaCore.
This package bundles ChakraCore for Win x64, Linux x64 and macOS 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">
<dependency id="BaristaLabs.BaristaCore.ChakraCore.win-x64" version="$version$" />
<dependency id="BaristaLabs.BaristaCore.ChakraCore.osx-x64" version="$version$" />
<dependency id="BaristaLabs.BaristaCore.ChakraCore.linux-x64" version="$version$" />
</group>
</dependencies>
</metadata>
<files>
<file src="_._" target="lib\netstandard2.0\"/>
</files>
</package>