I'm running the following command
msbuild Project.csproj /p:Configuration="Release" /p:VersionAssembly=0.0.0.7 /p:Version=0.0.0.7 /p:VersionSuffix=0.0.0.7 /p:BuildProjectReferences=false
To update the File version is there a way to do it without the AssemblyInfo target task in the project I would like to avoid update the project.