Initial commit

This commit is contained in:
Gregory Campbell
2019-09-29 19:40:54 -04:00
commit 463a783c7c
3583 changed files with 101769 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"name": "com.unity.ide.rider",
"displayName": "Rider Editor",
"description": "Code editor integration for supporting Rider as code editor for unity. Adds support for generating csproj files for code completion, auto discovery of installations, etc.",
"version": "1.1.0",
"unity": "2019.2",
"unityRelease": "0a12",
"dependencies": {
"com.unity.ext.nunit": "1.0.0"
},
"relatedPackages": {
"com.unity.ide.rider.tests": "1.1.0"
},
"repository": {
"type": "git",
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.rider.git",
"revision": "80ad81f593b04a6104771ae0d01cc71773d07b02"
}
}