com.chartboost.mediation.unity.adapter.mobilefuse 5.0.1 → 5.0.2

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
- ff4fb94868edb2756d54cb8593829cf8 -
1
+ 4c9d4036667097b42a36100dc680316f -
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
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.1 *(2024-10-18)*
4
+ ### Version 5.0.2 *(2024-10-25)*
5
5
  This version of the MobileFuse Adapter supports the following native SDK dependencies:
6
- * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:chartboost-mediation-adapter-mobilefuse:5.1.8.+`
7
- * iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.7.0`
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:chartboost-mediation-adapter-mobilefuse:5.1.7.+`
7
+ * iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.8.0`
8
8
 
9
9
  ### Version 5.0.0 *(2024-08-08)*
10
10
 
@@ -22,4 +22,4 @@ First version of the Chartboost Mediation Unity SDK - MobileFuse Adapter.
22
22
  * `string PartnerSDKVersion`
23
23
  * `string PartnerIdentifier`
24
24
  * `string PartnerDisplayName`
25
- * `bool TestMode`
25
+ * `bool TestMode`
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
5
- <version>5.0.1</version>
5
+ <version>5.0.2</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.7.0"/>
9
+ <iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.8.0"/>
10
10
 
11
11
  <!-- Partner iOS SDK-->
12
- <iosPod name="MobileFuseSDK" version="~> 1.7.0" addToAllTargets="true"/>
12
+ <iosPod name="MobileFuseSDK" version="~> 1.8.0" addToAllTargets="true"/>
13
13
  </iosPods>
14
14
  </dependencies>
@@ -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.1";
15
+ public const string AdapterUnityVersion = "5.0.2";
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.1",
3
+ "version": "5.0.2",
4
4
  "displayName": "Chartboost Mediation Adapter - MobileFuse",
5
5
  "description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
6
6
  "unity": "2022.3",