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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -