Releases: HenningKlokkeraasen/ConfigSourceNupkgModPreserver
V1.0.2
V1.0.1
Refactor handling of process output, and improve message box text
V1.0
Visual Studio extension.
Prevents loss of config modifications done by NuGet packages on install/update/uninstall, when you have a transform setup where the root config file (e.g. \web.config) is a result of transformation from a source config file (e.g. \Configurations\web.config).
This is done by merging any and all config files in each directory one level below the solution file back to the corresponding source config file, as defined in the directory's .wpp.targets file (the first if multiple are found).
Supports Visual Studio 2017 only.
V0.3 - based on .wpp.targets files
Now reads all .wpp.targets files placed one level below the solution directory, and assumes the source web.config files is placed in the ConfigFolder value of the PropertyGroup element.
Solves #1
V0.2 - VS2017
This release targets Visual Studio 2017
V0.1
Feature complete. Works on my machine