File tree Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Expand file tree Collapse file tree 1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Change Log (Visual Studio Tools for Unity, Windows) | Microsoft Docs"
3
3
ms.custom : " "
4
- ms.date : " 09/18 /2019"
4
+ ms.date : " 12/02 /2019"
5
5
ms.technology : vs-unity-tools
6
6
ms.topic : " conceptual"
7
7
ms.assetid : ea490b7e-fc0d-44b1-858a-a725ce20e396
@@ -15,6 +15,54 @@ ms.workload:
15
15
16
16
Visual Studio Tools for Unity change log.
17
17
18
+ ## 4.4.2.0
19
+
20
+ Released December 3, 2019
21
+
22
+ ### Bug fixes
23
+
24
+ - ** Integration:**
25
+
26
+ - Fixed diagnostics with user-defined interfaces.
27
+
28
+ - Fixed quick tooltips with malformed expressions.
29
+
30
+ ## 4.4.1.0
31
+
32
+ Released November 6, 2019
33
+
34
+ ### New Features
35
+
36
+ - ** Integration:**
37
+
38
+ - Added support for Unity background processes. (The debugger is able to auto-connect to the main process instead of a child process).
39
+
40
+ - Added a quick tooltip for Unity messages, displaying the associated documentation.
41
+
42
+ ### Bug fixes
43
+
44
+ - ** Integration:**
45
+
46
+ - Fixed the tag comparison analyzer ` UNT0002 ` with advanced binary and invocation expressions.
47
+
48
+ ### Deprecated Features
49
+
50
+ - ** Integration:**
51
+
52
+ - Going forward, Visual Studio Tools for Unity will only support Visual Studio 2017+.
53
+
54
+ ## 4.4.0.0
55
+
56
+ Released October 15, 2019
57
+
58
+ ### New Features
59
+
60
+ - ** Integration:**
61
+
62
+ - Added a suppressor for ` IDE0060 ` (unused parameter) for all Unity messages.
63
+
64
+ - Added a quick tooltip for fields tagged with ` TooltipAttribute ` . (This will work for a simple get accessor using this field as well).
65
+
18
66
## 4.3.3.0
19
67
20
68
Released September 23, 2019
You can’t perform that action at this time.
0 commit comments