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

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
- 4c9d4036667097b42a36100dc680316f -
1
+ 6d9ef75d25494c291ed75a4b7ddd231e
package/CHANGELOG.md CHANGED
@@ -1,11 +1,21 @@
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.3 *(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.8.0`
8
+
4
9
  ### Version 5.0.2 *(2024-10-25)*
5
10
  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.7.+`
11
+ * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.8.+`
7
12
  * iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.8.0`
8
13
 
14
+ ### Version 5.0.1 *(2024-10-18)*
15
+ This version of the MobileFuse Adapter supports the following native SDK dependencies:
16
+ * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.8.+`
17
+ * iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.7.0`
18
+
9
19
  ### Version 5.0.0 *(2024-08-08)*
10
20
 
11
21
  First version of the Chartboost Mediation Unity SDK - MobileFuse Adapter.
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
5
- <version>5.0.2</version>
5
+ <version>5.0.3</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>
@@ -2,7 +2,7 @@
2
2
  <dependencies>
3
3
  <androidPackages>
4
4
  <!-- Android Adapter -->
5
- <androidPackage spec="com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.8.+"/>
5
+ <androidPackage spec="com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.9.+"/>
6
6
  </androidPackages>
7
7
  <iosPods>
8
8
  <!-- iOS Adapter -->
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.0",
15
+ "com.chartboost.mediation.unity.adapter.mobilefuse": "5.0.3",
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.2";
15
+ public const string AdapterUnityVersion = "5.0.3";
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.2",
3
+ "version": "5.0.3",
4
4
  "displayName": "Chartboost Mediation Adapter - MobileFuse",
5
5
  "description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
6
6
  "unity": "2022.3",