From 9cda307d8d528a8f16fc38575be58f427a4164c2 Mon Sep 17 00:00:00 2001 From: helium-service Date: Fri, 28 Feb 2025 20:26:21 +0000 Subject: [PATCH] Syncing changes from private repository --- CHANGELOG.md | 7 ++++++- Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec | 2 +- Editor/VerveAdapterDependencies.xml | 4 ++-- README.md | 2 +- Runtime/Verve/VerveAdapter.cs | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f6a04..bbe9e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog 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). +### Version 5.0.2 *(2025-02-18)* +This version of the Verve Adapter supports the following native SDK dependencies: + * Android: `com.chartboost:chartboost-mediation-adapter-verve:5.3.1.+` + * iOS: `ChartboostMediationAdapterVerve: ~> 5.3.1.0` + ### Version 5.0.1 *(2024-10-18)* This version of the Verve Adapter supports the following native SDK dependencies: - * Android: `com.chartboost:chartboost-mediation-adapter-verve:chartboost-mediation-adapter-verve:5.3.1.+` + * Android: `com.chartboost:chartboost-mediation-adapter-verve:5.3.1.+` * iOS: `ChartboostMediationAdapterVerve: ~> 5.3.0.0` ### Version 5.0.0 *(2024-08-08)* diff --git a/Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec b/Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec index 7f2653c..f5af088 100644 --- a/Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec +++ b/Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec @@ -2,7 +2,7 @@ Chartboost.CSharp.Mediation.Unity.Adapter.Verve - 5.0.1 + 5.0.2 Chartboost Mediation Adapter - Verve The Chartboost Mediation Unity SDK Adapter for Verve. Chartboost diff --git a/Editor/VerveAdapterDependencies.xml b/Editor/VerveAdapterDependencies.xml index d802b5d..5b965c9 100644 --- a/Editor/VerveAdapterDependencies.xml +++ b/Editor/VerveAdapterDependencies.xml @@ -11,9 +11,9 @@ - + - + diff --git a/README.md b/README.md index 91ff9f9..7f6a9c4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - Verve Adapter to your proje ```json "dependencies": { - "com.chartboost.mediation.unity.adapter.verve": "5.0.0", + "com.chartboost.mediation.unity.adapter.verve": "5.0.2", ... }, "scopedRegistries": [ diff --git a/Runtime/Verve/VerveAdapter.cs b/Runtime/Verve/VerveAdapter.cs index 81b556c..c77827d 100644 --- a/Runtime/Verve/VerveAdapter.cs +++ b/Runtime/Verve/VerveAdapter.cs @@ -12,7 +12,7 @@ public static class VerveAdapter /// /// The partner adapter Unity version. /// - public const string AdapterUnityVersion = "5.0.1"; + public const string AdapterUnityVersion = "5.0.2"; /// public static string AdapterNativeVersion => Instance.AdapterNativeVersion; diff --git a/package.json b/package.json index dcd7ccc..c44dbc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.chartboost.mediation.unity.adapter.verve", - "version": "5.0.1", + "version": "5.0.2", "displayName": "Chartboost Mediation Adapter - Verve", "description": "The Chartboost Mediation Unity SDK Adapter for Verve.", "unity": "2022.3",