-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Column #82
Comments
Thanks for the idea. Can you give me additional details on what you mean with Version? Are you talking about the AssemblyVersion? |
According to this helpful page, .Net Core uses the project file (.csproj or .vbproj) the Version property (which is made up of VersionPrefix & VersionSuffix properties if Version is not specified) is used to determine the following properties:
So all of these properties could be used as optional columns if specified. A fallback method could be using assembly attributes the reading the project files is not possible or any of the properties above are not specified.
|
Maybe something like below using an Xml reader may help:
|
On the available columns to be displayed, could you introduce a "Version" column that shows the each project's version after the state changes to "BuildDone"?
This would help show any new version's that may have been automatically generated as part of the build.
The text was updated successfully, but these errors were encountered: