Getting version number for package in Github Actions – Ubuntu
I'm trying to set up my "first" GitHub action to publish the NuGet package of .NET library to my private GitHub Packages registry. I want my action to get the version number of the package from the .csproj file. I'm…