-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Feature RequestFeatures that don't yet exists in the project but would be great to have, or should be considered.Features that don't yet exists in the project but would be great to have, or should be considered.In your dreamsThings that will never happen due to technical limitation, or the solution is way too convoluted.Things that will never happen due to technical limitation, or the solution is way too convoluted.
Description
Introduce Assembly attributes controlling the VERSIONINFO resource element. Unlike the assembly version attributes, these would not remain in code, and would override any Assembly*Attribute
, but would not control what the managed version information would be. All this requires the compiler to be extensible to allow additional resource elements to pe specified during compile time; otherwise I will not create custom compilers just for these.
FileVersionAttribute
(Would be duplicate ofAssemblyFileVersionAttribute
)FileVersionStringAttribute
ProductVersionAttribute
(Would be duplicate ofAssemblyInforamtionalVersionAttribute
)ProductVersionStringAttribute
(Would be great for SemVer reporting)FileFlagsAttribute
PrivateBuildAttribute
(Text for the private build -- How should it coop withFileFlagsAttribute
?)SpecialBuildAttribute
(Text for the special build -- How should it coop withFileFlagsAttribute
?)
Additionally:
IconResourceAttribute
to specify/override icons visible by other binaries.
This one is actually really old that I wished for, but seeing how things are going, I bet these will remain what they are now—a wish.
Metadata
Metadata
Assignees
Labels
Feature RequestFeatures that don't yet exists in the project but would be great to have, or should be considered.Features that don't yet exists in the project but would be great to have, or should be considered.In your dreamsThings that will never happen due to technical limitation, or the solution is way too convoluted.Things that will never happen due to technical limitation, or the solution is way too convoluted.