Skip to content

Releases: DotNetExtension/BlazorDesktop

3.1.1

17 Jan 14:53
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that prevented the window from being resized.

3.1.0

17 Jan 14:25
Compare
Choose a tag to compare

What's Changed

  • Added new window min/max height & width options.

3.0.0

16 Jan 17:33
74e68b7
Compare
Choose a tag to compare

What's Changed

  • Rewrote internals of the BlazorDesktopHost, it should be more reliable at loading configuration values now.
  • Application content is no longer cropped off when maximized and using no borders.
  • builder.Window.UseWebView2Installer() has been moved to builder.UseWebViewInstaller() and now has a parameter to silently install.
  • WebView is no longer installed by default, add builder.UseWebViewInstaller() to Program.cs to re-enable it. The updated templates have this by default.

2.0.0

14 Jan 12:28
Compare
Choose a tag to compare

What's Changed

  • Updated to .NET 7
  • Title bar now supports Windows dark mode (This requires a TFM change to net7.0-windows10.0.22000.0)

1.1.0

08 May 11:23
Compare
Choose a tag to compare

This is a minor release adding the ability to enable the chromium developer tools.

You can do so by calling builder.UseDeveloperTools(); inside of your Program.cs.

The templates have been updated to add this by default and an example can be seen the README.

1.0.5

25 Feb 09:36
b65923f
Compare
Choose a tag to compare
  • Added a WebView2 Installer

1.0.4

25 Feb 09:35
ba80f19
Compare
Choose a tag to compare
  • Stability release.

1.0.3

09 Feb 07:01
0a0ecd1
Compare
Choose a tag to compare

Added appsettings.json

1.0.2

09 Feb 06:09
027b286
Compare
Choose a tag to compare

Changed template to use WinExe.

1.0.1

09 Feb 06:08
027b286
Compare
Choose a tag to compare

Minor fixes.