Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk committed Nov 30, 2023
1 parent f8ed6ba commit bfcff45
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Auth/AuthServices/AuthServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.57.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.58.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.0-preview" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion MauiBells/MauiBells.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plugin.Maui.Audio" Version="2.0.0" />
<PackageReference Include="Plugin.Maui.Audio" Version="3.0.0-preview2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion MauiMaps/MauiMaps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.18.0" />
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Maui.Maps" Version="2.0.0" />
Expand Down
11 changes: 11 additions & 0 deletions MauiTabView/README.mdpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# .NET MAUI TabView

!INCLUDE "./md/header.mdpp"

Article: https://vladislavantonyuk.azurewebsites.net/articles/Mastering-Composite-Controls-in-.NET-MAUI:-Building-a-TabView-from-Scratch

## Images

![.NET MAUI TabView](https://ik.imagekit.io/VladislavAntonyuk/vladislavantonyuk/articles/48/48.png)

!INCLUDE "./md/footer.mdpp"

0 comments on commit bfcff45

Please sign in to comment.