Skip to content

Commit

Permalink
Remove unintentionally added files.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartrum committed Nov 22, 2024
1 parent b47bc8d commit 9c92bee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 56 deletions.
18 changes: 0 additions & 18 deletions Benchmarks/Benchmarks.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions Benchmarks/Program.cs

This file was deleted.

18 changes: 6 additions & 12 deletions Jurassic/Jurassic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@
<DefineConstants Condition="'$(Configuration)' == 'Debug'">$(DefineConstants);DEBUG</DefineConstants>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Jurassic.xml</DocumentationFile>
<PackageReleaseNotes>
New in 3.2.8: fixed incompatibility with .NET 9.
v3.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.

.NET 4 specific functionality has been removed, if you need this you'll have to stick with the previous version, sorry!
v3.2.0:
* Add support for ES6 classes.
* Add support for ES6 let and const.
* Add Reflect class &amp; functions.
* Add Proxy class &amp; functions.
</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<LangVersion>7.3</LangVersion>
Expand Down

0 comments on commit 9c92bee

Please sign in to comment.