Skip to content

Commit c27f7aa

Browse files
Merge pull request #2 from ChartBoost/release/1.0.1
[Release] Chartboost Google User Messaging Platform Adapter `1.0.1` into Main
2 parents 711e0ae + 4fee6a3 commit c27f7aa

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file using the st
44
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
55
Adapters are compatible with any Chartboost Core SDK version within that major version.
66

7+
### Version 1.0.1
8+
9+
This version of the Google User Messaging Platform Adapter supports the following native SDK dependencies:
10+
* Android: `com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.2.2.+`
11+
* iOS: `ChartboostCoreConsentAdapterGoogleUserMessagingPlatform ~> 1.2.4.0`
12+
713
### Version 1.0.0 *(2024-08-01)*
814
This version of the Google User Messaging Platform Adapter supports the following native SDK dependencies:
915
* Android: `com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.2.2.+`
@@ -14,4 +20,4 @@ First version of the Google User Messaging Platform Adapter.
1420
Added:
1521

1622
- `GoogleUserMessagingPlatformAdapter` module to be utilized with `ChartboostCore`.
17-
- `DebugSettings`property in `GoogleUserMessagingPlatformAdapter` to test the Google User Messaging Platform
23+
- `DebugSettings`property in `GoogleUserMessagingPlatformAdapter` to test the Google User Messaging Platform.

Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<package>
33
<metadata>
44
<id>Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform</id>
5-
<version>1.0.0</version>
6-
<title>Chartboost Core Consent Google User Messaging Platform</title>
5+
<version>1.0.1</version>
6+
<title>Chartboost Core Consent - Google User Messaging Platform</title>
77
<description>Google User Messaging Platform adapters for mediating through Chartboost Core..</description>
88
<authors>Chartboost</authors>
99
<owners>Chartboost</owners>

Editor/ChartboostCoreConsentGoogleUserMessagingPlatformDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</androidPackages>
77
<iosPods>
88
<!-- Google User Messaging Platform Podspec -->
9-
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.2.1.0" addToAllTargets="true"/>
9+
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.2.4.0" addToAllTargets="true"/>
1010
</iosPods>
1111
</dependencies>

Runtime/Core/GoogleUserMessagingPlatformAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Chartboost.Core.Google.UserMessagingPlatform
99
public sealed class GoogleUserMessagingPlatformAdapter : NativeModuleWrapper<GoogleUserMessagingPlatformAdapter>
1010
{
1111
protected override string DefaultModuleId => "google_user_messaging_platform";
12-
protected override string DefaultModuleVersion => "1.0.0";
12+
protected override string DefaultModuleVersion => "1.0.1";
1313

1414
/// <inheritdoc cref="ConsentDebugSettings"/>
1515
public ConsentDebugSettings? DebugSettings { get; }

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.chartboost.core.consent.google-user-messaging-platform",
3-
"displayName": "Chartboost Core Consent Google User Messaging Platform",
4-
"version": "1.0.0",
3+
"displayName": "Chartboost Core Consent - Google User Messaging Platform",
4+
"version": "1.0.1",
55
"unity": "2022.3",
66
"dependencies": {
77
"com.chartboost.core": "1.0.0",
@@ -16,4 +16,4 @@
1616
},
1717
"homepage": "https://chartboost.com",
1818
"description": "Google User Messaging Platform adapters for mediating through Chartboost Core.."
19-
}
19+
}

0 commit comments

Comments
 (0)