Below are the steps taking place
- OctoPack: Attempting to build package from 'MySoltuion.MyProject.nuspec'.
- OctoPack: Successfully created package
'C:\pathToMySolution\MyProject\obj\octopacked\MyProject.2018.03.26.6654.nupkg'. - OctoPack: OctoPack successful
I want to get the version i.e 2018.03.26.6654.
FYI, I don't need my assembly version
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Any help is appreciated, thanks