No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.2KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unity.ide.rider",
  3. "displayName": "JetBrains Rider Editor",
  4. "description": "The JetBrains Rider Editor package provides an integration for using the JetBrains Rider IDE as a code editor for Unity. It adds support for generating .csproj files for code completion and auto-discovery of installations.",
  5. "version": "3.0.28",
  6. "unity": "2019.2",
  7. "unityRelease": "6f1",
  8. "dependencies": {
  9. "com.unity.ext.nunit": "1.0.6"
  10. },
  11. "relatedPackages": {
  12. "com.unity.ide.rider.tests": "3.0.28"
  13. },
  14. "_upm": {
  15. "changelog": "- fix RIDER-103933 \"PlayerSettings.suppressCommonWarnings\" is not supported in Unity 2019.4.40f\n- fix https://github.com/JetBrains/resharper-unity/issues/2431 and [RIDER-104221](https://youtrack.jetbrains.com/issue/RIDER-104221)"
  16. },
  17. "upmCi": {
  18. "footprint": "b3c7b10f2b4529c477b9695954f7ccea32424aba"
  19. },
  20. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.rider@3.0/manual/index.html",
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.rider.git",
  23. "type": "git",
  24. "revision": "f4880c72477e9bbd7321c0dbda4428fa10d916df"
  25. },
  26. "_fingerprint": "7605a3979f4b0ed9100a7fcc2d6140ebc24fc251"
  27. }