Why isn’t my DLL version updated after dotnet publish?
I have a dotnet core project and trying to build from command line using the dotnet publish -c "Release" -p:Version=x.x.x.x
command.
I also tested with the following variations of the parameter