Skip to content

Commit 2199a20

Browse files
committed
Added a README.md file to NuGet package
1 parent 1a7d2c7 commit 2199a20

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Diff for: global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100"
3+
"version": "8.0.200"
44
}
55
}

Diff for: src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
1414
<Title>$(Product)</Title>
1515
<Authors>Andrey Taritsyn</Authors>
16-
<Description>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).</Description>
16+
<Description>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.</Description>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1718
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1819
<PackageProjectUrl>https://github.com/Taritsyn/MsieJavaScriptEngine</PackageProjectUrl>
1920
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/MsieJavaScriptEngine/master/images/MsieJavaScriptEngine_Logo_128x128.png</PackageIconUrl>
@@ -24,7 +25,7 @@
2425
<IncludeSymbols>true</IncludeSymbols>
2526
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2627
<PackageTags>JavaScript;ECMAScript;MSIE;IE;Edge;Chakra</PackageTags>
27-
<PackageReleaseNotes>Fixed a error that occurred in the `ReflectionHelpers.IsAllowedProperty` method when running on .NET Core 1.0.</PackageReleaseNotes>
28+
<PackageReleaseNotes>Added a `README.md` file to NuGet package.</PackageReleaseNotes>
2829
<NeutralLanguage>en-US</NeutralLanguage>
2930
<PackageOutputPath>../../nuget</PackageOutputPath>
3031
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -74,6 +75,10 @@
7475
<Visible>false</Visible>
7576
</None>
7677

78+
<Content Include="PACKAGE-DESCRIPTION.md">
79+
<PackagePath>$(PackageReadmeFile)</PackagePath>
80+
<Pack>true</Pack>
81+
</Content>
7782
<Content Include="readme.txt">
7883
<PackagePath>/</PackagePath>
7984
<Pack>true</Pack>

Diff for: src/MsieJavaScriptEngine/PACKAGE-DESCRIPTION.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
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).
2+
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).

Diff for: src/MsieJavaScriptEngine/readme.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
=============
2222
RELEASE NOTES
2323
=============
24-
Fixed a error that occurred in the `ReflectionHelpers.IsAllowedProperty` method
25-
when running on .NET Core 1.0.
24+
Added a `README.md` file to NuGet package.
2625

2726
============
2827
PROJECT SITE

0 commit comments

Comments
 (0)