com.chartboost.mediation.unity.adapter.verve 5.0.6 → 5.0.7

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
- b8309befc8fb514cfe0e417ad0daeed2
1
+ 5650731f19e5c5ef81992565d290e6b6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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.7 *(2025-10-10)*
5
+ This version of the Verve Adapter supports the following native SDK dependencies:
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-verve:5.3.6.+`
7
+ * iOS: `ChartboostMediationAdapterVerve: ~> 5.3.6.0`
8
+
4
9
  ### Version 5.0.6 *(2025-10-10)*
5
10
  This version of the Verve Adapter supports the following native SDK dependencies:
6
11
  * Android: `com.chartboost:chartboost-mediation-adapter-verve:5.3.3.+`
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.Verve</id>
5
- <version>5.0.6</version>
5
+ <version>5.0.7</version>
6
6
  <title>Chartboost Mediation Adapter - Verve</title>
7
7
  <description>The Chartboost Mediation Unity SDK Adapter for Verve.</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-verve:5.3.3.+"/>
5
+ <androidPackage spec="com.chartboost:chartboost-mediation-adapter-verve:5.3.6.+"/>
6
6
 
7
7
  <!-- Verve Android Repositories -->
8
8
  <repositories>
package/README.md CHANGED
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - Verve Adapter to your proje
12
12
 
13
13
  ```json
14
14
  "dependencies": {
15
- "com.chartboost.mediation.unity.adapter.verve": "5.0.6",
15
+ "com.chartboost.mediation.unity.adapter.verve": "5.0.7",
16
16
  ...
17
17
  },
18
18
  "scopedRegistries": [
@@ -12,7 +12,7 @@ namespace Chartboost.Mediation.Verve
12
12
  /// <summary>
13
13
  /// The partner adapter Unity version.
14
14
  /// </summary>
15
- public const string AdapterUnityVersion = "5.0.6";
15
+ public const string AdapterUnityVersion = "5.0.7";
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.verve",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "displayName": "Chartboost Mediation Adapter - Verve",
5
5
  "description": "The Chartboost Mediation Unity SDK Adapter for Verve.",
6
6
  "unity": "2022.3",