brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

BUGFIX : include version into filename #65

Open alexandredubois opened 3 years ago

alexandredubois commented 3 years ago

Using the -p:Version flag allow dotnet pack to add the specified version to be included into the package

AraHaan commented 3 years ago

Question does my fork at https://github.com/Elskom/publish-nuget/ fix this for you as well.

Note: With that fork you would need to use my other action as well which is Elskom/build-dotnet.