Skip to content

Commit

Permalink
Add missing version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Feb 3, 2025
1 parent 0f56ce4 commit a4a50e9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ namespace CommunityToolkit.Maui;
/// </summary>
[SupportedOSPlatform("windows10.0.10240.0")]
[SupportedOSPlatform("android21.0")]
[SupportedOSPlatform("ios")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("tizen")]
[SupportedOSPlatform("ios15.0")]
[SupportedOSPlatform("maccatalyst15.0")]
[SupportedOSPlatform("tizen6.5")]
public static class AppBuilderExtensions
{
/// <summary>
Expand Down

0 comments on commit a4a50e9

Please sign in to comment.