Skip to content

Commit 1be4733

Browse files
authored
Merge pull request #1555 from MicrosoftDocs/master
3/6 AM Publish
2 parents 80ce6bf + 45f69d3 commit 1be4733

File tree

9 files changed

+127
-13
lines changed

9 files changed

+127
-13
lines changed

docs/cross-platform/change-log-visual-studio-tools-for-unity.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,99 @@ ms.workload:
1717
# Change Log (Visual Studio Tools for Unity)
1818
Visual Studio Tools for Unity change log.
1919

20+
## 3.6.0.4
21+
Released 2018-03-05
22+
23+
### Bug fixes
24+
25+
- **Project Generation:**
26+
27+
- Fixed Mono version detection.
28+
29+
- **Integration:**
30+
31+
- Fixed timing issues with 2018.1 and plugin activation.
32+
33+
## 3.6.0.3
34+
Released 2018-02-23
35+
36+
### New Features
37+
38+
- **Project Generation:**
39+
40+
- Added support for .Net Standard.
41+
42+
### Bug fixes
43+
44+
- **Project Generation:**
45+
46+
- Fixed Unity target framework detection.
47+
48+
- **Debugger:**
49+
50+
- Fixed breaking on exceptions that are thrown outside of usercode.
51+
52+
## 3.6.0.2
53+
Released 2018-02-07
54+
55+
### New Features
56+
57+
- **Integration:**
58+
59+
- Update UnityMessage API surface for 2017.3.
60+
61+
### Bug fixes
62+
63+
- **Integration:**
64+
65+
- Only reload projects on external change (with throttling).
66+
67+
## 3.6.0.1
68+
Released 2018-01-24
69+
70+
### Bug fixes
71+
72+
- **Integration:**
73+
74+
- Fixed automatic pdb to mdb debug symbol conversion.
75+
76+
- Fixed indirect call to EditorPrefs.GetBool impacting the inspector while trying to change array size.
77+
78+
## 3.6.0.0
79+
Released 2018-01-10
80+
81+
### New Features
82+
83+
- **Project Generation:**
84+
85+
- Added support for 2018.1 MonoIsland reference model.
86+
87+
- **Evaluation:**
88+
89+
- Added support for $exception identifier.
90+
91+
- **Debugger:**
92+
93+
- Added support for DebuggerHidden/DebuggerStepThrough attributes with the new Unity runtime.
94+
95+
- **Wizards:**
96+
97+
- Introduce 'Latest' version for wizards.
98+
99+
### Bug fixes
100+
101+
- **Project Generation:**
102+
103+
- Fixed project guid computation for player projects.
104+
105+
- **Debugger:**
106+
107+
- Fixed a race in handling breaking events.
108+
109+
- **Wizards:**
110+
111+
- Refresh roslyn context before inserting method.
112+
20113
## 3.5.0.3
21114
Released 2018-01-09
22115

docs/data-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.author: gewarren
55
title: Use data tools in Visual Studio to develop data solutions | Microsoft Docs
66
description: Learn about tools for data solutions in Visual Studio.
77
ms.technology: "vs-data-tools"
8+
ms.topic: landing-page
89
ms.workload:
910
- "data-storage"
1011
---

docs/debugger/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: LandingPage
33
title: Debugging your Apps in Visual Studio | Microsoft Docs
44
description: Learn how use Visual Studio 2017 to debug applications, services, and tools in the language of your choice, for your platforms and devices.
5+
ms.topic: landing-page
56
ms.technology: vs-ide-debug
67
---
78
# Debugging in Visual Studio
@@ -218,4 +219,4 @@ The Visual Studio debugger helps you observe the run-time behavior of your progr
218219
</li>
219220
</ul>
220221

221-
---
222+
---

docs/install/update-visual-studio.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,28 @@ ms.workload:
2020
---
2121
# Update Visual Studio 2017 to the most recent release
2222

23-
We encourage you to update most [recent version](/visualstudio/releasenotes/vs2017-relnotes) of Visual Studio 2017 so that you always get the latest features, fixes, and improvements.
23+
We encourage you to update to the most [recent version](/visualstudio/releasenotes/vs2017-relnotes) of Visual Studio 2017 so that you always get the latest features, fixes, and improvements.
2424

2525
And if you'd like to try out anything before we release it, consider downloading the [preview release](/visualstudio/releasenotes/vs2017-preview-relnotes) of the next version, too.
2626

27-
>[!IMPORTANT]
28-
>To install, update, or modify Visual Studio, you must log on with an account that has administrative permissions. For more information, see [User Permissions and Visual Studio](../ide/user-permissions-and-visual-studio.md).
27+
> [!IMPORTANT]
28+
> You must log on with an account that has administrative permissions to install, update, or modify Visual Studio. For more information, see [User Permissions and Visual Studio](../ide/user-permissions-and-visual-studio.md).
2929
3030
## Update Visual Studio 2017 version 15.6 or later
3131

3232
New with version 15.6: We've streamlined the installation and update experience to make it easier to use directly from within the IDE. Here's how.
3333

3434
### Use the Notifications hub
3535

36-
1. When there are updates, there's a corresponding notification flag in Visual Studio. Choose the notification flag to open the **Notifications** hub, and then choose the update that you want to install.
36+
When there is an update, there's a corresponding notification flag in Visual Studio.
37+
38+
1. Save your work.
39+
40+
2. Choose the notification flag to open the **Notifications** hub, and then choose the update that you want to install.
3741

3842
![Update Visual Studio 2017 by using the Notification hub](media/vs-install-notifications-hub-15dot6.png "The Notifications hub in Visual Studio 2017")
3943

40-
2. When the **Update** dialog box opens, choose **Update Now**.
44+
3. When the **Update** dialog box opens, choose **Update Now**.
4145

4246
![Update Visual Studio 2017 by using the Update dialog box from the Notifications hub](media/vs-update-now-from-notifications-hub.png "The Update dialog box from the Notifications hub in Visual Studio")
4347

@@ -49,15 +53,25 @@ New with version 15.6: We've streamlined the installation and update experience
4953

5054
### Use the IDE
5155

52-
1. From the menu bar in Visual Studio, choose **Help** > **Check for Updates**.
56+
You can check for an update and then install the update from the menu bar in Visual Studio.
57+
58+
1. Save your work.
59+
60+
2. Choose **Help** > **Check for Updates**.
5361

5462
![The new Help menu in Visual Studio version 15.6](media/vs-help-menu-check-for-updates.png "The new Help menu in Visual Studio version 15.6")
5563

56-
2. When the **Update** dialog box opens, choose **Update Now**. The update proceeds as described in the previous section, and then Visual Studio restarts after the update completes successfully.
64+
3. When the **Update** dialog box opens, choose **Update Now**.
65+
66+
The update proceeds as described in the previous section, and then Visual Studio restarts after the update completes successfully.
5767

5868
### Use the Visual Studio Installer
5969

60-
1. Open the installer. You might need to update the installer before continuing. If this is the case, you are prompted to do so.
70+
As in earlier versions of Visual Studio 2017, you can use the Visual Studio Installer to install an update.
71+
72+
1. Save your work.
73+
74+
2. Open the installer. The Visual Studio Installer might require updating before you continue.
6175

6276
> [!NOTE]
6377
> On a computer running Windows 10, you can find the installer under the letter **V** as the **Visual Studio Installer**, or under the letter **M** as the **Microsoft Visual Studio Installer**.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: TerryGLee
66
ms.author: tglee
77
manager: ghogen
8-
ms.date: 02/23/2018
8+
ms.date: 03/05/2018
99
ms.topic: article
1010
helpviewer_keywords:
1111
ms.technology:
@@ -21,6 +21,8 @@ The following table lists the build numbers and release dates for Visual Studio
2121

2222
| **Version**| **Channel** | **Release date** | **Build version** |
2323
| ---------------------- | ----------- | ---------------- | ----------------- |
24+
| 15.6.0 | Release | March 5, 2018 | 15.6.27428.1 |
25+
| 15.6.0 Preview 7.0 | Preview | March 2, 2018 | 15.6.27428.1 |
2426
| 15.6.0 Preview 6.0 | Preview | February 23, 2018 | 15.6.27421.1 |
2527
| 15.0.10 | Release | February 21, 2018 | 15.0.26228.28 |
2628
| 15.5.7 | Release | February 20, 2018 | 15.5.27130.2036 |

docs/products/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: HubPage
33
hide_bc: true
44
title: Visual Studio Documentation | Microsoft Docs
55
description: Learn how to use Visual Studio 2017 to develop applications, services, and tools in the language of your choice, for your platforms and devices.
6+
ms.topic: landing-page
67
searchScope: []
78
---
89
<div id="main" class="v2">

docs/profiling/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: LandingPage
33
title: Profiling your Apps with Visual Studio | Microsoft Docs
44
description: Learn how use Visual Studio 2017 to profile the performance of your applications, services, and tools in the language of your choice.
5+
ms.topic: landing-page
56
ms.technology: vs-ide-debug
67
---
78
# Profiling in Visual Studio
@@ -173,4 +174,4 @@ Profiling and diagnostics tools help you diagnose memory and CPU usage and other
173174
</li>
174175
</ul>
175176

176-
---
177+
---

docs/version-control/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: steved0x
77
ms.manager: douge
88
ms.author: sdanie
99
ms.date: 12/15/2017
10-
ms.topic: article
10+
ms.topic: landing-page
1111
ms.prod: .net-core
1212
ms.assetid: 2c119a5f-0272-48c0-8d6c-806196944aea
1313
ms.workload:

scripting-docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: LandingPage
3+
ms.topic: landing-page
34
title: Scripting | Microsoft Docs
45
---
56
# Scripting Technologies
@@ -221,4 +222,4 @@ This page provides links to JavaScript, TypeScript, ECMAScript-based reference d
221222
</li>
222223
</ul><p>
223224

224-
---
225+
---

0 commit comments

Comments
 (0)