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@1.0.9
## [1.0.9] - 2019-03-05 Updated MonoDevelop support, to pass correct arguments, and not import VSTU plugin Use release build of COMIntegration for Visual Studio ## [1.0.7] - 2019-04-30 Ensure asset database is refreshed when generating csproj and solution files. ## [1.0.6] - 2019-04-27 Add support for generating all csproj files. ## [1.0.5] - 2019-04-18 Fix relative package paths. Fix opening editor on mac.
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
"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": "1.0.4",
|
||||
"version": "1.0.9",
|
||||
"unity": "2019.2",
|
||||
"unityRelease": "0a7",
|
||||
"unityRelease": "0a12",
|
||||
"dependencies": {},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "1.0.2"
|
||||
"com.unity.ide.visualstudio.tests": "1.0.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git",
|
||||
"revision": "89fbb2a14dd60b56c2eb64eac1e574a40a105822"
|
||||
"revision": "e7d6cf461bbe2604836a0e783a1992651c28c535"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user