In visual studio properties window a dll has a version given. And in OS file system another version number is given. Is there a way to see the same version shown in visual studio in file system or the other way around. Because with caching preview installation life has become very very difficult!!! For visuals click here
Share
Yes, this is because the file system displays the Assembly File Version and Visual Studio shows you the Assembly Version. See this question for more info about the differences: What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?
If you open the assembly with DotPeek for example, you’ll see that both attributes are defined: