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.7
## [2.0.7] - 2021-02-02 Integration: Remove com.unity.nuget.newtonsoft-json dependency in favor of the built-in JsonUtility for the VS Test Runner. ## [2.0.6] - 2021-01-20 Project generation: - Improved language version detection. Integration: - Added support for the VS Test Runner. - Added initial support for displaying asset usage. - Fixed remaining issues with special characters in file/path.
This commit is contained in:
11
package.json
11
package.json
@@ -2,18 +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.5",
|
||||
"version": "2.0.7",
|
||||
"unity": "2020.1",
|
||||
"unityRelease": "0a12",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.5"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.7"
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "848c02b3f0fe476a599004cd972346a89e39d26f"
|
||||
"footprint": "b6515ac9d75224fe45e288270d26a9e031c550a8"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "83ca94e82bb6da515dc57e0d860b6b2224f56991"
|
||||
"revision": "dec282022c7a95fada560c36f53da9dd155a142c"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user