In the .nuspec format changes here is what you do.
- Edit the
NuspecBuilder\Example.nuspec
to support the new format - Copy the
Example.nuspec
xml and "delete all + paste special -> xml" into theNuspecXmlFormat.cs
file. - Edit the .nuspec part of the
SettingHandler\EveryPropertyFilledIn.xml
to match the updatedExample.nuspec
- Copy the
EveryPropertyFilledIn.xml
xml and "delete all + paste special -> xml" into theallsettings.cs
file. - Make sure the various files in the
Test\TestData
directory are updated too - If the nuspec property has multiple parts, then add extra code in the
SettingHelpers.CopySettingMetadataIntoNuspec
method. - If you need to copy more files into the NuGet (the nuspec
<icon>
is one case), then edit the
To try a debug version use the dotnet command
dotnet tool update JonPSmith.MultiProjPack --global