Skip to content

Assembly version method suggestion #19

@SectOLT

Description

@SectOLT

While not directly an issue in itself, your current way of using Assembly.GetName().Version.ToString(); caused the AssemblyFileVersion to be parsed as 4 numbers instead of 3.

You should consider using the Version string to set the assembly attributes.
Alternatively, a constant could be used to define the version across all required sections in cs too, as per the template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions