mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
20 lines
664 B
JSON
20 lines
664 B
JSON
|
{
|
||
|
"name": "com.unity.ide.rider",
|
||
|
"displayName": "JetBrains Rider Editor",
|
||
|
"description": "Code editor integration for supporting JetBrains Rider as code editor for unity. Adds support for generating csproj files for code completion, auto discovery of installations, etc.",
|
||
|
"version": "1.2.1",
|
||
|
"unity": "2019.2",
|
||
|
"unityRelease": "0a12",
|
||
|
"dependencies": {
|
||
|
"com.unity.test-framework": "1.1.1"
|
||
|
},
|
||
|
"relatedPackages": {
|
||
|
"com.unity.ide.rider.tests": "1.2.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.rider.git",
|
||
|
"revision": "038f7161a30add43d98b31fd686ade12ffb96adb"
|
||
|
}
|
||
|
}
|