Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Core/AppFileExplorer.cs +3 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Runtime.Serialization; using System.Threading.Tasks; Loading Loading @@ -79,6 +80,7 @@ namespace Microsoft.Tools.WindowsDevicePortal { Dictionary<string, string> payload = this.BuildCommonFilePayload(knownFolderId, subPath, packageFullName); filename = WebUtility.UrlEncode(filename); payload.Add("filename", filename); Uri uri = Utilities.BuildEndpoint( Loading Loading @@ -126,7 +128,7 @@ namespace Microsoft.Tools.WindowsDevicePortal string packageFullName = null) { Dictionary<string, string> payload = this.BuildCommonFilePayload(knownFolderId, subPath, packageFullName); filename = WebUtility.UrlEncode(filename); payload.Add("filename", filename); await this.DeleteAsync(GetFileApi, Utilities.BuildQueryString(payload)); Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +10 −0 Original line number Diff line number Diff line Loading @@ -59,7 +59,17 @@ namespace Microsoft.Tools.WindowsDevicePortal /// Device connection object. /// </summary> private IDevicePortalConnection deviceConnection; #if !WINDOWS_UWP /// <summary> /// Initializes static members of the <see cref="DevicePortal" /> class. /// </summary> static DevicePortal() { System.Net.ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; } #endif /// <summary> /// Initializes a new instance of the <see cref="DevicePortal" /> class. /// </summary> Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/Properties/AssemblyInfo.cs +2 −2 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.5.0")] [assembly: AssemblyFileVersion("0.9.5.0")] [assembly: AssemblyVersion("0.9.5.1")] [assembly: AssemblyFileVersion("0.9.5.1")] [assembly: ComVisible(false)] No newline at end of file WindowsDevicePortalWrapper/WindowsDevicePortalWrapper/Properties/AssemblyInfo.cs +2 −2 Original line number Diff line number Diff line Loading @@ -37,5 +37,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.5.0")] [assembly: AssemblyFileVersion("0.9.5.0")] No newline at end of file [assembly: AssemblyVersion("0.9.5.1")] [assembly: AssemblyFileVersion("0.9.5.1")] No newline at end of file Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Core/AppFileExplorer.cs +3 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Runtime.Serialization; using System.Threading.Tasks; Loading Loading @@ -79,6 +80,7 @@ namespace Microsoft.Tools.WindowsDevicePortal { Dictionary<string, string> payload = this.BuildCommonFilePayload(knownFolderId, subPath, packageFullName); filename = WebUtility.UrlEncode(filename); payload.Add("filename", filename); Uri uri = Utilities.BuildEndpoint( Loading Loading @@ -126,7 +128,7 @@ namespace Microsoft.Tools.WindowsDevicePortal string packageFullName = null) { Dictionary<string, string> payload = this.BuildCommonFilePayload(knownFolderId, subPath, packageFullName); filename = WebUtility.UrlEncode(filename); payload.Add("filename", filename); await this.DeleteAsync(GetFileApi, Utilities.BuildQueryString(payload)); Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/DevicePortal.cs +10 −0 Original line number Diff line number Diff line Loading @@ -59,7 +59,17 @@ namespace Microsoft.Tools.WindowsDevicePortal /// Device connection object. /// </summary> private IDevicePortalConnection deviceConnection; #if !WINDOWS_UWP /// <summary> /// Initializes static members of the <see cref="DevicePortal" /> class. /// </summary> static DevicePortal() { System.Net.ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; } #endif /// <summary> /// Initializes a new instance of the <see cref="DevicePortal" /> class. /// </summary> Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/Properties/AssemblyInfo.cs +2 −2 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.5.0")] [assembly: AssemblyFileVersion("0.9.5.0")] [assembly: AssemblyVersion("0.9.5.1")] [assembly: AssemblyFileVersion("0.9.5.1")] [assembly: ComVisible(false)] No newline at end of file
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper/Properties/AssemblyInfo.cs +2 −2 Original line number Diff line number Diff line Loading @@ -37,5 +37,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.5.0")] [assembly: AssemblyFileVersion("0.9.5.0")] No newline at end of file [assembly: AssemblyVersion("0.9.5.1")] [assembly: AssemblyFileVersion("0.9.5.1")] No newline at end of file