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

InformationalVersion tag support #12

Merged
merged 2 commits into from
May 8, 2024
Merged

InformationalVersion tag support #12

merged 2 commits into from
May 8, 2024

Conversation

vers-one
Copy link
Owner

@vers-one vers-one commented May 8, 2024

This pull request adds support for:

  1. <InformationalVersion>...</InformationalVersion> tags for .csproj, .vbproj, .fsproj, and .props files.
  2. [assembly: AssemblyInformationalVersion("...")] attributes for .cs files.
  3. <Assembly: AssemblyInformationalVersion("...")> attributes for .vb files.
  4. [<assembly: AssemblyInformationalVersion("...")>] attributes for .fs files.
  5. [assembly:AssemblyInformationalVersionAttribute(L"...")] attributes for .cpp files.

@vers-one vers-one linked an issue May 8, 2024 that may be closed by this pull request
@vers-one vers-one merged commit 4217084 into main May 8, 2024
2 checks passed
@vers-one vers-one deleted the informational-version branch May 8, 2024 06:01
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

Successfully merging this pull request may close these issues.

is it possible to set AssemblyInformationalVersion
1 participant