Assembly version method suggestion #19

Open
opened 2024-07-02 01:33:40 -05:00 by SectOLT · 0 comments
SectOLT commented 2024-07-02 01:33:40 -05:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cyro/CherryPick#19
No description provided.