Skip to content

Commit

Permalink
Merge pull request #355 from Microsoft/fix/ios_attachments
Browse files Browse the repository at this point in the history
Embed iOS SDK 0.10.1
  • Loading branch information
guperrot authored Jun 20, 2017
2 parents d115aa5 + 3d2f6ff commit fd1cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var PCL_ASSEMBLIES_FOLDER = TEMPORARY_PREFIX + "PCLAssemblies";

// Native SDK versions
var ANDROID_SDK_VERSION = "0.10.0";
var IOS_SDK_VERSION = "0.10.0";
var IOS_SDK_VERSION = "0.10.1";

var PLATFORM_PATHS = new PlatformPaths();

Expand Down

0 comments on commit fd1cac8

Please sign in to comment.