Skip to content

Commit 9be3d9f

Browse files
authored
Reset version specific fields in interactive update (#525)
1 parent dc84793 commit 9be3d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WingetCreateCLI/Commands/UpdateCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ private async Task<Manifests> UpdateManifestsInteractively(Manifests manifests)
812812
manifests.InstallerManifest.Installers = originalManifest.CloneInstallers();
813813
await this.UpdateInstallersInteractively(manifests.InstallerManifest.Installers);
814814
ShiftInstallerFieldsToRootLevel(manifests.InstallerManifest);
815+
ResetVersionSpecificFields(manifests);
815816
DisplayManifestPreview(manifests);
816817
ValidateManifestsInTempDir(manifests);
817818
}

0 commit comments

Comments
 (0)