diff --git a/DisplayMagician/Program.cs b/DisplayMagician/Program.cs index abc2846..7a13475 100644 --- a/DisplayMagician/Program.cs +++ b/DisplayMagician/Program.cs @@ -214,7 +214,7 @@ namespace DisplayMagician { //Application.SetHighDpiMode(HighDpiMode.SystemAware); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; + ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13; logger.Debug($"Setting up commandline processing configuration"); diff --git a/DisplayMagician/Properties/AssemblyInfo.cs b/DisplayMagician/Properties/AssemblyInfo.cs index 562a818..3ad7da8 100644 --- a/DisplayMagician/Properties/AssemblyInfo.cs +++ b/DisplayMagician/Properties/AssemblyInfo.cs @@ -26,8 +26,8 @@ using System.Resources; [assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")] // Version information -[assembly: AssemblyVersion("2.0.0.22")] -[assembly: AssemblyFileVersion("2.0.0.22")] +[assembly: AssemblyVersion("2.0.1.23")] +[assembly: AssemblyFileVersion("2.0.1.23")] [assembly: NeutralResourcesLanguageAttribute( "en" )] [assembly: CLSCompliant(true)]