assemblyversionattribute Questions
6
Solved
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 AssemblyInfo.cs file containing
[assembly: Asse...
Frederico asked 27/7, 2009 at 13:55
1
Solved
In WinForms I have an AssemblVersion
[assembly: AssemblyVersion("01.01.01.002")]
However when the splash screen comes up it completely ignores the zeros showing:
1.1.1.2
as the version whic...
Bougainville asked 29/3, 2013 at 0:36
1
Solved
I am trying to set my AssemblyVersion and AssemblyFileVersion attributes in my project like so:
[assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyFileVersion("3.0.*")]
but I get this warni...
Densitometer asked 19/3, 2013 at 16:59
1
Solved
Say I have a version number 1.5.* that is compiled as 1.5.4735.28467.
What is the formula for getting 4735 and 28467?
Shiau asked 18/12, 2012 at 23:53
5
Solved
In the assemblyInfo.cs I have AssemblyVersion and AssemblyFileVersion.
Normally I just increment the AssemblyVersion like this.
1st digit: Major change
2nd digit: Minor change
3rd digit: bug fixes...
Machicolation asked 20/8, 2009 at 4:40
3
Solved
I'm adding an About dialog to my .NET application and I'm querying the assembly's attributes for information to display. When I attempt to retrieve my assembly's AssemblyVersionAttribute using GetC...
Clarisaclarise asked 17/7, 2009 at 17:1
1
© 2022 - 2024 — McMap. All rights reserved.