Skip to content

Commit

Permalink
Update tool and package versions
Browse files Browse the repository at this point in the history
Updated `dotnet-tools.json` to change `vpk` tool version from `0.0.594` to `0.0.626`.

In `Bit.BlazorUI.Demo.Client.Windows.csproj`:
- Updated `Microsoft.Web.WebView2` from `1.0.2739.15` to `1.0.2792.45`.
- Updated `Velopack` from `0.0.610` to `0.0.626`.

In `Boilerplate.Client.Windows.csproj`:
- Updated `Microsoft.Web.WebView2` from `1.0.2783-prerelease` to `1.0.2792.45`.
- Updated `Velopack` from `0.0.610` to `0.0.626`.
  • Loading branch information
ysmoradi committed Sep 24, 2024
1 parent 1033573 commit 7b6c3d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"vpk": {
"version": "0.0.594",
"version": "0.0.626",
"commands": [
"vpk"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="9.0.0-rc.1.24453.9" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2739.15" />
<PackageReference Include="Velopack" Version="0.0.610" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2792.45" />
<PackageReference Include="Velopack" Version="0.0.626" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<Content Include="..\Bit.BlazorUI.Demo.Client.Maui\wwwroot\index.html" Link="wwwroot\index.html">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"vpk": {
"version": "0.0.594",
"version": "0.0.626",
"commands": [
"vpk"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Microsoft.Extensions.Logging.EventSource" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="9.0.0-rc.1.24453.9" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2783-prerelease" />
<PackageReference Include="Velopack" Version="0.0.610" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2792.45" />
<PackageReference Include="Velopack" Version="0.0.626" />
<!--/+:msbuild-conditional:noEmit -->
<PackageReference Condition="'$(sample)' == 'Admin' OR '$(sample)' == ''" Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Condition=" '$(appCenter)' == 'true' OR '$(appCenter)' == '' " Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
Expand Down

0 comments on commit 7b6c3d4

Please sign in to comment.