update versions in packages

This commit is contained in:
tporadowski
2020-05-02 13:35:30 +02:00
parent 93a937281f
commit 34efdf4244
+1
View File
@@ -39,6 +39,7 @@ namespace ReleasePackagingTool
if (!string.IsNullOrWhiteSpace(cmdLineOptions.PrepareNewVersion))
{
p.PrepareNewVersion(cmdLineOptions.PrepareNewVersion);
p.UpdateNuSpecFiles(cmdLineOptions.PrepareNewVersion);
}
if (!cmdLineOptions.SkipPackage)