com.unity.ide.visualstudio@2.0.16

## [2.0.16] - 2022-06-08

Integration:

- Prevent ADB Refresh while being in safe-mode with a URP project
- Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
This commit is contained in:
Unity Technologies
2022-06-08 00:00:00 +00:00
parent b132c03a8a
commit 7c58d4170b
17 changed files with 49 additions and 111 deletions

View File

@@ -2,24 +2,24 @@
"name": "com.unity.ide.visualstudio",
"displayName": "Visual Studio Editor",
"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.",
"version": "2.0.15",
"version": "2.0.16",
"unity": "2019.4",
"unityRelease": "25f1",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"relatedPackages": {
"com.unity.ide.visualstudio.tests": "2.0.15"
"com.unity.ide.visualstudio.tests": "2.0.16"
},
"upm": {
"changelog": "Integration:\n\n- Improved project generation performance.\n- Added support for keeping file/folder structure when working with external packages.\n- Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor."
"_upm": {
"changelog": "Integration:\n\n- Prevent ADB Refresh while being in safe-mode with a URP project\n- Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio."
},
"upmCi": {
"footprint": "d5d60c3083dbc14a4be33dc1f8c4e7fe147ffb74"
"footprint": "3d5e14bed71dd5b89e088160c170e814d0058248"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
"type": "git",
"revision": "ca1ece42f5a2c5484ba15a15bb975ccc1f6a1a3c"
"revision": "c01855ef6461b821ab0226135e96a4ee86de96be"
}
}