Skip to content

Commit 49cbc66

Browse files
authored
Merge pull request #34 from AppsFlyerSDK/releases/6.2.6.1
Releases/6.2.6.1
2 parents 9cfb045 + 54e0b86 commit 49cbc66

File tree

10 files changed

+9
-12
lines changed

10 files changed

+9
-12
lines changed

AppsFlyerSampleApp/AppsFlyerSampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<Reference Include="System.Core" />
7878
<Reference Include="Xamarin.iOS" />
7979
<Reference Include="AppsFlyerXamarinBinding">
80-
<HintPath>..\packages\AppsFlyerXamarinBinding.6.2.4.1\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
80+
<HintPath>..\packages\AppsFlyerXamarinBinding.6.2.6.1\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
8181
</Reference>
8282
<Reference Include="System.Drawing.Common.dll" />
8383
</ItemGroup>

AppsFlyerSampleApp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AppsFlyerXamarinBinding" version="6.2.4.1" targetFramework="xamarinios10" />
3+
<package id="AppsFlyerXamarinBinding" version="6.2.6.1" targetFramework="xamarinios10" />
44
</packages>

AppsFlyerXamarinBinding/AppsFlyerXamarinBindingiOS.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
<RootNamespace>AppsFlyerXamarinBinding</RootNamespace>
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<AssemblyName>AppsFlyerXamarinBinding</AssemblyName>
13-
<ReleaseVersion>6.2.4.1</ReleaseVersion>
13+
<ReleaseVersion>6.2.6.1</ReleaseVersion>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>AppsFlyerXamarinBinding</PackageId>
16-
<PackageVersion>6.2.4.1</PackageVersion>
16+
<PackageVersion>6.2.6.1</PackageVersion>
1717
<Authors>AppsFlyer</Authors>
1818
<Description>AppsFlyer SDK iOS Xamarin Binding</Description>
1919
<Copyright>AppsFlyer</Copyright>
2020
<PackageLicenseUrl>https://www.appsflyer.com/privacy-policy/</PackageLicenseUrl>
2121
<Owners>AppsFlyer</Owners>
2222
<PackageProjectUrl>https://github.com/AppsFlyerSDK/XamariniOSBinding</PackageProjectUrl>
23-
<PackageReleaseNotes>Downgrade Xamarin.iOS to 14.0.0.0</PackageReleaseNotes>
23+
<PackageReleaseNotes>AppsFlyer iOS SDK v6.2.6</PackageReleaseNotes>
2424
<Summary>AppsFlyer SDK iOS Xamarin Binding</Summary>
2525
<Title>AppsFlyerXamarinBinding</Title>
2626
<SynchReleaseVersion>false</SynchReleaseVersion>
@@ -37,7 +37,6 @@
3737
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3838
</PropertyGroup>
3939
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40-
<DebugType>full</DebugType>
4140
<Optimize>true</Optimize>
4241
<OutputPath>bin\Release</OutputPath>
4342
<ErrorReport>prompt</ErrorReport>

AppsFlyerXamarinBinding/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
42
using Foundation;
53

64
// This attribute allows you to mark your assemblies as “safe to link”.
@@ -25,7 +23,7 @@
2523
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2624
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2725

28-
[assembly: AssemblyVersion ("6.2.4.1")]
26+
[assembly: AssemblyVersion ("6.2.6.1")]
2927

3028
// The following attributes are used to specify the signing key for the assembly,
3129
// if desired. See the Mono documentation for more information about signing.
Binary file not shown.
Binary file not shown.
-121 KB
Binary file not shown.
5.77 KB
Binary file not shown.
-120 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
Xamarin Binding integration guide For iOS
77

8-
AppsFlyer Xamarin Binding version `v6.2.4.0` <br>
9-
Built with AppsFlyer iOS SDK `v6.2.4`
8+
AppsFlyer Xamarin Binding version `v6.2.6.1` <br>
9+
Built with AppsFlyer iOS SDK `v6.2.6`
1010

1111
## <a id="v6-breaking-changes"> ❗ v6 Breaking Changes
1212

@@ -59,7 +59,7 @@ https://www.nuget.org/packages/AppsFlyerXamarinBinding
5959

6060
1. Go to Project > Add NuGet Packages...
6161
2. Select the AppsFlyerXamarinBinding
62-
3. Select under version - 6.2.4
62+
3. Select under version - 6.2.6.1
6363
4. Click `Add Package`
6464

6565

0 commit comments

Comments
 (0)