forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.Native.win-arm.csproj
More file actions
22 lines (18 loc) · 1.24 KB
/
JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.csproj
File metadata and controls
22 lines (18 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Product>JS Engine Switcher: ChakraCore for Windows (ARM)</Product>
<VersionPrefix>3.26.0</VersionPrefix>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<Import Project="../../build/common.props" />
<Import Project="../../build/nuget-for-native-lib.props" />
<Import Project="../../build/initialize-standard-nuspec-properties.targets" />
<PropertyGroup>
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconUrl>
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</PackageIconFullPath>
<Description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore for Windows (ARM).</Description>
<PackageTags>$(PackageCommonTags);ChakraCore;Windows;ARM</PackageTags>
<PackageReleaseNotes>1. ChakraCore was updated to version of April 21, 2024.
2. An additional deployment mechanism has been added to MSBuild script for the case when the target platform is focused on a specific processor architecture.</PackageReleaseNotes>
</PropertyGroup>
</Project>