package.json 988 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "com.unity.ide.visualstudio",
  3. "displayName": "Visual Studio Editor",
  4. "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.",
  5. "version": "2.0.16",
  6. "unity": "2019.4",
  7. "unityRelease": "25f1",
  8. "dependencies": {
  9. "com.unity.test-framework": "1.1.9"
  10. },
  11. "relatedPackages": {
  12. "com.unity.ide.visualstudio.tests": "2.0.16"
  13. },
  14. "_upm": {
  15. "changelog": "Integration:\n\n- Prevent ADB Refresh while being in safe-mode with a URP project\n- Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio."
  16. },
  17. "upmCi": {
  18. "footprint": "3d5e14bed71dd5b89e088160c170e814d0058248"
  19. },
  20. "repository": {
  21. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
  22. "type": "git",
  23. "revision": "c01855ef6461b821ab0226135e96a4ee86de96be"
  24. }
  25. }