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 Feb 28, 2025
1 parent b7d8474 commit 9cda307
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
Expand Down
2 changes: 1 addition & 1 deletion Chartboost.CSharp.Mediation.Unity.Adapter.Verve.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Chartboost.CSharp.Mediation.Unity.Adapter.Verve</id>
<version>5.0.1</version>
<version>5.0.2</version>
<title>Chartboost Mediation Adapter - Verve</title>
<description>The Chartboost Mediation Unity SDK Adapter for Verve.</description>
<authors>Chartboost</authors>
Expand Down
4 changes: 2 additions & 2 deletions Editor/VerveAdapterDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</androidPackages>
<iosPods>
<!-- iOS Adapter -->
<iosPod name="ChartboostMediationAdapterVerve" version="~> 5.3.0.0"/>
<iosPod name="ChartboostMediationAdapterVerve" version="~> 5.3.1.0"/>

<!-- Partner iOS SDK-->
<iosPod name="HyBid" version="~> 3.0.0" addToAllTargets="true"/>
<iosPod name="HyBid" version="~> 3.1.0" addToAllTargets="true"/>
</iosPods>
</dependencies>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Verve/VerveAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class VerveAdapter
/// <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.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",
Expand Down

0 comments on commit 9cda307

Please sign in to comment.