Skip to content

Commit f54389c

Browse files
authored
Merge pull request #41 from AppsFlyerSDK/releases/RD-71192-6.4.0.3
Releases/rd 71192 6.4.0.3
2 parents d94b9cc + e479f0b commit f54389c

File tree

9 files changed

+10
-7
lines changed

9 files changed

+10
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ AppsFlyerXamarinBinding/obj
66
**/[Pp]ackages/*
77

88
AppsFlyerXamarinBinding/bin/Debug/
9+
10+
AppsFlyerXamarinBinding/bin/Release/.idea/

AppsFlyerSampleApp/AppsFlyerSampleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
<Reference Include="System.Xml" />
7878
<Reference Include="System.Core" />
7979
<Reference Include="Xamarin.iOS" />
80+
<Reference Include="System.Drawing.Common.dll" />
8081
<Reference Include="AppsFlyerXamarinBinding">
81-
<HintPath>..\packages\AppsFlyerXamarinBinding.6.4.0.1\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
82+
<HintPath>..\packages\AppsFlyerXamarinBinding.6.4.0.3\lib\xamarinios10\AppsFlyerXamarinBinding.dll</HintPath>
8283
</Reference>
83-
<Reference Include="System.Drawing.Common.dll" />
8484
</ItemGroup>
8585
<ItemGroup>
8686
<InterfaceDefinition Include="Resources\LaunchScreen.xib" />

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.4.0.1" targetFramework="xamarinios10" />
3+
<package id="AppsFlyerXamarinBinding" version="6.4.0.3" targetFramework="xamarinios10" />
44
</packages>

AppsFlyerXamarinBinding/AppsFlyerXamarinBindingiOS.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010
<RootNamespace>AppsFlyerXamarinBinding</RootNamespace>
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<AssemblyName>AppsFlyerXamarinBinding</AssemblyName>
13-
<ReleaseVersion>6.4.0.1</ReleaseVersion>
13+
<ReleaseVersion>6.4.0.3</ReleaseVersion>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>AppsFlyerXamarinBinding</PackageId>
16-
<PackageVersion>6.4.0.1</PackageVersion>
16+
<PackageVersion>6.4.0.3</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>AppsFlyer iOS SDK v6.4.0</PackageReleaseNotes>
23+
<PackageReleaseNotes>AppsFlyer iOS SDK v6.4.0
24+
Uses Xamarin.iOS 14.0</PackageReleaseNotes>
2425
<Summary>AppsFlyer SDK iOS Xamarin Binding</Summary>
2526
<Title>AppsFlyerXamarinBinding</Title>
2627
<SynchReleaseVersion>false</SynchReleaseVersion>

AppsFlyerXamarinBinding/Properties/AssemblyInfo.cs

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

26-
[assembly: AssemblyVersion ("6.4.0.1")]
26+
[assembly: AssemblyVersion ("6.4.0.3")]
2727

2828
// The following attributes are used to specify the signing key for the assembly,
2929
// if desired. See the Mono documentation for more information about signing.
Binary file not shown.
Binary file not shown.
512 Bytes
Binary file not shown.
-19.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)