Skip to content

Inconsistent output from documentation #374

@profet23

Description

@profet23

According to the documentation here: MSBuild Task Usage
If you tag the commit before head with v1.2.3 and then build head, the AssemblyFileVersion should be: 1.2.3.0
But when this is done the AssemblyFileVersion is actually: 1.2.4.0
Which is correct?
Not sure if this is a documentation bug or a product bug.

The documentation also states that with the example above the AssemblyInformationalVersion will be:
1.2.4+1.Branch.<branchname>.Sha.<commithash>
Is that the desired behavior? Or should it be:
1.2.3+1.Branch.<branchname>.Sha.<commithash>
As this version would be 1 commit ahead of 1.2.3

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