From ebb9396b89885a7774b0b5fda58fee4900f818f7 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\doyordan" Date: Wed, 10 Nov 2021 12:28:37 +0200 Subject: [PATCH] add vs 2022 preview --- installation-and-deployment/system-requirements.md | 8 +++++++- .../windows/visualstudio-extensions.md | 11 +++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/installation-and-deployment/system-requirements.md b/installation-and-deployment/system-requirements.md index 66bba76d..accb0cd9 100644 --- a/installation-and-deployment/system-requirements.md +++ b/installation-and-deployment/system-requirements.md @@ -13,7 +13,13 @@ In order to develop applications with **Telerik UI for Xamarin** you need to hav ## Windows - [Windows 10](https://www.microsoft.com/en-us/windows/get-windows-10) is required to develop for Xamarin.Forms. -- Visual Studio 2019 with Xamarin installed. Go to [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/) page to see the available download options. +- Visual Studio 2022 Preview with Xamarin installed. Go to [Visual Studio Downloads](https://visualstudio.microsoft.com/downloads/) page to see the available download options. + To install Xamarin for Visual Studio 2022, you would need to enable **Mobile development with .NET** workload. **Universal Windows Platform development** workload would be needed as well if you'd like to target UWP. + + * If you run a fresh installation of Visual Studio, you will be prompted to select workloads during the installation process. + * if you already have Visual Studio installed, you could modify the active workloads by re-running the Visual Studio installer and selecting "Modify" option. + +- Visual Studio 2019 with Xamarin installed. Go to [Visual Studio Downloads](https://visualstudio.microsoft.com/vs/older-downloads/) page to see the available download options. To install Xamarin for Visual Studio 2019, you would need to enable **Mobile development with .NET** workload. **Universal Windows Platform development** workload would be needed as well if you'd like to target UWP. diff --git a/installation-and-deployment/windows/visualstudio-extensions.md b/installation-and-deployment/windows/visualstudio-extensions.md index 44837a76..83fd1fe0 100644 --- a/installation-and-deployment/windows/visualstudio-extensions.md +++ b/installation-and-deployment/windows/visualstudio-extensions.md @@ -20,8 +20,10 @@ The extensions handle the following major points in the development with Telerik ## Installing VSExtensions -Visual Studio Extensions for Telerik UI for Xamarin are distributed with the Telerik UI for Xamarin MSI installation. They can be downloaded and installed as separate product from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/) for Visual Studio 2017/2019. +Visual Studio Extensions for Telerik UI for Xamarin are distributed with the Telerik UI for Xamarin MSI installation. They can be downloaded and installed as separate product from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/) for Visual Studio 2019 and 2022 Preview. +>tip Telerik UI for Xamarin Extension for Visual Studio is avaiulable for Visual Studio 2022 Preview and Visual Studio 2019 + Below you can find more details on both options: * **Telerik UI for Xamatin installer**: If you install the Telerik Xamarin suite through the [MSI automatic installation]({%slug install-msi%}), you will be prompted to install the extensions automatically; @@ -35,15 +37,16 @@ Below you can find more details on both options: 1. After the installation is complete, it will be present in the "Installed" section in Visual Studio: ![VSExtensions installed](images/extensions_installed.png) -Either way you choose, after installing Telerik Xamarin VSExtensions, a Telerik menu (under Extensions menu item in VS2019) will be available in Visual Studio with several links that will help you quickly navigate to various useful resources: +Either way you choose, after installing Telerik Xamarin VSExtensions, a Telerik menu (under Extensions menu item) will be available in Visual Studio with several links that will help you quickly navigate to various useful resources: ![Telerik Menu VS](images/telerik_menu.png) ## VSExtensions Options -The **Visual Studio Extensions** options dialog provides settings, so you can configure the Telerik Visual Studio Extensions to best suit your needs. +The **Visual Studio Extensions** options dialog provides settings, so you can configure the Telerik Visual Studio Extensions to best suit your needs. -It can be accessed through the Telerik menu in Visual Studio (under Extensions menu item in VS2019) -> VSExtensions Options… + +It can be accessed through the Telerik menu in Visual Studio (under Extensions menu item) -> VSExtensions Options… ![Telerik Menu VS](images/telerik_menu.png)