Skip to content

Commit

Permalink
Added a README.md file to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 1, 2024
1 parent 1a7d2c7 commit 2199a20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.100"
"version": "8.0.200"
}
}
9 changes: 7 additions & 2 deletions src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
<Title>$(Product)</Title>
<Authors>Andrey Taritsyn</Authors>
<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>
<Description>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Taritsyn/MsieJavaScriptEngine</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/MsieJavaScriptEngine/master/images/MsieJavaScriptEngine_Logo_128x128.png</PackageIconUrl>
Expand All @@ -24,7 +25,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>JavaScript;ECMAScript;MSIE;IE;Edge;Chakra</PackageTags>
<PackageReleaseNotes>Fixed a error that occurred in the `ReflectionHelpers.IsAllowedProperty` method when running on .NET Core 1.0.</PackageReleaseNotes>
<PackageReleaseNotes>Added a `README.md` file to NuGet package.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageOutputPath>../../nuget</PackageOutputPath>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -74,6 +75,10 @@
<Visible>false</Visible>
</None>

<Content Include="PACKAGE-DESCRIPTION.md">
<PackagePath>$(PackageReadmeFile)</PackagePath>
<Pack>true</Pack>
</Content>
<Content Include="readme.txt">
<PackagePath>/</PackagePath>
<Pack>true</Pack>
Expand Down
2 changes: 2 additions & 0 deletions src/MsieJavaScriptEngine/PACKAGE-DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -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).
3 changes: 1 addition & 2 deletions src/MsieJavaScriptEngine/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2199a20

Please sign in to comment.