Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump WCT versions (backport #18612) #18622

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading