Skip to content

Commit b91852e

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents c6f102f + d97d723 commit b91852e

12 files changed

+29
-28
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,27 +3361,27 @@
33613361
"redirect_document_id": false
33623362
},
33633363
{
3364-
"source_path": "docs/docker/docker-tools.md",
3364+
"source_path": "docker/docker-tools.md",
33653365
"redirect_url": "/visualstudio/containers/container-tools",
33663366
"redirect_document_id": false
33673367
},
33683368
{
3369-
"source_path": "docs/docker/vs-azure-tools-docker-edit-and-refresh.md",
3369+
"source_path": "docker/vs-azure-tools-docker-edit-and-refresh.md",
33703370
"redirect_url": "/visualstudio/containers/edit-and-refresh",
33713371
"redirect_document_id": false
33723372
},
33733373
{
3374-
"source_path": "docs/docker/vs-azure-tools-docker-hosting-web-apps-in-docker.md",
3374+
"source_path": "docker/vs-azure-tools-docker-hosting-web-apps-in-docker.md",
33753375
"redirect_url": "/visualstudio/containers/hosting-web-apps-in-docker",
33763376
"redirect_document_id": false
33773377
},
33783378
{
3379-
"source_path": "docs/docker/vs-azure-tools-docker-setup.md",
3379+
"source_path": "docker/vs-azure-tools-docker-setup.md",
33803380
"redirect_url": "/visualstudio/containers/",
33813381
"redirect_document_id": false
33823382
},
33833383
{
3384-
"source_path": "docs/docker/vs-azure-tools-docker-troubleshooting-docker-errors.md",
3384+
"source_path": "docker/vs-azure-tools-docker-troubleshooting-docker-errors.md",
33853385
"redirect_url": "/visualstudio/containers/troubleshooting-docker-errors",
33863386
"redirect_document_id": false
33873387
},
@@ -14351,4 +14351,4 @@
1435114351
"redirect_document_id": false
1435214352
}
1435314353
]
14354-
}
14354+
}

docs/data-tools/bind-wpf-controls-to-a-dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ Add several buttons to the window by modifying the XAML in the WPF Designer. Lat
143143
<RowDefinition Height="75" />
144144
<RowDefinition Height="625" />
145145
</Grid.RowDefinitions>
146-
<Button HorizontalAlignment="Left" Margin="22,20,0,24" Name="backButton" Width="75"><</Button>
147-
<Button HorizontalAlignment="Left" Margin="116,20,0,24" Name="nextButton" Width="75">></Button>
146+
<Button HorizontalAlignment="Left" Margin="22,20,0,24" Name="backButton" Width="75">&lt;</Button>
147+
<Button HorizontalAlignment="Left" Margin="116,20,0,24" Name="nextButton" Width="75">&gt;</Button>
148148
<Button HorizontalAlignment="Right" Margin="0,21,46,24" Name="saveButton" Width="110">Save changes</Button>
149149
```
150150

docs/debugger/remote-debugger-port-assignments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Visual Studio Remote Debugger can run as an application or as a background s
2323

2424
- Visual Studio 2012: 4016
2525

26-
In other words, the number of the port assigned to the remote debugger is incremented by 2 for each release. You can set a different port number of you like. We will explain how to set port numbers in a later section.
26+
In other words, the number of the port assigned to the remote debugger is incremented by 2 for each release. You can set a different port number if you like. We will explain how to set port numbers in a later section.
2727

2828
## The Remote Debugger Port on 32-bit Operating Systems
2929

docs/install/install-visual-studio-versions-side-by-side.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before you install versions side-by-side, review the following conditions:
4444

4545
When upgrading from one minor version of Visual Studio to the next, the Visual Studio installer will update your current install to the next version in that channel by default. For example, when installing the 16.6.4 Preview, the installer will try to replace your current install of 16.6.3 Preview, since both versions are in the 16.6 Preview channel. This helps ensure that older versions of Visual Studio aren't taking up room on your machine. In some specific cases, it may be helpful to install minor releases side-by-side. In our example, this would mean having both 16.6.3 and 16.6.4 on the same machine.
4646

47-
1. Download the [Visual Studio bootstrapper file](https://docs.microsoft.com/visualstudio/releases/2019/history#installing-an-earlier-release) for the minor version that you would like to install side-by-side with your existing versions of Visual Studio.
47+
1. Download the [Visual Studio bootstrapper file](/visualstudio/releases/2019/history#installing-an-earlier-release) for the minor version that you would like to install side-by-side with your existing versions of Visual Studio.
4848
2. Open the command prompt in administrator mode. To do this, open the Windows Start menu, type "cmd", right click on the Command Prompt search result, and select **Run as administrator**. In the command prompt, change the directory to the folder where your Visual Studio bootstrapper file is located.
4949
3. Run the command below, specifying a new folder path for the installation location and replacing the .exe file name with the appropriate bootstrapper name for the version of Visual Studio you are installing. The .exe file name should match or be similar to one of the following files:
5050
* vs_community.exe for Visual Studio Community
@@ -101,4 +101,4 @@ For language-specific information, see the appropriate topic in the following ta
101101
* [Port, migrate, and upgrade Visual Studio projects](../porting/port-migrate-and-upgrade-visual-studio-projects.md)
102102
* [Building C/C++ isolated applications and side-by-side assemblies](/cpp/build/building-c-cpp-isolated-applications-and-side-by-side-assemblies/)
103103

104-
::: moniker-end
104+
::: moniker-end

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: ornellaalt
66
ms.author: ornella
77
manager: jillfra
8-
ms.date: 09/08/2020
8+
ms.date: 09/14/2020
99
ms.topic: reference
1010
ms.workload:
1111
- multiple
@@ -23,6 +23,7 @@ The following table lists the build numbers and release dates for Visual Studio
2323

2424
| **Version**| **Channel** | **Release date** | **Build version** |
2525
| ---------------------- | ----------- | ---------------- | ----------------- |
26+
| 16.8.0 | Preview 3 | September 14, 2020 | 16.8.30509.190 |
2627
| 16.7.3 | Release | September 8, 2020 | 16.7.30503.244 |
2728
| 16.4.13 | Release | September 8, 2020 | 16.4.30427.197 |
2829
| 16.0.18 | Release | September 8, 2020 | 16.0.28803.826 |

docs/install/visual-studio-enterprise-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Learn how to update Visual Studio successfully and fix update issues.
5757

5858
- **[Repair Visual Studio](repair-visual-studio.md) to fix update issues**. Sometimes your Visual Studio installation becomes damaged or corrupted. A repair is useful for fixing install-time issues across all install operations, including updates.
5959

60-
- **Follow [Windows security baselines](https://docs.microsoft.com/windows/security/threat-protection/windows-security-baselines)**. Microsoft is dedicated to providing its customers with secure operating systems, such as Windows 10 and Windows Server, and secure apps, such as Microsoft Edge. In addition to the security assurance of its products, Microsoft also enables you to have fine control over your environments by providing various configuration capabilities.
60+
- **Follow [Windows security baselines](/windows/security/threat-protection/windows-security-baselines)**. Microsoft is dedicated to providing its customers with secure operating systems, such as Windows 10 and Windows Server, and secure apps, such as Microsoft Edge. In addition to the security assurance of its products, Microsoft also enables you to have fine control over your environments by providing various configuration capabilities.
6161

6262
[!INCLUDE[install_get_support_md](includes/install_get_support_md.md)]
6363

6464
## See also
6565

66-
- [Productivity guide for Visual Studio](../ide/productivity-features.md)
66+
- [Productivity guide for Visual Studio](../ide/productivity-features.md)

0 commit comments

Comments
 (0)