You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-17 16:00:09 +00:00
com.unity.ide.visualstudio@2.0.11
## [2.0.11] - 2021-07-01 Integration: - Added support for Visual Studio and Visual Studio For Mac 2022. - Fixed an issue when the package was enabled for background processes. Project generation: - Use absolute paths for Analyzers and rulesets. ## [2.0.10] - 2021-06-10 Project generation: - Improved project generation performance when a file is moved, deleted or modified. Integration: - Improved Inner-loop performance by avoiding to call the package manager when looking up `vswhere` utility. - Fixed a network issue preventing the communication between Visual Studio and Unity on Windows.
This commit is contained in:
10
package.json
10
package.json
@@ -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.9",
|
||||
"version": "2.0.11",
|
||||
"unity": "2019.4",
|
||||
"unityRelease": "21f1",
|
||||
"unityRelease": "25f1",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.9"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.11"
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "b1cf463b7fca9fa8a65053f6120bce69640f5cea"
|
||||
"footprint": "321c90e37eb1ab86fe68d5f7e838c7e4553fc37e"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "c7cd4c6319806423b3d918b3e9599244e3993d41"
|
||||
"revision": "680e06d94ffca728223ae2cb14bb919cd354e2c1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user