You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.chartboost.mediation/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In order to add the Chartboost Mediation Unity SDK to your project using the npm
32
32
33
33
```json
34
34
"dependencies": {
35
-
"com.chartboost.mediation": "4.4.0",
35
+
"com.chartboost.mediation": "4.7.0",
36
36
...
37
37
},
38
38
"scopedRegistries": [
@@ -46,7 +46,7 @@ In order to add the Chartboost Mediation Unity SDK to your project using the npm
46
46
]
47
47
```
48
48
49
-
#### Using the public [nuget package]()
49
+
#### Using the public [nuget package](https://www.nuget.org/packages/Chartboost.CSharp.Mediation.Unity)
50
50
51
51
To add the Chartboost Mediation Unity to your project using the nuget package, you will first need to add the [NugetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) package into your Unity Project.
0 commit comments