You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/samples/webview2apissample.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,11 +254,15 @@ Continuing from above: If prompted to install workloads when you try to build th
254
254
255
255
1. In **Installation details** on the right, expand **Desktop development with C++**.
256
256
257
-
See also:
257
+
1. Click the **Update** or **Install** button.
258
+
259
+
The Installer closes.
258
260
261
+
See also:
262
+
*[Step 4 - Install workloads if prompted](../get-started/win32.md#step-4---install-workloads-if-prompted) in _Get started with WebView2 in Win32 apps_.
259
263
*[Install Visual Studio workloads](../how-to/machine-setup.md#install-visual-studio-workloads) in _Set up your Dev environment for WebView2_.
260
264
261
-
You don't need to install WiX to continue. Installing WiX is covered in [WiX Burn Bundle to deploy the WebView2 Runtime](./wv2deploymentwixburnbundlesample.md).
265
+
You don't need to install WiX to continue; that's for a different project in this solution file. Installing WiX is covered in [WiX Burn Bundle to deploy the WebView2 Runtime](./wv2deploymentwixburnbundlesample.md).
The repo version of this sample has a Prerelease version of the WebView2 SDK installed. Below, you'll update it to the latest Prerelease version of the WebView2 SDK (unless latest is installed already). Using a Prerelease SDK gives you access to the latest functionality.
295
+
The repo version of this sample has a Prerelease version of the WebView2 SDK installed. Below, you'll update the WebView2 SDK to the latest Prerelease version (unless the latest Prerelease SDK is installed already). A Prerelease SDK supports the latest experimental APIs and the latest "Stable in Prerelease" APIs.
292
296
293
297
1. Check the version number of the Prerelease SDK that's in the repo's copy of the **WebView2APISample** app at GitHub: see [packages.config](https://github.com/MicrosoftEdge/WebView2Samples/blob/main/SampleApps/WebView2APISample/packages.config).
1. Check what's the latest Prerelease version number, at [Release Notes for the WebView2 SDK](../release-notes/index.md).
296
307
297
-
1. In Solution Explorer, right-click the **WebView2APISample** project (not the solution node above it), and then select **Manage NuGet Packages**.
308
+
1. In Visual Studio, in **Solution Explorer**, right-click the **WebView2APISample** project (not the solution node above it), and then select **Manage NuGet Packages**.
298
309
299
310
The **NuGet Package Manager** panel opens in Visual Studio.
300
311
@@ -320,6 +331,9 @@ The repo version of this sample has a Prerelease version of the WebView2 SDK ins
320
331
321
332
The latest prerelease version of the WebView2 SDK is now installed for this project.
322
333
334
+
See also:
335
+
*[Phases of adding APIs](../release-notes/about.md#phases-of-adding-apis) in _About Release Notes for the WebView2 SDK_.
0 commit comments