Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Mar 3, 2022
1 parent 1090a97 commit 33c50f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MinimalWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>0.4.3</Version>
<ImplicitUsings>true</ImplicitUsings>
<Version>0.4.4</Version>
<Description>A tiny .NET 6 Windows application that hosts web UI in WebView2</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 33c50f1

Please sign in to comment.