KenticoCommunity.ConnectionStringModule 0.0.3

dotnet add package KenticoCommunity.ConnectionStringModule --version 0.0.3
NuGet\Install-Package KenticoCommunity.ConnectionStringModule -Version 0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KenticoCommunity.ConnectionStringModule" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KenticoCommunity.ConnectionStringModule --version 0.0.3
#r "nuget: KenticoCommunity.ConnectionStringModule, 0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KenticoCommunity.ConnectionStringModule as a Cake Addin
#addin nuget:?package=KenticoCommunity.ConnectionStringModule&version=0.0.3

// Install KenticoCommunity.ConnectionStringModule as a Cake Tool
#tool nuget:?package=KenticoCommunity.ConnectionStringModule&version=0.0.3

The purpose of this module is ensure `ContinuousIntegration.exe` can run successfully if the connection string is set in environment variables as quite often the case when the site is hosted in an Azure AppService.

Based on code published here:
https://stackoverflow.com/questions/66820668/how-do-i-allow-continuousintegration-exe-to-use-a-connection-string-in-azure-key

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.3 1,029 3/13/2023
0.0.2 6,483 10/3/2022
0.0.1 6,622 3/11/2022

0.0.3
Added support for separated OM database.
0.0.1
The purpose of this module is ensure `ContinuousIntegration.exe` can run successfully if the connection string is set in environment variables as quite often the case when the site is hosted in an Azure AppService.