Skip to content

Commit

Permalink
Update local execution link to https
Browse files Browse the repository at this point in the history
  • Loading branch information
WidoTealPartners committed Jul 6, 2023
1 parent 494a0cc commit 2c67190
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/Viren.Core/Viren.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Authors>Teal Partners</Authors>
<Company>Teal Partners</Company>
<Product>Viren .NET client core library</Product>
Expand All @@ -21,7 +21,7 @@
<PackageTags>Viren; API; Client</PackageTags>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.2</PackageVersion>
<PackageVersion>1.1.3</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net46'">
<AssemblyTitle>Viren.Core .NET 4.6</AssemblyTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand All @@ -19,7 +19,7 @@
<RootNamespace>Viren.Execution.Extensions.DependencyInjection</RootNamespace>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.2</PackageVersion>
<PackageVersion>1.1.3</PackageVersion>
<TargetFrameworks>net6.0;netstandard2.0;netstandard2.1;net7.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Viren.Execution/Viren.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks Condition="'$(LibraryFrameworks)'!=''">$(LibraryFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<Authors>Teal Partners</Authors>
<Product>Viren execution .NET client</Product>
<RepositoryUrl>https://github.com/tealpartners/viren.net</RepositoryUrl>
Expand All @@ -21,7 +21,7 @@
<RootNamespace>Viren.Execution</RootNamespace>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.1.2</PackageVersion>
<PackageVersion>1.1.3</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net46'">
<AssemblyTitle>Viren.Core .NET 4.6</AssemblyTitle>
Expand Down

0 comments on commit 2c67190

Please sign in to comment.