Skip to content

Commit 33c50f1

Browse files
committed
v0.4.4
1 parent 1090a97 commit 33c50f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MinimalWebView.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net6.0-windows</TargetFramework>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
8-
<Version>0.4.3</Version>
98
<ImplicitUsings>true</ImplicitUsings>
9+
<Version>0.4.4</Version>
10+
<Description>A tiny .NET 6 Windows application that hosts web UI in WebView2</Description>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

0 commit comments

Comments
 (0)