From 612ca51878851e2165f499e16bbf42d3565b1de9 Mon Sep 17 00:00:00 2001 From: David Kline Date: Mon, 30 Jan 2017 16:01:42 -0800 Subject: [PATCH] BREAKING CHANGE: ConnectAsync(updateConnection) --- .../WindowsDevicePortalWrapper.Shared/DevicePortal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs b/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs index e58eae5f..01bfe26a 100644 --- a/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +++ b/WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs @@ -189,7 +189,7 @@ public string PlatformName public async Task ConnectAsync( string ssid = null, string ssidKey = null, - bool updateConnection = true, + bool updateConnection = false, #if WINDOWS_UWP Certificate manualCertificate = null) #else