assemblyfileversion Questions
1
I have a situation where i want the versioning to be dynamic at build time.
Version Pattern: <year>.<month>.<day>.<hhmm>
But i have read where the String value used in the...
Equilibrate asked 7/1, 2013 at 20:24
2
Solved
I want to determine the file version of dll file in 'c#' when the path is specified.
Suppose path = "\x\y\z.dll" .
How to find the file version of z.dll when path is given?
NOTE: I use Com...
Culhert asked 25/7, 2012 at 7:58
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
1
© 2022 - 2024 — McMap. All rights reserved.