Skip to content

Commit

Permalink
Bump version to 3.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartrum committed Nov 22, 2024
1 parent 6b4b3bf commit b47bc8d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions Jurassic/Jurassic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,46 @@
<Authors>Paul Bartrum</Authors>
<Company />
<Description>A .NET library to parse and execute JavaScript code.</Description>
<Version>3.2.6</Version>
<Version>3.2.8</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/paulbartrum/jurassic</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/wiki/paulbartrum/jurassic/nuget-logo.png</PackageIconUrl>
<PackageIcon>nuget-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>JavaScript ECMAScript</PackageTags>
<DefineConstants>TRACE;NETSTANDARD</DefineConstants>
<DefineConstants Condition="'$(Configuration)' == 'Debug'">$(DefineConstants);DEBUG</DefineConstants>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Jurassic.xml</DocumentationFile>
<PackageReleaseNotes>Language changes:
* Add support for ES6 classes.
* Add support for ES6 let and const.
<PackageReleaseNotes>
New in 3.2.8: fixed incompatibility with .NET 9.

New in 3.2.0:

Language changes:
* Add support for ES6 classes.
* Add support for ES6 let and const.

Library changes:
* Add Reflect class &amp; functions.
* Add Proxy class &amp; functions.
Library changes:
* Add Reflect class &amp; functions.
* Add Proxy class &amp; functions.

.NET 4 specific functionality has been removed, if you need this you'll have to stick with the previous version, sorry!</PackageReleaseNotes>
.NET 4 specific functionality has been removed, if you need this you'll have to stick with the previous version, sorry!
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<LangVersion>7.3</LangVersion>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\nuget-logo.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Binary file added nuget-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b47bc8d

Please sign in to comment.