BoolBySigma / UpdateNetCorePackageInfo

SORRY THIS IS NO LONGER MAINTAINED
1 stars 0 forks source link

Prerelease Package Version #8

Open michaelsogos opened 7 years ago

michaelsogos commented 7 years ago

Dear @boolmartinnilsson,

Amazing extension!

We need to set up a package version info for PRE-RELEASE branch. As per NuGet documentation, any word appended in the end of the package version will be automatically tagged as PRE-RELEASE package.

Ex.: 1.0.0-beta1, 1.0.0-alpha10, 1.0.0-preview23 will be treated automatically as PRE-RELEASE packages.

The issue is that actually the field PACKAGE REVISION accept only numbers.

Can you help us on this?