Skip to content

Commit

Permalink
Update Anyline version to 1.1.0 (Native SDKs: Android 42.0.0 & iOS 42…
Browse files Browse the repository at this point in the history
….0.0)
  • Loading branch information
ricardocolombo committed Nov 7, 2022
1 parent ad005b8 commit 211a986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MAUI/Anyline.Examples.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ApplicationIdGuid>9C37433F-9192-4C96-B49A-B9A7E047FBC2</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.0</SupportedOSPlatformVersion>
Expand Down Expand Up @@ -89,15 +89,15 @@
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-ios'">

<!-- Refereces the Anyline iOS.NET SDK -->
<PackageReference Include="Anyline.SDK.NET.iOS" Version="1.0.0" />
<PackageReference Include="Anyline.SDK.NET.iOS" Version="1.1.0" />

</ItemGroup>


<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">

<!-- Refereces the Anyline Android .NET SDK -->
<PackageReference Include="Anyline.SDK.NET.Android" Version="1.0.0" />
<PackageReference Include="Anyline.SDK.NET.Android" Version="1.1.0" />

<!-- Required for the usage of the Face Detection feature on Universal ID / MRZ scan modes -->
<PackageReference Include="Xamarin.GooglePlayServices.MLKit.FaceDetection" Version="116.1.7" />
Expand Down

0 comments on commit 211a986

Please sign in to comment.