Skip to content

Commit a7272f8

Browse files
authored
Merge pull request #239592 from jowang-msft/windows-ga-doc-1
WIndows SDK GA sample updates
2 parents 3088647 + e4d3889 commit a7272f8

File tree

4 files changed

+1133
-950
lines changed

4 files changed

+1133
-950
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
---
2-
author: probableprime
2+
author: jowang
33
ms.service: azure-communication-services
44
ms.topic: include
5-
ms.date: 09/08/2021
6-
ms.author: rifox
5+
ms.date: 05/30/2023
6+
ms.author: jowang
77
---
88
## Setting up
99

1010
### Creating the Visual Studio project
1111

12-
For UWP app, in Visual Studio 2022, create a new `Blank App (Universal Windows)` project. After entering the project name, feel free to pick any Windows SDK greater than `10.0.17134`.
12+
For UWP app, in Visual Studio 2022, create a new `Blank App (Universal Windows)` project. After entering the project name, feel free to pick any Windows SDK greater than `10.0.17763.0`.
1313

14-
For WinUI 3 app, create a new project with the `Blank App, Packaged (WinUI 3 in Desktop)` template to set up a single-page WinUI 3 app. [Windows App SDK version 1.2 preview 2](https://learn.microsoft.com/windows/apps/windows-app-sdk/preview-channel#version-12-preview-2-120-preview2) and above is required.
14+
For WinUI 3 app, create a new project with the `Blank App, Packaged (WinUI 3 in Desktop)` template to set up a single-page WinUI 3 app. [Windows App SDK version 1.3](/windows/apps/windows-app-sdk/stable-channel#version-13) and above is required.
1515
### Install the package and dependencies with NuGet Package Manager
1616

1717
The Calling SDK APIs and libraries are publicly available via a NuGet package.
1818
The following steps exemplify how to find, download, and install the Calling SDK NuGet package.
1919

2020
1. Open NuGet Package Manager (`Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution`)
2121
2. Click on `Browse` and then type `Azure.Communication.Calling.WindowsClient` in the search box.
22-
4. Click on the `Azure.Communication.Calling.WindowsClient` package, select `Azure.Communication.Calling` [1.0.0](https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient/1.0.0) or newer version.
22+
3. Make sure that `Include prerelease` check box is selected.
23+
4. Click on the `Azure.Communication.Calling.WindowsClient` package, select `Azure.Communication.Calling.WindowsClient` [1.0.0](https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient/1.0.0) or newer version.
2324
5. Select the checkbox corresponding to the CS project on the right-side tab.
2425
6. Click on the `Install` button.

0 commit comments

Comments
 (0)