From f49dd2c7bdfd43d1c362558166efc9e20f7e6895 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 3 May 2019 11:01:02 +0100 Subject: [PATCH] #99: Enable TLS autoswitching in runtime config As recommended here: https://docs.microsoft.com/en-us/dotnet/framework/whats-new/#net47 --- Doxyfile | 2 +- README.md | 2 +- SuiteCRMAddIn/Properties/AssemblyInfo.cs | 2 +- SuiteCRMAddInWixSetup/Product.wxs | 2 +- SuiteCRMClient/Properties/AssemblyInfo.cs | 2 +- SuiteCRMClient/app.config | 46 +++++++++++++---------- 6 files changed, 31 insertions(+), 25 deletions(-) diff --git a/Doxyfile b/Doxyfile index 7694d68c..954f2715 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SuiteCRM Outlook Add-in" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.19.119 +PROJECT_NUMBER = 3.0.19.122 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 58bed0c1..ed8ddbb8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### What's in this repository -SuiteCRM Outlook Plug-In v 3.0.19.119 +SuiteCRM Outlook Plug-In v 3.0.19.122 This repository has been created to allow community members to collaborate and contribute to the project. diff --git a/SuiteCRMAddIn/Properties/AssemblyInfo.cs b/SuiteCRMAddIn/Properties/AssemblyInfo.cs index 01a2514d..63adb4c3 100644 --- a/SuiteCRMAddIn/Properties/AssemblyInfo.cs +++ b/SuiteCRMAddIn/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // 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("3.0.19.119")] +[assembly: AssemblyVersion("3.0.19.122")] [assembly: AssemblyFileVersion("3.0.1")] diff --git a/SuiteCRMAddInWixSetup/Product.wxs b/SuiteCRMAddInWixSetup/Product.wxs index 63834dd9..385a70c3 100644 --- a/SuiteCRMAddInWixSetup/Product.wxs +++ b/SuiteCRMAddInWixSetup/Product.wxs @@ -4,7 +4,7 @@ Id="A784C437-58CF-4495-BE4A-F77657600001" Name="SuiteCRMAddIn" Language="1033" - Version="3.0.19.119" + Version="3.0.19.122" Manufacturer="SalesAgility" UpgradeCode="F50E9CEB-D641-4FC6-8E16-483505C3455A"> diff --git a/SuiteCRMClient/Properties/AssemblyInfo.cs b/SuiteCRMClient/Properties/AssemblyInfo.cs index 66b4eb6c..2589a14b 100644 --- a/SuiteCRMClient/Properties/AssemblyInfo.cs +++ b/SuiteCRMClient/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("3.0.19.119")] +[assembly: AssemblyVersion("3.0.19.122")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SuiteCRMClient/app.config b/SuiteCRMClient/app.config index 544baf8e..12247944 100644 --- a/SuiteCRMClient/app.config +++ b/SuiteCRMClient/app.config @@ -1,22 +1,28 @@ - - -
- - - - - - http://localhost:8080/SuiteCRM/service/v2/soap.php - - - http://localhost:8080/SuiteCRM/service/v4_1/soap.php - - - - - - - - + + +
+ + + + + + http://localhost:8080/SuiteCRM/service/v2/soap.php + + + http://localhost:8080/SuiteCRM/service/v4_1/soap.php + + + + + + + + + + + + + +