Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed May 22, 2021
1 parent 2b1a847 commit 488801a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.6" />
<PackageReference Include="MudBlazor" Version="5.0.8" />
<PackageReference Include="MudBlazor" Version="5.0.9" />
<PackageReference Include="Blazored.LocalStorage" Version="4.1.1" />
<PackageReference Include="Toolbelt.Blazor.HttpClientInterceptor" Version="9.2.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="5.0.6" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="5.0.6" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
<PackageReference Include="MudBlazor" Version="5.0.8" />
<PackageReference Include="MudBlazor" Version="5.0.9" />
<PackageReference Include="Blazored.LocalStorage" Version="4.1.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
</MudItem>
<MudItem xs="12" sm="12" md="12">
<MudText Align="Align.Center" Typo="Typo.h2">@_localizer["Title"] v2.0</MudText>
<MudText Align="Align.Center" Typo="Typo.h2">@_localizer["Title"] v2.1</MudText>
<MudText Align="Align.Center" Typo="Typo.h5" Class="smaller">@_localizer["Description"]</MudText>
</MudItem>
<MudItem xs="12" sm="12" md="12">
Expand Down

0 comments on commit 488801a

Please sign in to comment.