This PR is to capture that the codegen was retargeted to WinUI 2.7 (to
align with the supported versions of RNW).

###### Microsoft Reviewers: [Open in
CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/react-native-xaml/pull/246)
This commit is contained in:
Jon Thysell 2023-03-01 17:20:08 -08:00 коммит произвёл GitHub
Родитель 7321dab24e
Коммит ad33eb392c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Alexander Sklar
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Upgrade to WinUI 2.7",
"packageName": "react-native-xaml",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Alexander Sklar
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Просмотреть файл

@ -6,7 +6,7 @@
Ensure you're using React Native Windows >= 0.67.11.
Ensure your app is using WinUI 2.6+. For details about customizing WinUI versions in your React Native for Windows app, see [Customizing SDK versions](https://microsoft.github.io/react-native-windows/docs/customizing-sdk-versions).
Ensure your app is using WinUI 2.7+. For details about customizing WinUI versions in your React Native for Windows app, see [Customizing SDK versions](https://microsoft.github.io/react-native-windows/docs/customizing-sdk-versions).
### Mostly automatic installation