Skip to content

Commit ea88d62

Browse files
Syncing changes from private repository
1 parent f7752e7 commit ea88d62

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22
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).
33

4-
### Version 5.0.1 *(2024-10-18)*
4+
### Version 5.0.2 *(2024-10-25)*
55
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`
88

99
### Version 5.0.0 *(2024-08-08)*
1010

@@ -22,4 +22,4 @@ First version of the Chartboost Mediation Unity SDK - MobileFuse Adapter.
2222
* `string PartnerSDKVersion`
2323
* `string PartnerIdentifier`
2424
* `string PartnerDisplayName`
25-
* `bool TestMode`
25+
* `bool TestMode`

Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Chartboost.CSharp.Mediation.Unity.Adapter.MobileFuse</id>
5-
<version>5.0.1</version>
5+
<version>5.0.2</version>
66
<title>Chartboost Mediation Adapter - MobileFuse</title>
77
<description>The Chartboost Mediation Unity SDK Adapter for MobileFuse.</description>
88
<authors>Chartboost</authors>

Editor/MobileFuseAdapterDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</androidPackages>
77
<iosPods>
88
<!-- iOS Adapter -->
9-
<iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.7.0"/>
9+
<iosPod name="ChartboostMediationAdapterMobileFuse" version="~> 5.1.8.0"/>
1010

1111
<!-- Partner iOS SDK-->
12-
<iosPod name="MobileFuseSDK" version="~> 1.7.0" addToAllTargets="true"/>
12+
<iosPod name="MobileFuseSDK" version="~> 1.8.0" addToAllTargets="true"/>
1313
</iosPods>
1414
</dependencies>

Runtime/MobileFuse/MobileFuseAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class MobileFuseAdapter
1212
/// <summary>
1313
/// The partner adapter Unity version.
1414
/// </summary>
15-
public const string AdapterUnityVersion = "5.0.1";
15+
public const string AdapterUnityVersion = "5.0.2";
1616

1717
/// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
1818
public static string AdapterNativeVersion => Instance.AdapterNativeVersion;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.chartboost.mediation.unity.adapter.mobilefuse",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"displayName": "Chartboost Mediation Adapter - MobileFuse",
55
"description": "The Chartboost Mediation Unity SDK Adapter for MobileFuse.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)