Passing in version number via OctoPackNuGetProperties

I have a project file created specifically for building a web api project running octopack, the nuget file is placed properly in the Artifacts folder but I am trying to pass in some customized properties such as the version, but it keeps saying version 1.0.0.0, yet i’d like to make it version 5.0.0.0 per my code below, what am I doing wrong?

Hi Gordon,

Thanks for reaching out. The MSBuild property OctoPackPackageVersion might be what you are looking for

Thanks,

Dalmiro