Skip to content

Add option to bump the ProductVersion for RC/DPROJ targets #5

Description

@darianmiller

Open question - should it sync with FileVersion or bump independently.

Leaning towards independently with -VersionKey ProductVersion capability which defaults to FileVersion if not provided, but could be overriden to bump just ProductVersion.
Also add -VersionKey Both to keep them both in sync.

Perhaps:

{
  "file": "...",
  "target": "RC",
  "style": "WinVer",
  "part": "build",
  "versionKey": "Sync",
  "fileVersion": { "old": "1.2.3.4", "new": "1.2.3.5" },
  "productVersion": { "old": "1.2.0.0", "new": "1.2.3.5" }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions