Top "Assemblyversionattribute" questions

The AssemblyVersionAttribute class is used by the .NET framework to specify the version number of an assembly.

.NET: Large revision numbers in AssemblyVersionAttribute

We have the convention of versioning our builds as [major].[minor].[micro].[revision], e.g. 2.1.2.33546. Our build-script automatically updates an …

c# .net svn version-control assemblyversionattribute
CS1607: The version specified for the 'file version' is not in the normal 'major.minor.build.revision' format in .NET

I am trying to set my AssemblyVersion and AssemblyFileVersion attributes in my project like so: [assembly: AssemblyVersion("3.0.*")] [assembly: AssemblyFileVersion("3.0.*")] but …

.net warnings wildcard assemblyversionattribute