Skip to content

Commit d526bee

Browse files
authored
Merge pull request #23 from AppsFlyerSDK/releases/6.1.1.0
Releases/6.1.1.0
2 parents 8ed88f0 + 9a64025 commit d526bee

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.0.3\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
80+
<HintPath>..\packages\AppsFlyerXamarinBinding.6.1.1\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
8181
</Reference>
8282
</ItemGroup>
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.0.3" targetFramework="xamarinios10" />
3+
<package id="AppsFlyerXamarinBinding" version="6.1.1" targetFramework="xamarinios10" />
44
</packages>

AppsFlyerXamarinBinding/AppsFlyerXamarinBindingiOS.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<RootNamespace>AppsFlyerXamarinBinding</RootNamespace>
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<AssemblyName>AppsFlyerXamarinBinding</AssemblyName>
13-
<ReleaseVersion>6.0.3.0</ReleaseVersion>
13+
<ReleaseVersion>6.1.1.0</ReleaseVersion>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>AppsFlyerXamarinBinding</PackageId>
16-
<PackageVersion>6.0.3.0</PackageVersion>
16+
<PackageVersion>6.1.1.0</PackageVersion>
1717
<Authors>AppsFlyer</Authors>
18-
<Description>AppsFlyer SDK iOS Xamarin Binding version 6.0.3.0</Description>
18+
<Description>AppsFlyer SDK iOS Xamarin Binding version 6.1.1.0</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>iOS SDK 6.0.3</PackageReleaseNotes>
24-
<Summary>AppsFlyer Xamarin Binding version 6.0.3.0. Built with AppsFlyer iOS SDK v6.0.3</Summary>
23+
<PackageReleaseNotes>iOS SDK 6.1.1</PackageReleaseNotes>
24+
<Summary>AppsFlyer Xamarin Binding version 6.1.1.0 Built with AppsFlyer iOS SDK v6.1.1</Summary>
2525
<Title>AppsFlyerXamarinBinding</Title>
2626
<SynchReleaseVersion>false</SynchReleaseVersion>
2727
</PropertyGroup>

AppsFlyerXamarinBinding/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
2626
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2727

28-
[assembly: AssemblyVersion ("6.0.2.0")]
28+
[assembly: AssemblyVersion ("6.1.1.0")]
2929

3030
// The following attributes are used to specify the signing key for the assembly,
3131
// if desired. See the Mono documentation for more information about signing.
Binary file not shown.
Binary file not shown.
728 KB
Binary file not shown.
0 Bytes
Binary file not shown.
728 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.0.3.0` <br>
9-
Built with AppsFlyer iOS SDK `v6.0.3`
8+
AppsFlyer Xamarin Binding version `v6.1.1.0` <br>
9+
Built with AppsFlyer iOS SDK `v6.1.1`
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.0.3.0
62+
3. Select under version - 6.1.1.0
6363
4. Click `Add Package`
6464

6565

0 commit comments

Comments
 (0)