You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ErrorText="PackageDescription must be specified"Condition="'$(PackageDescription)' == ''"/>
25
+
<ErrorText="PackageProjectUrl must be specified"Condition="'$(PackageProjectUrl)' == ''"/>
26
+
<ErrorText="RepositoryUrl must be specified"Condition="'$(RepositoryUrl)' == ''"/>
27
+
<ErrorText="RepositoryType must be specified"Condition="'$(RepositoryType)' == ''"/>
28
+
<ErrorText="Either PackageLicenseExpression or PackageLicenseFile must be specified"Condition="'$(PackageLicenseExpression)' == '' and '$(PackageLicenseFile)' == ''"/>
29
+
30
+
<PropertyGroupCondition="'$(NuspecFile)' != '' and '$(NuspecProperties)' == ''">
<Description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.11.24 with the Tomáš Deml's patch for Linux (x64).
15
+
16
+
This package is only compatible with .NET Core.</Description>
Copy file name to clipboardExpand all lines: src/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64.nuspec
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.11.24 with the Tomáš Deml's patch for Linux (x64).
15
-
16
-
This package is only compatible with .NET Core.</description>
17
-
<releaseNotes>ChakraCore was updated to version 1.11.24 (Tomáš Deml's patch applied).</releaseNotes>
0 commit comments