Unlike in Visual Studio 2017, I am unable to add assembly version information to my dll files in Visual Studio for Mac.
I have updated the version field in .csproj
PackageVersion
is for NuGet only.
You should set the [assembly: AssemblyVersion]
and/or [assembly: AssemblyFileVersion]
attributes in code.