cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.82k stars 2.92k forks source link

Release Notification - 100.0.x #4053

Closed amaitland closed 2 years ago

amaitland commented 2 years ago

There are a number of minor breaking changes in this release as the Plugin related APIs have been removed upstream (plugin support was actually removed quite some time ago).

Release 100.0.x-pre

Release 100.0.x

In this release the stack size for x64/arm64 builds has been increased to 8mb to match Chromium see #3986

amaitland commented 2 years ago

This is the first triple digit major version release, for those that aren't aware there are potential issues with websites not correctly parsing the version number.

You can of course change the UserAgent to rollback to version 99 if you experience problems.

amaitland commented 2 years ago

The 100.0.120-pre release packages have been pushed to Nuget.org

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.

amaitland commented 2 years ago

The 100.0.140 release packages were pushed to Nuget.org a few days ago.

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.

amaitland commented 2 years ago

The 100.0.230 release packages were pushed to Nuget.org about a week ago. This will likely be the last M100 release as Chrome M101 is expected to ship within the next week.

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.