You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
com.unity.ide.visualstudio@2.0.12
## [2.0.12] - 2021-10-20 Integration: - Do not block asset opening when only a VS instance without a loaded solution is found. - Only check package version once per Unity session. - Improved support for Visual Studio For Mac 2022.
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
"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.11",
|
||||
"version": "2.0.12",
|
||||
"unity": "2019.4",
|
||||
"unityRelease": "25f1",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.11"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.12"
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "321c90e37eb1ab86fe68d5f7e838c7e4553fc37e"
|
||||
"footprint": "bccd4d0383df110ebef0c62f85b5ac7cb9464de3"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "680e06d94ffca728223ae2cb14bb919cd354e2c1"
|
||||
"revision": "8d436ff053b9c59677b5e9799208143553cd02d9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user