NuSpec version attribute vs assembly version

Viewed 16615

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?

2 Answers
Related