cloudfoundry-attic / cf-dotnet-sdk

Cloud Foundry .NET SDK
Other
18 stars 13 forks source link

allow beta builds by setting a custom revision #130

Closed mihaibuzgau closed 7 years ago

mihaibuzgau commented 7 years ago

Nuget does not support SemVer 2.0, so this is not conssidered a valid version: "$(major).$(minor).$(revision)-beta.$(build)". This commit allows you to ignore the $(build) parameter, as this $(major).$(minor).$(revision)-beta is a valid version.

cfdreddbot commented 7 years ago

Hey mihaibuzgau!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

stefanschneider commented 7 years ago

+1