Skip to content

Commit 0acfc42

Browse files
committed
png update Prerel to Prerel
1 parent 3e67ea2 commit 0acfc42

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

-9.77 KB
Loading
534 Bytes
Loading

microsoft-edge/webview2/samples/webview2apissample.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,15 @@ Continuing from above: If prompted to install workloads when you try to build th
254254

255255
1. In **Installation details** on the right, expand **Desktop development with C++**.
256256

257-
See also:
257+
1. Click the **Update** or **Install** button.
258+
259+
The Installer closes.
258260

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_.
259263
* [Install Visual Studio workloads](../how-to/machine-setup.md#install-visual-studio-workloads) in _Set up your Dev environment for WebView2_.
260264

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).
262266

263267

264268
<!-- ====================================================================== -->
@@ -288,13 +292,20 @@ At the top of Visual Studio, set the build target, as follows:
288292
<!-- ====================================================================== -->
289293
## Step 8: Update the prerelease WebView2 SDK
290294

291-
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.
292296

293297
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).
294298

299+
For example:
300+
301+
```xml
302+
<package id="Microsoft.Web.WebView2" version="1.0.2950-prerelease" targetFramework="native" />
303+
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.220201.1" targetFramework="native" />
304+
```
305+
295306
1. Check what's the latest Prerelease version number, at [Release Notes for the WebView2 SDK](../release-notes/index.md).
296307

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**.
298309

299310
The **NuGet Package Manager** panel opens in Visual Studio.
300311

@@ -320,6 +331,9 @@ The repo version of this sample has a Prerelease version of the WebView2 SDK ins
320331

321332
The latest prerelease version of the WebView2 SDK is now installed for this project.
322333

334+
See also:
335+
* [Phases of adding APIs](../release-notes/about.md#phases-of-adding-apis) in _About Release Notes for the WebView2 SDK_.
336+
323337

324338
<!-- ====================================================================== -->
325339
## Step 9: Build and run using updated SDK
@@ -780,3 +794,4 @@ The following steps show how the WebView can get information from the Win32 Host
780794
* [WebView2 API Reference](../webview2-api-reference.md)
781795
* [Get started with WebView2 in Win32 apps](../get-started/win32.md)
782796
* [Overview of WebView2 APIs](../concepts/overview-features-apis.md)
797+
* [Phases of adding APIs](../release-notes/about.md#phases-of-adding-apis) in _About Release Notes for the WebView2 SDK_.

0 commit comments

Comments
 (0)