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.20
## [2.0.20] - 2023-06-27 Integration: - Internal API refactoring. ## [2.0.19] - 2023-06-14 Integration: - Add support for Visual Studio Code. Project generation: - Add support for Sdk Style poject generation. - Fix an issue related to missing properties with 2021.3.
This commit is contained in:
10
package.json
10
package.json
@@ -2,25 +2,25 @@
|
||||
"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.18",
|
||||
"version": "2.0.20",
|
||||
"unity": "2019.4",
|
||||
"unityRelease": "25f1",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.18"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.20"
|
||||
},
|
||||
"_upm": {
|
||||
"changelog": "Integration:\n\n- Performance improvements with `EditorApplication.update` callbacks.\n \nProject generation:\n\n- Add extra compiler options for analyzers and source generators."
|
||||
"changelog": "Integration:\n\n- Internal API refactoring."
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "1d7ac8985c088423201e27b93ccdc6292ff941c9"
|
||||
"footprint": "7d769a8558c7768417b16fc2ac8477cf69234049"
|
||||
},
|
||||
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.visualstudio@2.0/manual/index.html",
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "9d3c07127cbe1916b8abbfd18f71fb8d9df8008c"
|
||||
"revision": "b7bf23d23806ac75645bfa12acadcfc11468a383"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user