Skip to content

Commit b3f26cf

Browse files
committed
rewrap per VS not VS Code
1 parent f78d982 commit b3f26cf

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

microsoft-edge/webview2/samples/webview2-winui3-sample.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,11 @@ namespace WebView2_WinUI3_Sample
311311
public App()
312312
{
313313
this.InitializeComponent();
314-
// If you're shipping a fixed-version WebView2 Runtime with your app,
315-
// un-comment the following code and change the version number to the
316-
// version number of the WebView2 Runtime that you're packaging and
317-
// shipping to users:
314+
315+
// If you're shipping a fixed-version WebView2 Runtime with your app, un-comment the
316+
// following code and change the version number to the version number of the WebView2
317+
// Runtime that you're packaging and shipping to users:
318+
318319
// StorageFolder localFolder = Windows.ApplicationModel.Package.Current.InstalledLocation;
319320
// String fixedPath = Path.Combine(localFolder.Path, "FixedRuntime\\130.0.2849.39");
320321
// Debug.WriteLine($"Launch path [{localFolder.Path}]");
@@ -633,16 +634,17 @@ To use a fixed-version Runtime:
633634
public App()
634635
{
635636
this.InitializeComponent();
636-
// If you're shipping a fixed-version WebView2 Runtime with your app,
637-
// un-comment the following code and change the version number to the
638-
// version number of the WebView2 Runtime that you're packaging and
639-
// shipping to users:
637+
638+
// If you're shipping a fixed-version WebView2 Runtime with your app, un-comment the
639+
// following code and change the version number to the version number of the WebView2
640+
// Runtime that you're packaging and shipping to users:
641+
640642
// StorageFolder localFolder = Windows.ApplicationModel.Package.Current.InstalledLocation;
641643
// String fixedPath = Path.Combine(localFolder.Path, "FixedRuntime\\130.0.2849.39");
642644
// Debug.WriteLine($"Launch path [{localFolder.Path}]");
643645
// Debug.WriteLine($"FixedRuntime path [{fixedPath}]");
644646
// Environment.SetEnvironmentVariable("WEBVIEW2_BROWSER_EXECUTABLE_FOLDER", fixedPath);
645-
}
647+
}
646648
```
647649

648650
1. In the above code, change the version number from `130.0.2849.39` to the version that you're shipping.

0 commit comments

Comments
 (0)