Skip to content
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

Use calculated version numbers in AssemblyInfo #259

Open
rmunn opened this issue May 30, 2022 · 0 comments
Open

Use calculated version numbers in AssemblyInfo #259

rmunn opened this issue May 30, 2022 · 0 comments

Comments

@rmunn
Copy link
Collaborator

rmunn commented May 30, 2022

The AssemblyVersion attributes for LfMerge.exe (and perhaps other parts, but at least the .exe) should be set up to tag it with an appropriate version number so that I can easily figure out which version was deployed by simply looking at the .exe. (Note: on Linux, exiftool of all things is able to read the Windows .exe format and print out its metadata, so it would be quite nice if exiftool LfMerge.exe | grep Version printed out 2.0.115.)

I also want to be able to tell which DatabaseVersion a particular assembly was compiled for: somewhere in the AssemblyNameAttribute I want to print LfMerge-7000072 or some such.

Will write up a more detailed design when I get around to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant