When creating a Nuget package, the version in the file name of the Nuget package seems to come from the AssemblyInfo
file in the web application project. I have also created a version attribute inside the .nuspec
file.
What is the relationship between these two version numbers and are there any conventions attached?