Chromely 5.0.77.1
See the version list below for details.
dotnet add package Chromely --version 5.0.77.1
NuGet\Install-Package Chromely -Version 5.0.77.1
<PackageReference Include="Chromely" Version="5.0.77.1" />
paket add Chromely --version 5.0.77.1
#r "nuget: Chromely, 5.0.77.1"
// Install Chromely as a Cake Addin #addin nuget:?package=Chromely&version=5.0.77.1 // Install Chromely as a Cake Tool #tool nuget:?package=Chromely&version=5.0.77.1
Primary Chromely implementation library - this is in .NET Standard 2.0 as it can be used in both .NET (Windows) and .NET Core (Windows, Linux, MacOS). Chromely 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.CefGlue (>= 5.0.77)
- Chromely.Core (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Chromely:
Package | Downloads |
---|---|
Chromely.Mvc
An MVC API framework for Chromely |
|
Chromely.Owin
The base/core library required to build Chromely Owin/AspNetCore applications. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Chromely:
Repository | Stars |
---|---|
nulastudio/NetBeauty2
Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
|
|
Jinjinov/Ididit
C# .NET 7 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.
|
Version | Downloads | Last updated |
---|---|---|
5.2.101 | 6,461 | 5/14/2022 |
5.2.96 | 2,085 | 3/3/2022 |
5.2.96-pre01 | 283 | 1/28/2022 |
5.1.96.1 | 1,957 | 1/22/2022 |
5.1.96 | 538 | 1/4/2022 |
5.1.88 | 7,820 | 3/29/2021 |
5.1.86 | 2,516 | 12/17/2020 |
5.1.83.1 | 1,348 | 11/8/2020 |
5.1.83 | 635 | 10/25/2020 |
5.1.83-pre02 | 511 | 9/21/2020 |
5.1.83-pre01 | 555 | 8/22/2020 |
5.0.83 | 3,330 | 7/22/2020 |
5.0.81.2 | 574 | 7/22/2020 |
5.0.79 | 1,929 | 5/10/2020 |
5.0.77.3 | 731 | 4/19/2020 |
5.0.77.2 | 618 | 4/11/2020 |
5.0.77.1 | 1,604 | 3/3/2020 |
5.0.77 | 1,438 | 2/23/2020 |
5.0.77-pre04 | 508 | 2/10/2020 |
5.0.77-pre03 | 532 | 1/5/2020 |
5.0.77-pre02 | 434 | 1/5/2020 |
5.0.77-pre01 | 682 | 11/28/2019 |
Projects Structure
- All projects are now .NET Standard 2.0
- Chromely.Core - no dependencies.
- Chromely.CefGlue - depends on Chromely.Core and embeds CefGlue source code and CefGlue default handlers.
- Chromely - primary - depends on Chromely.CefGlue and includes native gui implementation for Win, Linux and MacOS. All other non-CefGlue customization will be done here.
New Features
- MacOS support using native Cocoa API
- Full IOC - #106
- MVC- styled controller actions as discussed in #91
- LitJson was replaced by System.Text.Json.
- Optional configuration file - chromelyconfig.json
- Storable App/User settings - IChromelyAppSettings.
- Configuration has received a facelift (see more info link below for more info).
Fixes
- Fixed WinAPIHost not respecting WindowTitle (Windows)
- ToolTips (html-title) working and positioned correctly. (Linux)
- https://github.com/chromelyapps/Chromely/issues/162
Deprecation & Discontinued
- Winapi was removed in favour of .NET Core 3. Win32 pinvoke functionalities will be sourced in pinvoke.net, shintadono's Win32 and other MIT licensed projects.
- CefSharp is no longer supported.
- Default Sup-process was removed for Windows. Sub-process is configurable and developers who need it can include sub-process fullpath in configuration.
- Real-time with Websocket server was removed.
For more info please see
https://github.com/chromelyapps/Chromely/releases/tag/v5.0.0