com.chartboost.mediation.unity.adapter.mobilefuse 5.0.3 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.checksum
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
27a4060358869e9c92ac7fa5dc1b1f64
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file using the standards as defined at [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).
|
|
3
3
|
|
|
4
|
+
### Version 5.0.4 *(2025-02-28)*
|
|
5
|
+
This version of the MobileFuse Adapter supports the following native SDK dependencies:
|
|
6
|
+
* Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.9.+`
|
|
7
|
+
* iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.9.0`
|
|
8
|
+
|
|
4
9
|
### Version 5.0.3 *(2025-02-28)*
|
|
5
10
|
This version of the MobileFuse Adapter supports the following native SDK dependencies:
|
|
6
11
|
* Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.9.+`
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<package>
|
|
3
3
|
<metadata>
|
|
4
4
|
<id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
|
|
5
|
-
<version>5.0.
|
|
5
|
+
<version>5.0.4</version>
|
|
6
6
|
<title>Chartboost Mediation Adapter - MobileFuse</title>
|
|
7
7
|
<description>The Chartboost Mediation Unity SDK Adapter for MobileFuse.</description>
|
|
8
8
|
<authors>Chartboost</authors>
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
</androidPackages>
|
|
7
7
|
<iosPods>
|
|
8
8
|
<!-- iOS Adapter -->
|
|
9
|
-
<iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.
|
|
9
|
+
<iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.9.0"/>
|
|
10
10
|
|
|
11
11
|
<!-- Partner iOS SDK-->
|
|
12
|
-
<iosPod name="MobileFuseSDK" version="~> 1.
|
|
12
|
+
<iosPod name="MobileFuseSDK" version="~> 1.9.0" addToAllTargets="true"/>
|
|
13
13
|
</iosPods>
|
|
14
14
|
</dependencies>
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - MobileFuse Adapter to your
|
|
|
12
12
|
|
|
13
13
|
```json
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"com.chartboost.mediation.unity.adapter.mobilefuse": "5.0.
|
|
15
|
+
"com.chartboost.mediation.unity.adapter.mobilefuse": "5.0.4",
|
|
16
16
|
...
|
|
17
17
|
},
|
|
18
18
|
"scopedRegistries": [
|
|
@@ -12,7 +12,7 @@ namespace Chartboost.Mediation.MobileFuse
|
|
|
12
12
|
/// <summary>
|
|
13
13
|
/// The partner adapter Unity version.
|
|
14
14
|
/// </summary>
|
|
15
|
-
public const string AdapterUnityVersion = "5.0.
|
|
15
|
+
public const string AdapterUnityVersion = "5.0.4";
|
|
16
16
|
|
|
17
17
|
/// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
|
|
18
18
|
public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.chartboost.mediation.unity.adapter.mobilefuse",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"displayName": "Chartboost Mediation Adapter - MobileFuse",
|
|
5
5
|
"description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
|
|
6
6
|
"unity": "2022.3",
|