From 2f45572090106882749dbf3c9131bcad1b95bf8c Mon Sep 17 00:00:00 2001 From: helium-service Date: Fri, 1 Nov 2024 18:14:26 +0000 Subject: [PATCH] Syncing changes from private repository --- CHANGELOG.md | 5 +++++ Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec | 2 +- Editor/IronSourceAdapterDependencies.xml | 2 +- Runtime/IronSource/IronSourceAdapter.cs | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5248b5b..8424422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # 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.3 *(2024-10-17)* +This version of the IronSource Adapter supports the following native SDK dependencies: + * Android: `com.chartboost:chartboost-mediation-adapter-ironsource:chartboost-mediation-adapter-ironsource:5.8.4.+` + * iOS: `ChartboostMediationAdapterIronSource: ~> 5.8.1.0.0` + ### Version 5.0.0 *(2024-08-08)* First version of the Chartboost Mediation Unity SDK - IronSource Adapter. diff --git a/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec b/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec index 983a1ec..e9b16a6 100644 --- a/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec +++ b/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec @@ -2,7 +2,7 @@ Chartboost.CSharp.Mediation.Unity.Adapter.IronSource - 5.0.0 + 5.0.3 Chartboost Mediation Adapter - IronSource The Chartboost Mediation Unity SDK Adapter for IronSource. Chartboost diff --git a/Editor/IronSourceAdapterDependencies.xml b/Editor/IronSourceAdapterDependencies.xml index 7d0fe53..b36ad04 100644 --- a/Editor/IronSourceAdapterDependencies.xml +++ b/Editor/IronSourceAdapterDependencies.xml @@ -2,7 +2,7 @@ - + diff --git a/Runtime/IronSource/IronSourceAdapter.cs b/Runtime/IronSource/IronSourceAdapter.cs index 72dca37..9ca6168 100644 --- a/Runtime/IronSource/IronSourceAdapter.cs +++ b/Runtime/IronSource/IronSourceAdapter.cs @@ -12,7 +12,7 @@ public static class IronSourceAdapter /// /// The partner adapter Unity version. /// - public const string AdapterUnityVersion = "5.0.0"; + public const string AdapterUnityVersion = "5.0.3"; /// public static string AdapterNativeVersion => Instance.AdapterNativeVersion; diff --git a/package.json b/package.json index 4b77193..2ec0486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.chartboost.mediation.unity.adapter.ironsource", - "version": "5.0.0", + "version": "5.0.3", "displayName": "Chartboost Mediation Adapter - IronSource", "description": "The Chartboost Mediation Unity SDK Adapter for IronSource.", "unity": "2022.3",