G
Guest
I'm just curious why the fields of an AssemblyVersionAttribute are limited to
65534.
Why have such a low limit? short.MaxValue-1 seems unnecessarily limiting,
why not int.MaxValue or long.MaxValue or, even better, decimal.MaxValue?
It seems to me the framework should allow me to set whatever number I want
within the range of integers it supports.
65534.
Why have such a low limit? short.MaxValue-1 seems unnecessarily limiting,
why not int.MaxValue or long.MaxValue or, even better, decimal.MaxValue?
It seems to me the framework should allow me to set whatever number I want
within the range of integers it supports.