Solid.Foundations.DeveloperSpecificConfig 1.0.6

dotnet add package Solid.Foundations.DeveloperSpecificConfig --version 1.0.6
NuGet\Install-Package Solid.Foundations.DeveloperSpecificConfig -Version 1.0.6
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="Solid.Foundations.DeveloperSpecificConfig" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solid.Foundations.DeveloperSpecificConfig --version 1.0.6
#r "nuget: Solid.Foundations.DeveloperSpecificConfig, 1.0.6"
#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 Solid.Foundations.DeveloperSpecificConfig as a Cake Addin
#addin nuget:?package=Solid.Foundations.DeveloperSpecificConfig&version=1.0.6

// Install Solid.Foundations.DeveloperSpecificConfig as a Cake Tool
#tool nuget:?package=Solid.Foundations.DeveloperSpecificConfig&version=1.0.6

Amends the Visual Studio build process allowing each developer to work with their own settings in the web.config or app.config files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
1.0.6 375 11/16/2021
1.0.5.1 292 7/21/2021
1.0.5 327 7/21/2021
1.0.3 1,619 3/7/2019
1.0.2 703 11/14/2018
1.0.1 987 4/4/2017
1.0.0 923 3/31/2017

v1.0.1: Fixed a bug whereby the microsoft.web.publishing.tasks.dll would not be found in some circumstances.
       v1.0.2: Fixed a bug whereby Visual Studio builds would not transform the config files.
       v1.0.3: Fixed a bug whereby projects that Auto Generate binding redirects would not retain the generated redirects.
       v1.0.4: Specified a license.
       v1.0.5: Added the ability to influence the order of execution
       v1.0.5.1: Bug Fix: Fixed an issue whereby the targets would run in the wrong order if the desired location was before "AfterBuild"
       v1.0.6: Ensured the web.config transformation happens prior to MvcBuildViews as the web.config is used by this process