We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1090a97 commit 33c50f1Copy full SHA for 33c50f1
MinimalWebView.csproj
@@ -5,8 +5,10 @@
5
<OutputType>WinExe</OutputType>
6
<TargetFramework>net6.0-windows</TargetFramework>
7
<ApplicationManifest>app.manifest</ApplicationManifest>
8
- <Version>0.4.3</Version>
9
<ImplicitUsings>true</ImplicitUsings>
+ <Version>0.4.4</Version>
10
+ <Description>A tiny .NET 6 Windows application that hosts web UI in WebView2</Description>
11
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments