Skip to content

Commit 46e59ea

Browse files
committed
Update ChakraCore.nuspec.
1 parent 687dd4b commit 46e59ea

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Build/Microsoft.ChakraCore.nuspec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.ChakraCore</id>
5-
<version>1.2</version>
5+
<!-- Note: actual version number is overridden by the NuGet package creation command. -->
6+
<version>1.2.1</version>
67
<authors>Chakra Team</authors>
78
<owners>Chakra Team</owners>
89
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl>
910
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
1011
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1112
<developmentDependency>true</developmentDependency>
1213
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
13-
<!--
14-
<releaseNotes>**** TODO: need link</releaseNotes>
15-
-->
14+
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes>
1615
<copyright>Copyright (C) 2016 Microsoft</copyright>
1716
<language>en-US</language>
18-
<tags>Chakra,ChakraCore</tags>
17+
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
1918
</metadata>
2019
<files>
2120
<file src="..\x86_release\ChakraCore.dll" target="x86\ChakraCore.dll" />
@@ -26,5 +25,9 @@
2625
<file src="..\x64_release\ChakraCore.pdb" target="x64\ChakraCore.pdb" />
2726
<file src="..\x64_release\ch.exe" target="x64\ch.exe" />
2827
<file src="..\x64_release\ch.pdb" target="x64\ch.pdb" />
28+
<file src="..\arm_release\ChakraCore.dll" target="arm\ChakraCore.dll" />
29+
<file src="..\arm_release\ChakraCore.pdb" target="arm\ChakraCore.pdb" />
30+
<file src="..\arm_release\ch.exe" target="arm\ch.exe" />
31+
<file src="..\arm_release\ch.pdb" target="arm\ch.pdb" />
2932
</files>
3033
</package>

0 commit comments

Comments
 (0)