From 2c671907fb621d977d7201e7bcc76b931eb6fbdc Mon Sep 17 00:00:00 2001 From: Wido Steenmans Date: Thu, 6 Jul 2023 17:50:49 +0200 Subject: [PATCH] Update local execution link to https --- src/Viren.Core/Helpers/VirenOptionsEnvironmentExtensions.cs | 2 +- src/Viren.Core/Viren.Core.csproj | 4 ++-- .../Viren.Execution.Extensions.DependencyInjection.csproj | 4 ++-- src/Viren.Execution/Viren.Execution.csproj | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Viren.Core/Helpers/VirenOptionsEnvironmentExtensions.cs b/src/Viren.Core/Helpers/VirenOptionsEnvironmentExtensions.cs index f30db86..072ba41 100644 --- a/src/Viren.Core/Helpers/VirenOptionsEnvironmentExtensions.cs +++ b/src/Viren.Core/Helpers/VirenOptionsEnvironmentExtensions.cs @@ -22,7 +22,7 @@ public static VirenExecutionOptions UseDevelopment(this VirenExecutionOptions op public static VirenExecutionOptions UseLocal(this VirenExecutionOptions options, string clientSecret) { - return options.Use(clientSecret, "http://dev.calc-exec.be"); + return options.Use(clientSecret, "https://dev.calc-exec.be"); } public static VirenExecutionOptions Use(this VirenExecutionOptions options, string clientSecret, string baseUrl, string trustKey = null) diff --git a/src/Viren.Core/Viren.Core.csproj b/src/Viren.Core/Viren.Core.csproj index 73c086e..8bbd830 100644 --- a/src/Viren.Core/Viren.Core.csproj +++ b/src/Viren.Core/Viren.Core.csproj @@ -5,7 +5,7 @@ $(LibraryFrameworks) true false - 1.1.2 + 1.1.3 Teal Partners Teal Partners Viren .NET client core library @@ -21,7 +21,7 @@ Viren; API; Client LICENSE.md git - 1.1.2 + 1.1.3 Viren.Core .NET 4.6 diff --git a/src/Viren.Execution.Extensions.DependencyInjection/Viren.Execution.Extensions.DependencyInjection.csproj b/src/Viren.Execution.Extensions.DependencyInjection/Viren.Execution.Extensions.DependencyInjection.csproj index a938cea..b5b0a51 100644 --- a/src/Viren.Execution.Extensions.DependencyInjection/Viren.Execution.Extensions.DependencyInjection.csproj +++ b/src/Viren.Execution.Extensions.DependencyInjection/Viren.Execution.Extensions.DependencyInjection.csproj @@ -2,7 +2,7 @@ true false - 1.1.2 + 1.1.3 Teal Partners Viren execution .NET client https://github.com/tealpartners/viren.net @@ -19,7 +19,7 @@ Viren.Execution.Extensions.DependencyInjection LICENSE.md git - 1.1.2 + 1.1.3 net6.0;netstandard2.0;netstandard2.1;net7.0 diff --git a/src/Viren.Execution/Viren.Execution.csproj b/src/Viren.Execution/Viren.Execution.csproj index a432d76..a0104de 100644 --- a/src/Viren.Execution/Viren.Execution.csproj +++ b/src/Viren.Execution/Viren.Execution.csproj @@ -4,7 +4,7 @@ $(LibraryFrameworks) true false - 1.1.2 + 1.1.3 Teal Partners Viren execution .NET client https://github.com/tealpartners/viren.net @@ -21,7 +21,7 @@ Viren.Execution LICENSE.md git - 1.1.2 + 1.1.3 Viren.Core .NET 4.6