Skip to content

Releases: HenningKlokkeraasen/ConfigSourceNupkgModPreserver

V1.0.2

21 Nov 13:50
Compare
Choose a tag to compare

Introduced Cancel option

V1.0.1

16 Nov 13:47
Compare
Choose a tag to compare

Refactor handling of process output, and improve message box text

V1.0

15 Nov 13:56
Compare
Choose a tag to compare

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

13 Nov 22:55
Compare
Choose a tag to compare
Pre-release

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

06 Nov 12:38
Compare
Choose a tag to compare
V0.2 - VS2017 Pre-release
Pre-release

This release targets Visual Studio 2017

V0.1

02 Nov 13:41
Compare
Choose a tag to compare
V0.1 Pre-release
Pre-release

Feature complete. Works on my machine