From 252bce5e5df1417697df57daf5babd5b1e155b88 Mon Sep 17 00:00:00 2001 From: Andrii H Date: Mon, 22 Jul 2024 16:35:17 +0300 Subject: [PATCH 1/3] Resolved defined multiple times issue --- .../AppsFlyerBinding.Android.csproj | 10 +++++----- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj b/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj index d8730e3..8ccb16a 100644 --- a/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj +++ b/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj @@ -7,8 +7,8 @@ AppsFlyerBinding.Android AppsFlyerBinding.Android - 6.13.0 - 6.13.0 + 6.13.1 + 6.13.1 true 21 @@ -22,7 +22,7 @@ AppsFlyer https://github.com/AppsFlyerSDK/XamarinAndroidBinding README.md - 6.13.0 + 6.13.1 @@ -41,12 +41,12 @@ - + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8d0d0..5ef3a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [6.13.1] - 2024-07-22 + +### Changed + +- Fixed defined multiple times issue + ## [6.13.0] - 2024-03-14 ### Changed diff --git a/README.md b/README.md index 2e472de..be38ce9 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Xamarin Binding integration guide For Android -AppsFlyer Xamarin Binding version `v6.13.0` -Built with AppsFlyer Android SDK `v6.13.0` +AppsFlyer Xamarin Binding version `v6.13.1` +Built with AppsFlyer Android SDK `v6.13.1` ## ❗ v6 Breaking Changes From c3b4be963b99917d88396cdc68ab68703d921bc0 Mon Sep 17 00:00:00 2001 From: Andrii H Date: Mon, 22 Jul 2024 16:36:57 +0300 Subject: [PATCH 2/3] remove commented code --- AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj | 8 -------- 1 file changed, 8 deletions(-) diff --git a/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj b/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj index 8ccb16a..8492d8e 100644 --- a/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj +++ b/AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj @@ -41,12 +41,4 @@ - - \ No newline at end of file From b6cd6a9364bdebe0fff1aaf75f2eaab2c82ce345 Mon Sep 17 00:00:00 2001 From: Andrii H Date: Mon, 22 Jul 2024 16:39:30 +0300 Subject: [PATCH 3/3] changelog update --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef3a52..a34aca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [6.13.1] - 2024-07-22 -### Changed +### Fixed -- Fixed defined multiple times issue +- Resolved the issue with .NET 8 support ## [6.13.0] - 2024-03-14