Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27016

Assembly version information in AssemblyInfo.vb and .vbproj file

$
0
0
In a vb.net project i have got a assembly version information in both .vbproj file and assemblyinfo.vb In .vbproj file i have got following

<AssemblyMajorVersion>1</AssemblyMajorVersion>
<AssemblyMinorVersion>0</AssemblyMinorVersion>
<AssemblyRevisionNumber>0</AssemblyRevisionNumber>
But in assemblyinfo.vb i have

<Assembly: AssemblyVersion("2.0.*")>
If i change assembly version manually in my project properties(in properties->Application->assembly information) then value changes in assemblyinfo.vb ,but not in .vbproj file. So what does version information written in .vbproj file? what is the difference exactly?

Viewing all articles
Browse latest Browse all 27016

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>