Use AssemblyVersion instead of AssemblyFileVersion; Fill in missing file metadata #49

Merged
ManlyMarco merged 1 commit from metadata-fix into master 2025-01-05 15:36:17 +00:00
ManlyMarco commented 2025-01-05 13:27:57 +00:00 (Migrated from github.com)

Setting AssemblyVersion automatically assigns it as file version as long as AssemblyFileVersion is not being generated.
Disable generating InformationalVersion as well since it's functionally useless as it always shows 1.0.0 + some hash, not the real version or commit ID.

Setting AssemblyVersion automatically assigns it as file version as long as AssemblyFileVersion is not being generated. Disable generating InformationalVersion as well since it's functionally useless as it always shows 1.0.0 + some hash, not the real version or commit ID.
Sign in to join this conversation.
No description provided.