What is considered a pre-release package in NuGet, is it anything that has a dash followed by something e.g. 1.0.0-something
?
Also, how can you use a build number using NuGet? The NuGet docs about versioning say that you can use 1.0.0-build123
. However, does this mean that anything with a build number has to be pre-release?
Is it possible to include a build number but not have a pre-release NuGet package?