Published V1.3.2.0
authorStephaneLenclud
Wed, 28 Sep 2016 22:31:27 +0200
changeset 2698e32e51a2edd
parent 268 31d4905ad28a
child 270 5dcd226539d4
Published V1.3.2.0
Server/FormMain.cs
Server/SharpDisplayManager.csproj
     1.1 --- a/Server/FormMain.cs	Mon Sep 05 18:11:21 2016 +0200
     1.2 +++ b/Server/FormMain.cs	Wed Sep 28 22:31:27 2016 +0200
     1.3 @@ -3073,9 +3073,6 @@
     1.4                  await Program.HarmonyClient.CloseAsync();
     1.5              }
     1.6  
     1.7 -
     1.8 -            SecureString password;
     1.9 -
    1.10              //Reset Harmony client & config
    1.11              Program.HarmonyClient = null;
    1.12              Program.HarmonyConfig = null;
     2.1 --- a/Server/SharpDisplayManager.csproj	Mon Sep 05 18:11:21 2016 +0200
     2.2 +++ b/Server/SharpDisplayManager.csproj	Wed Sep 28 22:31:27 2016 +0200
     2.3 @@ -34,7 +34,7 @@
     2.4      <WebPage>index.htm</WebPage>
     2.5      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     2.6      <ApplicationRevision>0</ApplicationRevision>
     2.7 -    <ApplicationVersion>1.3.1.0</ApplicationVersion>
     2.8 +    <ApplicationVersion>1.3.2.0</ApplicationVersion>
     2.9      <UseApplicationTrust>false</UseApplicationTrust>
    2.10      <CreateDesktopShortcut>true</CreateDesktopShortcut>
    2.11      <PublishWizardCompleted>true</PublishWizardCompleted>