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)
- + +[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSource)
And a huge thanks to everyone who sponsors this project through [Github sponsors](https://github.com/sponsors/hardkoded): diff --git a/lib/PuppeteerSharp/PuppeteerSharp.csproj b/lib/PuppeteerSharp/PuppeteerSharp.csproj index 96c62bad7..94695b430 100644 --- a/lib/PuppeteerSharp/PuppeteerSharp.csproj +++ b/lib/PuppeteerSharp/PuppeteerSharp.csproj @@ -12,10 +12,10 @@ Headless Browser .NET API PuppeteerSharp - 21.0.1 - 21.0.1 - 21.0.1 - 21.0.1 + 21.1.0 + 21.1.0 + 21.1.0 + 21.1.0 false false embedded