Skip to content

use standard version for AssemblyInformationalVersion #212

@SimonCropp

Description

@SimonCropp

Currently the gitversiontask uses the AssemblyInformationalVersion attribute to stamp the assembly with some metadata

[AssemblyInformationalVersion("5.0.0-beta.1+32.Branch.release-5.0.0.Sha.4eaaa994842b7be39ae94d4515525acfddf982f1")]

However tools actually make the incorrect assumption that AssemblyInformationalVersion will actually be a valid version number. The most current one that has bitten me is ClickOnce. Since there is not way we can correct the assumptions of other shitty tools my plan is to inject a new custom attribute and put the valid version in AssemblyInformationalVersion.

Thoughts?

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