Version of OctoPack package

Where does OctoPack get the version number for the package it creates?

I have set the version in the .nuspec file and have a AssemblyVersion set.

This is for a ASP.NET website.

Thanks

Hi Lynn,

You can pass it via the MSBuild command line using:

/p:OctopusPackageVersion=1.3.1

Hope that helps,

Paul

That is very helpful. Thank you.