diff --git a/README.md b/README.md index 341daa1d1..7f8d33b7a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Puppeteer Sharp is a .NET port of the official [Node.JS Puppeteer API](https://g ## Recent news +Test the latest Firefox versions using WebDriver BiDi! Check the [PuppeteerSharp 21 release notes](https://github.com/hardkoded/puppeteer-sharp/releases/tag/v21.0.0). + PuppeteerSharp now supports AOT compilation! Check the [PuppeteerSharp 19 release notes!](https://github.com/hardkoded/puppeteer-sharp/releases/tag/v19.0.0). ## Useful links @@ -26,6 +28,14 @@ PuppeteerSharp now supports AOT compilation! Check the [PuppeteerSharp 19 releas * [Issues](https://github.com/hardkoded/puppeteer-sharp/issues?utf8=%E2%9C%93&q=is%3Aissue) * [Blog](https://www.hardkoded.com/) +## Published Packages + +| Package | Description | +| ------- | ----------- | +| [PuppeteerSharp](https://www.nuget.org/packages/PuppeteerSharp/) | Our full cross-browser automation tool | +| [PuppeteerSharp.Cdp](https://www.nuget.org/packages/PuppeteerSharp.Cdp/) | Ideal for Chrome-only AOT apps where binary size matters | +| [PuppeteerSharp.AspNetFramework](https://www.nuget.org/packages/PuppeteerSharp.AspNetFramework/) | The companion library you need to run PuppeteerSharp in ASP.NET Classic | + ## Prerequisites * Puppeteer-Sharp comes in two flavors: a NetStandard 2.0 library for .NET Framework 4.6.1 and .NET Core 2.0 or greater and a .NET 8 version. @@ -167,7 +177,8 @@ A massive thanks to [JetBrains](https://www.jetbrains.com/?from=PuppeteerSharp)
-