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

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
- 6d9ef75d25494c291ed75a4b7ddd231e
1
+ 685854c15de9767bb6acba408ad30a95
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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.5 *(2026-01-16)*
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.10.0`
8
+
9
+ ### Version 5.0.4 *(2025-02-28)*
10
+ This version of the MobileFuse Adapter supports the following native SDK dependencies:
11
+ * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.9.+`
12
+ * iOS: `ChartboostMediationAdapterMobileFuse: ~> 5.1.9.0`
13
+
4
14
  ### Version 5.0.3 *(2025-02-28)*
5
15
  This version of the MobileFuse Adapter supports the following native SDK dependencies:
6
16
  * Android: `com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.9.+`
@@ -1,23 +1,23 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <package>
3
- <metadata>
4
- <id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
5
- <version>5.0.3</version>
6
- <title>Chartboost Mediation Adapter - MobileFuse</title>
7
- <description>The Chartboost Mediation Unity SDK Adapter for MobileFuse.</description>
8
- <authors>Chartboost</authors>
9
- <owners>Chartboost</owners>
10
- <license type="file">LICENSE.md</license>
11
- <readme>README.md</readme>
12
- <projectUrl>https://www.chartboost.com/products/mediation/</projectUrl>
13
- <copyright>Copyright 2024</copyright>
14
- <tags>Chartboost, Ads, Mediation, Unity, Adapter, MobileFuse, cs</tags>
15
- <repository type="git" url="https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse.git"/>
16
- <dependencies>
17
- <dependency id="Chartboost.CSharp.Mediation.Unity" version="5.0.0" />
18
- <dependency id="Chartboost.CSharp.Threading.Unity" version="1.0.1" />
19
- <dependency id="Chartboost.CSharp.Utilities.Unity" version="1.0.1" />
20
- <dependency id="Chartboost.CSharp.Logging.Unity" version="1.0.0" />
21
- </dependencies>
22
- </metadata>
23
- </package>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <package>
3
+ <metadata>
4
+ <id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
5
+ <version>5.0.5</version>
6
+ <title>Chartboost Mediation Adapter - MobileFuse</title>
7
+ <description>The Chartboost Mediation Unity SDK Adapter for MobileFuse.</description>
8
+ <authors>Chartboost</authors>
9
+ <owners>Chartboost</owners>
10
+ <license type="file">LICENSE.md</license>
11
+ <readme>README.md</readme>
12
+ <projectUrl>https://www.chartboost.com</projectUrl>
13
+ <copyright>Copyright 2024</copyright>
14
+ <tags>Chartboost, Mediation, Adapter, Unity, MobileFuse</tags>
15
+ <repository type="git" url="https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse.git"/>
16
+ <dependencies>
17
+ <dependency id="Chartboost.CSharp.Mediation.Unity" version="5.0.0" />
18
+ <dependency id="Chartboost.CSharp.Threading.Unity" version="1.0.1" />
19
+ <dependency id="Chartboost.CSharp.Utilities.Unity" version="1.0.1" />
20
+ <dependency id="Chartboost.CSharp.Logging.Unity" version="1.0.0" />
21
+ </dependencies>
22
+ </metadata>
23
+ </package>
@@ -6,9 +6,9 @@
6
6
  </androidPackages>
7
7
  <iosPods>
8
8
  <!-- iOS Adapter -->
9
- <iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.8.0"/>
9
+ <iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.10.0"/>
10
10
 
11
11
  <!-- Partner iOS SDK-->
12
- <iosPod name="MobileFuseSDK" version="~> 1.8.0" addToAllTargets="true"/>
12
+ <iosPod name="MobileFuseSDK" version="~> 1.10.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.3",
15
+ "com.chartboost.mediation.unity.adapter.mobilefuse": "5.0.5",
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.3";
15
+ public const string AdapterUnityVersion = "5.0.5";
16
16
 
17
17
  /// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
18
18
  public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
package/package.json CHANGED
@@ -1,31 +1,39 @@
1
- {
2
- "name": "com.chartboost.mediation.unity.adapter.mobilefuse",
3
- "version": "5.0.3",
4
- "displayName": "Chartboost Mediation Adapter - MobileFuse",
5
- "description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
6
- "unity": "2022.3",
7
- "documentationUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/get-started/",
8
- "changelogUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/changelog/",
9
- "licensesUrl": "https://docs.chartboost.com/en/legal/",
10
- "dependencies": {
11
- "com.chartboost.mediation" : "5.0.0",
12
- "com.chartboost.unity.threading": "1.0.1",
13
- "com.chartboost.unity.utilities": "1.0.1",
14
- "com.chartboost.unity.logging": "1.0.0"
15
- },
16
- "keywords": ["Chartboost", "Mediation", "Adapter", "Unity", "MobileFuse"],
17
- "author": {
18
- "name": "Chartboost",
19
- "email": "sales@chartboost.com",
20
- "url": "https://www.chartboost.com/products/mediation/"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse.git"
25
- },
26
- "bugs": {
27
- "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse/issues",
28
- "email": "helium-service@chartboost.com"
29
- },
30
- "hideInEditor": false
31
- }
1
+ {
2
+ "name": "com.chartboost.mediation.unity.adapter.mobilefuse",
3
+ "version": "5.0.5",
4
+ "license": "MIT",
5
+ "displayName": "Chartboost Mediation Adapter - MobileFuse",
6
+ "description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
7
+ "unity": "2022.3",
8
+ "documentationUrl": "https://docs.chartboost.com/en/mediation/integrate/unity/get-started/",
9
+ "changelogUrl": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse/blob/main/CHANGELOG.md",
10
+ "licensesUrl": "https://docs.chartboost.com/en/legal/",
11
+ "dependencies": {
12
+ "com.chartboost.mediation": "5.0.0",
13
+ "com.chartboost.unity.threading": "1.0.1",
14
+ "com.chartboost.unity.utilities": "1.0.1",
15
+ "com.chartboost.unity.logging": "1.0.0"
16
+ },
17
+ "keywords": [
18
+ "Chartboost",
19
+ "Mediation",
20
+ "Adapter",
21
+ "Unity",
22
+ "MobileFuse"
23
+ ],
24
+ "homepage": "https://chartboost.com",
25
+ "author": {
26
+ "name": "Chartboost",
27
+ "email": "sales@chartboost.com",
28
+ "url": "https://www.chartboost.com/products/mediation/"
29
+ },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git+https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse.git"
33
+ },
34
+ "bugs": {
35
+ "url": "https://github.com/ChartBoost/chartboost-mediation-unity-adapter-mobilefuse/issues",
36
+ "email": "helium-service@chartboost.com"
37
+ },
38
+ "hideInEditor": false
39
+ }