Skip to content

Commit

Permalink
chore: Bump WCT versions
Browse files Browse the repository at this point in the history
(cherry picked from commit 229cbfe)
  • Loading branch information
morning4coffe-dev authored and mergify[bot] committed Oct 30, 2024
1 parent 47415eb commit f4140fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/articles/uno-community-toolkit-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When using the Uno Platform solution templates, add the following to your applic

```xml
<ItemGroup>
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240606-rc" />
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240916" />
<!-- Add more community toolkit references here -->
</ItemGroup>
```
Expand All @@ -71,7 +71,7 @@ When using the Uno Platform solution templates, add the following to your applic
>
> ```xml
> <PropertyGroup>
> <WindowsSdkPackageVersion>10.0.22621.33</WindowsSdkPackageVersion>
> <WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
> <WinAppSdkVersion>1.5.240607001</WinAppSdkVersion>
> </PropertyGroup>
> ```
Expand All @@ -82,7 +82,7 @@ When using the Uno Platform solution templates, add the following to your applic

```xml
<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240606-rc" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240916" />
<!-- Add more community toolkit references here -->
</ItemGroup>
```
Expand All @@ -96,7 +96,7 @@ When using the Uno Platform solution templates, add the following to your applic

```xml
<ItemGroup>
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240606-rc" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240916" />
<!-- Add more community toolkit references here -->
</ItemGroup>
```
Expand All @@ -115,7 +115,7 @@ When using the Uno Platform solution templates, add the following to your applic

```xml
<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240606-rc" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240916" />
<!-- Add more uno community toolkit references here -->
</ItemGroup>
```
Expand All @@ -134,7 +134,7 @@ When using the Uno Platform solution templates, add the following to your applic

```xml
<ItemGroup>
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240606-rc" />
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240916" />
<!-- Add more uno community toolkit references here -->
</ItemGroup>
```
Expand Down

0 comments on commit f4140fd

Please sign in to comment.