-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
329d047
commit a2de865
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "com.newrelic.agent", | ||
"version": "1.1.0", | ||
"displayName": "NewRelic SDK", | ||
"description": "NewRelic's Unity SDK lets you bring the deep, introspective and native debugging power of NewRelic into your Unity game or application.", | ||
"unity": "2019.1", | ||
"unityRelease": "0f2", | ||
"documentationUrl": "https://embrace.io/docs/unity/", | ||
"changelogUrl": "https://embrace.io/docs/unity/changelog/", | ||
"licensesUrl": "https://embrace.io/docs/terms-of-service/", | ||
"keywords": [ | ||
"newrelic", | ||
"anr", | ||
"crashes", | ||
"bugs" | ||
], | ||
"author": { | ||
"name": "NewRelic", | ||
"email": "[email protected] ", | ||
"url": "https://newrelic.com/" | ||
}, | ||
"hideInEditor": false, | ||
"type": "library", | ||
"samples": [ | ||
{ | ||
"displayName": "Demo", | ||
"description": "Demos to help users get started using the NewRelic SDK", | ||
"path": "Samples/Demo" | ||
} | ||
], | ||
"dependencies": { | ||
"com.unity.modules.unitywebrequest": "1.0.0", | ||
"com.unity.nuget.mono-cecil": "1.10.2" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.