Skip to content

Commit

Permalink
Updated package def
Browse files Browse the repository at this point in the history
  • Loading branch information
mwahnish committed Sep 25, 2019
1 parent ee28d00 commit 1bc072b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "com.abxy.rosyln",
"displayName": "Roslyn libraries in Unity",
"version": "0.0.1",
"unity": "2018.1",
"description": "It's Roslyn!",
"keywords": [
"csharp"
],
"category": "Unity"
"name": "com.abxy.roslyn",
"displayName": "\".NET Compiler Platform (\"Roslyn\")\"",
"version": "0.0.1",
"unity": "2018.1",
"description": "The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs",
"keywords": [
"csharp",
"roslyn",
"compiler"
],
"category": "Coding Tools"
}

0 comments on commit 1bc072b

Please sign in to comment.