Chromely.CefGlue
4.0.70.1
See the version list below for details.
dotnet add package Chromely.CefGlue --version 4.0.70.1
NuGet\Install-Package Chromely.CefGlue -Version 4.0.70.1
<PackageReference Include="Chromely.CefGlue" Version="4.0.70.1" />
paket add Chromely.CefGlue --version 4.0.70.1
#r "nuget: Chromely.CefGlue, 4.0.70.1"
// Install Chromely.CefGlue as a Cake Addin #addin nuget:?package=Chromely.CefGlue&version=4.0.70.1 // Install Chromely.CefGlue as a Cake Tool #tool nuget:?package=Chromely.CefGlue&version=4.0.70.1
Chromely CefGlue implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux). Chromely.CefGlue version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.70.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Chromely.Core (>= 4.0.0.1)
- System.Buffers (>= 4.5.0)
- System.Drawing.Common (>= 4.5.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Chromely.CefGlue:
Package | Downloads |
---|---|
Chromely.CefGlue.Winapi
Chromely CefGlue Winapi implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux). Chromely.CefGlue.Winapi version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.70.0. |
|
Chromely.CefGlue.Gtk
Chromely CefGlue Gtk implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux). Chromely.CefGlue.Gtk version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.70.0. |
|
IRO.XWebView.CefGlue
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.83 | 4,529 | 7/22/2020 |
5.0.81.2 | 730 | 7/22/2020 |
5.0.79 | 4,863 | 5/10/2020 |
5.0.77.3 | 882 | 4/19/2020 |
5.0.77.2 | 784 | 4/11/2020 |
5.0.77 | 2,730 | 2/23/2020 |
5.0.77-pre04 | 595 | 2/10/2020 |
5.0.77-pre03 | 602 | 1/5/2020 |
5.0.77-pre02 | 510 | 1/5/2020 |
5.0.77-pre01 | 761 | 11/28/2019 |
4.0.70.1 | 2,751 | 8/5/2019 |
4.0.70 | 1,760 | 4/27/2019 |
- Breaking changes!
- Added CefGlue Subprocess - https://github.com/chromelyapps/Chromely/wiki/Sub-Process
- Added WindowPlacement options - NoResize, NoMinMaxBoxes - https://github.com/chromelyapps/Chromely/wiki/Window-Flags-and-Custom-Window-Creation-Styles
- Added custom window creation style - https://github.com/chromelyapps/Chromely/wiki/Window-Flags-and-Custom-Window-Creation-Styles
- Added exposure of Window handle for custom messaging.