package.json 1.2 KB

1234567891011121314151617181920212223242526
  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.31",
  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.31"
  13. },
  14. "_upm": {
  15. "changelog": "fix RIDER-104519 Rider is reporting errors in scripts that work fine in Unity when utilizing DOTS - when Player project, by generating projects for all assemblies in \"com.unity.entities\", \"com.unity.collections\"\nfix RIDER-111622 Unity Rider package is not compatible with Rider Dev builds"
  16. },
  17. "upmCi": {
  18. "footprint": "b575d2acd4f31d85999e18d8204f19ec61b9c179"
  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": "ccd778a2275ff09f1a83bc924cfb2fb4d5b63566"
  25. }
  26. }