4
votes
5answers
236 views
What is the AssemblyFileVersion used for in C#?
Hello,
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 …
0
votes
2answers
33 views
Can SourceSafe be configured to update AsemblyInfo
Hello.
At work we have an (reasonable) agreement, that every time a project is updated, no matter how small change is, that is reflected in the Revision value of Assembly Information. This way we …
6
votes
4answers
200 views
.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 AssemblyInfo.cs file containing
[assembly: …
0
votes
3answers
162 views
GetCustomAttribute() returns null for AssemblyVersionAttribute
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 …
