chromium 2024.4.16

dotnet add package chromium --version 2024.4.16
NuGet\Install-Package chromium -Version 2024.4.16
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="chromium" Version="2024.4.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add chromium --version 2024.4.16
#r "nuget: chromium, 2024.4.16"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install chromium as a Cake Addin
#addin nuget:?package=chromium&version=2024.4.16

// Install chromium as a Cake Tool
#tool nuget:?package=chromium&version=2024.4.16

Usage

if (Chromium.Path == null)
{
    Console.WriteLine($"Current runtime {System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier} is not supported.");
    return;
}

Console.WriteLine($"Located compatible Chromium at {Chromium.Path}");

Native Chromium

In order for the corresponding native binaries for the current platform to be located, you must reference the relevant nuget package for the platforms you intend to support, such as:

<PackageReference Include="chromium.linux-x64" Version="[VERSION]" />

Available chromium runtimes are:

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.4.16 601 4/16/2024
2024.4.1 576 4/1/2024
2024.3.31 82 3/31/2024
2024.3.16 6,995 3/16/2024
2024.3.1 360 3/1/2024
2024.2.16 491 2/16/2024
2024.2.1 157 2/1/2024
2024.1.31 75 1/31/2024
2024.1.30 68 1/30/2024
2023.10.11 380 10/11/2023
2022.10.11 104 10/11/2023
2022.6.4 22,460 6/4/2022
2022.6.4-beta 131 6/4/2022
2022.6.4-alpha 119 6/4/2022