|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <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> |
6 | 7 | <authors>Chakra Team</authors> |
7 | 8 | <owners>Chakra Team</owners> |
8 | 9 | <licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> |
9 | 10 | <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> |
10 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | 12 | <developmentDependency>true</developmentDependency> |
12 | 13 | <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> |
16 | 15 | <copyright>Copyright (C) 2016 Microsoft</copyright> |
17 | 16 | <language>en-US</language> |
18 | | - <tags>Chakra,ChakraCore</tags> |
| 17 | + <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> |
19 | 18 | </metadata> |
20 | 19 | <files> |
21 | 20 | <file src="..\x86_release\ChakraCore.dll" target="x86\ChakraCore.dll" /> |
|
26 | 25 | <file src="..\x64_release\ChakraCore.pdb" target="x64\ChakraCore.pdb" /> |
27 | 26 | <file src="..\x64_release\ch.exe" target="x64\ch.exe" /> |
28 | 27 | <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" /> |
29 | 32 | </files> |
30 | 33 | </package> |
0 commit comments