Skip to content

Commit ad61cdf

Browse files
authored
Merge pull request #18622 from unoplatform/mergify/bp/release/stable/5.5/pr-18612
chore: Bump WCT versions (backport #18612)
2 parents 47415eb + f4140fd commit ad61cdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/articles/uno-community-toolkit-v8.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When using the Uno Platform solution templates, add the following to your applic
5050

5151
```xml
5252
<ItemGroup>
53-
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240606-rc" />
53+
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240916" />
5454
<!-- Add more community toolkit references here -->
5555
</ItemGroup>
5656
```
@@ -71,7 +71,7 @@ When using the Uno Platform solution templates, add the following to your applic
7171
>
7272
> ```xml
7373
> <PropertyGroup>
74-
> <WindowsSdkPackageVersion>10.0.22621.33</WindowsSdkPackageVersion>
74+
> <WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
7575
> <WinAppSdkVersion>1.5.240607001</WinAppSdkVersion>
7676
> </PropertyGroup>
7777
> ```
@@ -82,7 +82,7 @@ When using the Uno Platform solution templates, add the following to your applic
8282

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

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

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

135135
```xml
136136
<ItemGroup>
137-
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240606-rc" />
137+
<PackageReference Include="CommunityToolkit.Uwp.Controls.SettingsControls" Version="8.1.240916" />
138138
<!-- Add more uno community toolkit references here -->
139139
</ItemGroup>
140140
```

0 commit comments

Comments
 (0)