Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Dec 12, 2023
1 parent 1b4b0c8 commit db94253
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
4 changes: 1 addition & 3 deletions com.newrelic.agent/Editor/TestUnityDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<dependencies>


<androidPackages>
<androidPackage spec="com.newrelic.agent.android:agent-ndk:1.+"></androidPackage>
<androidPackage spec="com.newrelic.agent.android:android-agent:7.2.0">
</androidPackage>
</androidPackages>
<iosPods>
<iosPod name="NewRelicAgent" version="~> 7.4.7" minTargetSdk="11.0">
<iosPod name="NewRelicAgent" version="~> 7.4.8" minTargetSdk="11.0">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
Expand Down
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +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": "",
"changelogUrl": "",
"licensesUrl": "",
"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"
}
}
"name": "com.newrelic.agent",
"version": "1.0.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": "",
"changelogUrl": "",
"licensesUrl": "",
"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"
}
}

0 comments on commit db94253

Please sign in to comment.