Skip to content

Commit

Permalink
Syncing changes from private repository
Browse files Browse the repository at this point in the history
  • Loading branch information
helium-service committed Dec 2, 2024
1 parent 6eb4fcf commit e9bf5e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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.1 *(2024-10-17)*
### Version 5.0.2 *(2024-10-28)*
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.3.+`
* iOS: `ChartboostMediationAdapterIronSource: ~> 5.8.1.0.0`
* Android: `com.chartboost:chartboost-mediation-adapter-ironsource:chartboost-mediation-adapter-ironsource:5.8.2.+`
* iOS: `ChartboostMediationAdapterIronSource: ~> 5.8.3.0`

### Version 5.0.0 *(2024-08-08)*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Chartboost.CSharp.Mediation.Unity.Adapter.IronSource</id>
<version>5.0.1</version>
<version>5.0.2</version>
<title>Chartboost Mediation Adapter - IronSource</title>
<description>The Chartboost Mediation Unity SDK Adapter for IronSource.</description>
<authors>Chartboost</authors>
Expand Down
6 changes: 3 additions & 3 deletions Editor/IronSourceAdapterDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dependencies>
<androidPackages>
<!-- Android Adapter -->
<androidPackage spec="com.chartboost:chartboost-mediation-adapter-ironsource:5.8.3.+"/>
<androidPackage spec="com.chartboost:chartboost-mediation-adapter-ironsource:5.8.2.+"/>

<!-- IronSource Android Repositories -->
<repositories>
Expand All @@ -11,9 +11,9 @@
</androidPackages>
<iosPods>
<!-- iOS Adapter -->
<iosPod name="ChartboostMediationAdapterIronSource" version="~> 5.8.1.0.0"/>
<iosPod name="ChartboostMediationAdapterIronSource" version="~> 5.8.3.0"/>

<!-- Partner iOS SDK-->
<iosPod name="IronSourceSDK" version="~> 8.1.0.0" addToAllTargets="false"/>
<iosPod name="IronSourceSDK" version="~> 8.3.0" addToAllTargets="false"/>
</iosPods>
</dependencies>
2 changes: 1 addition & 1 deletion Runtime/IronSource/IronSourceAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class IronSourceAdapter
/// <summary>
/// The partner adapter Unity version.
/// </summary>
public const string AdapterUnityVersion = "5.0.1";
public const string AdapterUnityVersion = "5.0.2";

/// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.chartboost.mediation.unity.adapter.ironsource",
"version": "5.0.1",
"version": "5.0.2",
"displayName": "Chartboost Mediation Adapter - IronSource",
"description": "The Chartboost Mediation Unity SDK Adapter for IronSource.",
"unity": "2022.3",
Expand Down

0 comments on commit e9bf5e7

Please sign in to comment.