Skip to content

Commit c8fe881

Browse files
[AUTO-GENERATED] Synchronizing changes from private repository
1 parent ca07ae0 commit c8fe881

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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.1.7 *(2025-09-15)*
5+
This version of the BidMachine Adapter supports the following native SDK dependencies:
6+
* Android: `com.chartboost:chartboost-mediation-adapter-bidmachine:5.3.3.+`
7+
* iOS: `ChartboostMediationAdapterBidMachine: ~> 5.3.4.0`
8+
49
### Version 5.1.6 *(2025-09-15)*
510
This version of the BidMachine Adapter supports the following native SDK dependencies:
611
* Android: `com.chartboost:chartboost-mediation-adapter-bidmachine:5.3.3.+`

Chartboost.CSharp.Mediation.Unity.Adapter.BidMachine.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.BidMachine</id>
5-
<version>5.1.6</version>
5+
<version>5.1.7</version>
66
<title>Chartboost Mediation Adapter - BidMachine</title>
77
<description>The Chartboost Mediation Unity SDK Adapter for BidMachine.</description>
88
<authors>Chartboost</authors>

Editor/BidMachineAdapterDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</androidPackages>
1111
<iosPods>
1212
<!-- iOS Adapter -->
13-
<iosPod name="ChartboostMediationAdapterBidMachine" version="~> 5.3.3.0"/>
13+
<iosPod name="ChartboostMediationAdapterBidMachine" version="~> 5.3.4.0"/>
1414

1515
<!-- Partner iOS SDK-->
16-
<iosPod name="BidMachine" version="~> 3.3.0" addToAllTargets="true"/>
16+
<iosPod name="BidMachine" version="~> 3.4.0" addToAllTargets="true"/>
1717
</iosPods>
1818
</dependencies>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - BidMachine Adapter to your
1212

1313
```json
1414
"dependencies": {
15-
"com.chartboost.mediation.unity.adapter.bidmachine": "5.1.6",
15+
"com.chartboost.mediation.unity.adapter.bidmachine": "5.1.7",
1616
...
1717
},
1818
"scopedRegistries": [

Runtime/BidMachine/BidMachineAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static class BidMachineAdapter
1212
/// <summary>
1313
/// The partner adapter Unity version.
1414
/// </summary>
15-
public const string AdapterUnityVersion = "5.1.6";
15+
public const string AdapterUnityVersion = "5.1.7";
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.bidmachine",
3-
"version": "5.1.6",
3+
"version": "5.1.7",
44
"displayName": "Chartboost Mediation Adapter - BidMachine",
55
"description": "The Chartboost Mediation Unity SDK Adapter for BidMachine.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)