Possibly The Quickest Package Versioning on .NET? #shorts
Transcript
Hi, my name is Stu and in this video I'm going to show you probably the quickest way of versioning your NuGet packages. First of all, we need to install a package called MinVer. MinVer is a versioning package that allows you to use git tags in order to create versioned NuGet packages. Next step, we use git tag and specify our version. Then we do dotnet build. Once it's built, you can see now that we have MinVer sample 1.2.4 of our NuGet package successfully created. There's a couple of other options that we can use, like when to skip the minimum major minor version, extensions for mono repos, and a couple of other things like verbosity and whether to ignore the height. That's it, that's the video. You've now got versioned NuGet packages inside of 60 seconds.
If you enjoyed this video, consider subscribing to the YouTube channel for more content like this.