![]() |
VOOZH | about |
dotnet add package Chromely.CefSharp.Winapi --version 4.0.71.1
NuGet\Install-Package Chromely.CefSharp.Winapi -Version 4.0.71.1
<PackageReference Include="Chromely.CefSharp.Winapi" Version="4.0.71.1" />
<PackageVersion Include="Chromely.CefSharp.Winapi" Version="4.0.71.1" />Directory.Packages.props
<PackageReference Include="Chromely.CefSharp.Winapi" />Project file
paket add Chromely.CefSharp.Winapi --version 4.0.71.1
#r "nuget: Chromely.CefSharp.Winapi, 4.0.71.1"
#:package Chromely.CefSharp.Winapi@4.0.71.1
#addin nuget:?package=Chromely.CefSharp.Winapi&version=4.0.71.1Install as a Cake Addin
#tool nuget:?package=Chromely.CefSharp.Winapi&version=4.0.71.1Install as a Cake Tool
Chromely CefSharp Winapi implementation. Chromely.CefSharp.Winapi version naming is based Chromely and Chromium versions implemented- major.minor.chromuim version.patch e.g 1.0.71.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.71.1 | 2,350 | 8/5/2019 |
| 4.0.71 | 1,652 | 4/27/2019 |
| 0.9.0-beta03 | 1,160 | 2/19/2018 |
| 0.9.0-beta02 | 1,418 | 2/10/2018 |
| 0.9.0-beta01 | 1,521 | 10/22/2017 |
- 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.