The FileVersionInfo class has an IsPreRelease property.
Is there any way through AssemblyInfo or something else in my .NET assembly project to get that property to return true in the resulting .dll file?
The FileVersionInfo class has an IsPreRelease property.
Is there any way through AssemblyInfo or something else in my .NET assembly project to get that property to return true in the resulting .dll file?