ASP.Net C# AssemblyInfo Version Not Working -
here help file using. states still applies version 4.6.
yet, when try use built-in calculations, following code:
[assembly: assemblyversion("2015.7.*.*")] [assembly: assemblyfileversion("2015.7.*.*")]
i syntax errors on asterisk, , solution won't compile. not sure going on. according file, should working.
edit: reason code block not working me. keeps scrambling code, can't show it.
edit fixed code block.
you don't need 2 * 1 enough.
[assembly: assemblyversion("2015.7.*")]
from link
examples of valid version strings include:
1
1.1
1.1.*
1.1.1
1.1.1.*
1.1.1.1
remove assemblyfileversion.
if assemblyfileversionattribute not supplied, assemblyversionattribute used win32 file version displayed on version tab of windows file properties dialog.
Comments
Post a Comment