Skip to content

Commit 428d196

Browse files
committed
Update version
1 parent 2f27a44 commit 428d196

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

NED.WoT.BattleResults.Client/Components/Pages/Unauthorized.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MudGrid Justify="Justify.Center" Class="my-auto text-center">
99
<MudItem>
1010
<MudText Typo="Typo.h3">Geen toegang!</MudText>
11-
<MudText Typo="Typo.subtitle1" Class="my-10">Vraag toegang aan via WoT management van <MudLink Href="https://discord.gg/zKd9aSJc" Color="Color.Primary">NED</MudLink>.</MudText>
11+
<MudText Typo="Typo.subtitle1" Class="my-10">Vraag toegang aan op de <MudLink Href="https://discord.gg/rtXGYxC" Color="Color.Primary">[NED] Discord server</MudLink> in het <MudLink Href="https://discord.com/channels/308001487668248576/396281391383314433" Color="Color.Primary">#wot_chat</MudLink> kanaal.</MudText>
1212
<MudButton Variant="Variant.Filled" Color="Color.Primary" Class="my-5" OnClick="Reload">Opniew proberen</MudButton>
1313
</MudItem>
1414
</MudGrid>

NED.WoT.BattleResults.Client/NED.WoT.BattleResults.Client.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
</ItemGroup>
6767

6868
<ItemGroup>
69-
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
70-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.3" />
71-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
72-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.3" />
73-
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.3" />
74-
<PackageReference Include="MudBlazor" Version="8.3.0" />
75-
<PackageReference Include="System.Numerics.Tensors" Version="9.0.3" />
76-
<PackageReference Include="System.Text.Json" Version="9.0.3" />
69+
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.110" />
70+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.9" />
71+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.110" />
72+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" />
73+
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.9" />
74+
<PackageReference Include="MudBlazor" Version="8.13.0" />
75+
<PackageReference Include="System.Numerics.Tensors" Version="9.0.9" />
76+
<PackageReference Include="System.Text.Json" Version="9.0.9" />
7777
</ItemGroup>
7878

7979
<ItemGroup>

NED.WoT.BattleResults.Client/Platforms/Windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
77
IgnorableNamespaces="uap rescap">
88

9-
<Identity Name="maui-package-name-placeholder" Publisher="CN=JimG" Version="2.0.8.0" />
9+
<Identity Name="maui-package-name-placeholder" Publisher="CN=JimG" Version="2.1.0.0" />
1010

1111
<mp:PhoneIdentity PhoneProductId="3DAE7680-3F65-440F-908F-252D648F20FC" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1212

0 commit comments

Comments
 (0)