You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-17 07:50:09 +00:00
com.unity.ide.visualstudio@2.0.8
## [2.0.8] - 2021-04-09 Project generation: Improved generation performance (especially with DOTS enabled projects). Improved stability. Updated Analyzers lookup strategy. Fixed .vsconfig file not generated when using "regenerate all". Integration Improved automation plugins. Documentation Open sourced automation plugins.
This commit is contained in:
12
package.json
12
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.7",
|
||||
"unity": "2020.1",
|
||||
"unityRelease": "0a12",
|
||||
"version": "2.0.8",
|
||||
"unity": "2019.4",
|
||||
"unityRelease": "21f1",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.7"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.8"
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "b6515ac9d75224fe45e288270d26a9e031c550a8"
|
||||
"footprint": "c51cc3db630d4f769464e8f12c2154af3ca5242c"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "dec282022c7a95fada560c36f53da9dd155a142c"
|
||||
"revision": "5cdf5d932e6ecbbd83bbe6a40eec2a94b4979501"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user