Releases: DotNetExtension/BlazorDesktop
Releases · DotNetExtension/BlazorDesktop
3.1.1
What's Changed
- Fixed a bug that prevented the window from being resized.
3.1.0
What's Changed
- Added new window min/max height & width options.
3.0.0
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 tobuilder.UseWebViewInstaller()
and now has a parameter to silently install.- WebView is no longer installed by default, add
builder.UseWebViewInstaller()
toProgram.cs
to re-enable it. The updated templates have this by default.
2.0.0
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
1.0.5
- Added a WebView2 Installer
1.0.4
- Stability release.
1.0.3
Added appsettings.json
1.0.2
Changed template to use WinExe.
1.0.1
Minor fixes.