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 0ad9c26 commit 0c55879
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 *(2025-02-18)*
This version of the Verve Adapter supports the following native SDK dependencies:
* Android: `com.chartboost:chartboost-mediation-adapter-verve:5.3.2.+`
* iOS: `ChartboostMediationAdapterVerve: ~> 5.3.1.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.+`
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.2</version>
<version>5.0.3</version>
<title>Chartboost Mediation Adapter - Verve</title>
<description>The Chartboost Mediation Unity SDK Adapter for Verve.</description>
<authors>Chartboost</authors>
Expand Down
2 changes: 1 addition & 1 deletion Editor/VerveAdapterDependencies.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-verve:5.3.1.+"/>
<androidPackage spec="com.chartboost:chartboost-mediation-adapter-verve:5.3.2.+"/>

<!-- Verve Android Repositories -->
<repositories>
Expand Down
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.2",
"com.chartboost.mediation.unity.adapter.verve": "5.0.3",
...
},
"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.2";
public const string AdapterUnityVersion = "5.0.3";

/// <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.2",
"version": "5.0.3",
"displayName": "Chartboost Mediation Adapter - Verve",
"description": "The Chartboost Mediation Unity SDK Adapter for Verve.",
"unity": "2022.3",
Expand Down

0 comments on commit 0c55879

Please sign in to comment.