You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
This is documented in the 1.2.0 of the Universal Package, and should add the appropriate entry to the repackageHistory node
repack
[DisplayName("package")]
[Description("Path of a valid .upack file.")]
[PositionalArgument(0)]
public string Package { get; set; }
[DisplayName("newVersion")]
[Description("Version of repackaged package.")]
[PositionalArgument(1)]
public string Version { get; set; }
[DisplayName("newGroup")]
[Description("Group of repackaged package.")]
[ExtraArgument]
public string Group { get; set; }
[DisplayName("newName")]
[Description("Name of repackaged package.")]
[ExtraArgument]
public string Name { get; set; }
[DisplayName("targetDirectory")]
[Description("Directory where the .upack file will be created. If not specified, the current working directory is used.")]
[ExtraArgument]
public string TargetDirectory { get; set; }
[DisplayName("note")]
[Description("Comment or note about the repackaging; this will be written as the 'reason'.")]
[ExtraArgument]
public string TargetDirectory { get; set; }
The text was updated successfully, but these errors were encountered:
This is documented in the 1.2.0 of the Universal Package, and should add the appropriate entry to the repackageHistory node
repack
[DisplayName("package")]
[Description("Path of a valid .upack file.")]
[PositionalArgument(0)]
public string Package { get; set; }
The text was updated successfully, but these errors were encountered: