From 818ffcab29628b5117941b7e0564ad099de853b0 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Sun, 4 Jun 2017 17:47:41 +0200 Subject: [PATCH] Fix project settings. --- README.md | 2 +- .../MQTTnet.TestApp.UniversalWindows.csproj | 11 ++++-- .../Package.appxmanifest | 37 ++++--------------- .../project.json | 17 --------- 4 files changed, 16 insertions(+), 51 deletions(-) delete mode 100644 Tests/MQTTnet.TestApp.UniversalWindows/project.json diff --git a/README.md b/README.md index b0d30df..f2ac784 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien ## Features * MQTT client included * MQTT server (broker) included -* SSL (TLS 1.2) support for Client and Server +* TLS 1.2 support for Client and Server * Async support * List of connected clients available (server only) * Extensible communication channels (i.e. In-Memory, TCP, TCP+SSL, WebSockets (not included in this project)) diff --git a/Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj b/Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj index ef8020a..383fd8e 100644 --- a/Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj +++ b/Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj @@ -18,6 +18,8 @@ {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true MQTTnet.TestApp.UniversalWindows_TemporaryKey.pfx + C5051872F588878B167FB976FDF249518AA2DDF0 + win10;win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot true @@ -88,10 +90,6 @@ true true - - - - App.xaml @@ -137,6 +135,11 @@ MQTTnet.Core + + + 5.2.3 + + 14.0 diff --git a/Tests/MQTTnet.TestApp.UniversalWindows/Package.appxmanifest b/Tests/MQTTnet.TestApp.UniversalWindows/Package.appxmanifest index 3027fde..29638ea 100644 --- a/Tests/MQTTnet.TestApp.UniversalWindows/Package.appxmanifest +++ b/Tests/MQTTnet.TestApp.UniversalWindows/Package.appxmanifest @@ -1,48 +1,27 @@  - - - - - - - + + + MQTTnet.TestApp.UniversalWindows chris Assets\StoreLogo.png - - - + - - - - + + + + - diff --git a/Tests/MQTTnet.TestApp.UniversalWindows/project.json b/Tests/MQTTnet.TestApp.UniversalWindows/project.json deleted file mode 100644 index 0cf15cf..0000000 --- a/Tests/MQTTnet.TestApp.UniversalWindows/project.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10": {}, - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file