Skip to content

Commit

Permalink
Upgraded iOS SDK to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanellis committed Nov 1, 2021
1 parent a3fb757 commit 184eb3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Example/Shared/Credentials.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace Shared
{
/* *************************************************************************
*
* THIS EXAMPLE IS PROVIDED FOR DEMO PURPOSES ONLY AND SHOULD NOT BE
* USED IN PRODUCTION!
*
* YOU SHOULD NEVER EMBED YOUR CREDENTIALS IN A PUBLIC APP RELEASE!
*
* THESE API CALLS SHOULD ONLY EVER BE MADE FROM YOUR BACK-END SERVER
*
* *
* THIS EXAMPLE IS PROVIDED FOR DEMO PURPOSES ONLY AND SHOULD NOT BE *
* USED IN PRODUCTION! *
* *
* YOU SHOULD NEVER EMBED YOUR CREDENTIALS IN A PUBLIC APP RELEASE! *
* *
* THESE API CALLS SHOULD ONLY EVER BE MADE FROM YOUR BACK-END SERVER *
* *
* ************************************************************************/

public class Credentials
Expand Down
2 changes: 1 addition & 1 deletion Example/iOSExample/iOSExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="iProov.iOS">
<Version>9.0.1</Version>
<Version>9.1.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
Expand Down
Binary file added NuGet Packages/iProov.iOS.9.1.0.nupkg
Binary file not shown.

0 comments on commit 184eb3d

Please sign in to comment.