diff --git a/global.json b/global.json index 5ce8495..338c555 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.200" } } diff --git a/src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj b/src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj index c024fcc..9445f25 100644 --- a/src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj +++ b/src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj @@ -13,7 +13,8 @@ true $(Product) Andrey Taritsyn - This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (https://github.com/anaisbetts/SassAndCoffee), Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host) and jsrt-dotnet (https://github.com/robpaveza/jsrt-dotnet). + This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy. + README.md Apache-2.0 https://github.com/Taritsyn/MsieJavaScriptEngine https://raw.githubusercontent.com/Taritsyn/MsieJavaScriptEngine/master/images/MsieJavaScriptEngine_Logo_128x128.png @@ -24,7 +25,7 @@ true snupkg JavaScript;ECMAScript;MSIE;IE;Edge;Chakra - Fixed a error that occurred in the `ReflectionHelpers.IsAllowedProperty` method when running on .NET Core 1.0. + Added a `README.md` file to NuGet package. en-US ../../nuget true @@ -74,6 +75,10 @@ false + + $(PackageReadmeFile) + true + / true diff --git a/src/MsieJavaScriptEngine/PACKAGE-DESCRIPTION.md b/src/MsieJavaScriptEngine/PACKAGE-DESCRIPTION.md new file mode 100644 index 0000000..85c08b4 --- /dev/null +++ b/src/MsieJavaScriptEngine/PACKAGE-DESCRIPTION.md @@ -0,0 +1,2 @@ +This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). +Project was based on the code of [SassAndCoffee.JavaScript](https://github.com/anaisbetts/SassAndCoffee), [Chakra Sample Hosts](https://github.com/panopticoncentral/chakra-host) and [jsrt-dotnet](https://github.com/robpaveza/jsrt-dotnet). \ No newline at end of file diff --git a/src/MsieJavaScriptEngine/readme.txt b/src/MsieJavaScriptEngine/readme.txt index 93b7407..05ba2c4 100644 --- a/src/MsieJavaScriptEngine/readme.txt +++ b/src/MsieJavaScriptEngine/readme.txt @@ -21,8 +21,7 @@ ============= RELEASE NOTES ============= - Fixed a error that occurred in the `ReflectionHelpers.IsAllowedProperty` method - when running on .NET Core 1.0. + Added a `README.md` file to NuGet package. ============ PROJECT SITE