You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,25 @@
2
2
"name": "com.unity.ide.visualstudio",
3
3
"displayName": "Visual Studio Editor",
4
4
"description": "Code editor integration for supporting Visual Studio as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
5
-
"version": "2.0.17",
5
+
"version": "2.0.18",
6
6
"unity": "2019.4",
7
7
"unityRelease": "25f1",
8
8
"dependencies": {
9
9
"com.unity.test-framework": "1.1.9"
10
10
},
11
11
"relatedPackages": {
12
-
"com.unity.ide.visualstudio.tests": "2.0.17"
12
+
"com.unity.ide.visualstudio.tests": "2.0.18"
13
+
},
14
+
"_upm": {
15
+
"changelog": "Integration:\n\n- Performance improvements with `EditorApplication.update` callbacks.\n\nProject generation:\n\n- Add extra compiler options for analyzers and source generators."
0 commit comments