chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.98k stars 279 forks source link

Introduce a way of using a custom service provider factory #273

Closed wwarby closed 3 years ago

wwarby commented 3 years ago

As discussed in #271

wwarby commented 3 years ago

Any chance you could bump the version on the Nuget package to include this update soonish?

mattkol commented 3 years ago

The way we have been doing it is to bump CefGlue/CEF 2 versions up - now it is v86, so next will be v88 or higher. Most current version in CefGlue is v87.

Also unless it an issue that affects everyone, we try not to do a minor version increment release. Sometimes when the issue affects all, we do a major version change and break the rule.

Locally when you build the nuget packages are also created. Should be something like this:

image