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

Script version number updates #17

Closed
drmason789 opened this issue Sep 5, 2020 · 1 comment
Closed

Script version number updates #17

drmason789 opened this issue Sep 5, 2020 · 1 comment

Comments

@drmason789
Copy link
Contributor

drmason789 commented Sep 5, 2020

Releases with version numbers can be a chore if the update is not automated.

  • Store the current version number for the overall application in a solution item "version.txt"
  • Add a version resource to the olewoo_interop project so that the file and product versions are visible in the dll's details in the filesystem.
  • Add Properties\AssemblyInfo.cs to olewoo_ui
  • Create a script to read the version from this file and update:
  • Assembly(File)?Version(Attribute)? values in AssemblyInfo.cs and cpp
  • various file and product version fields in app.rc in olewoo_interop
  • version.wxi in installer project
  • version element in olewoo.oledump.nuspec in the nuget project from Nuget package #8 if the PR is accepted.
@drmason789
Copy link
Contributor Author

The addition of the version info resource requires installation of MFC to get afxres.h.

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

No branches or pull requests

1 participant