Github user FlorianHockmann commented on the issue:

    https://github.com/apache/tinkerpop/pull/600
  
    I don't know how it works with Java, but NuGet uses semantic versioning and 
treats packages with a suffix as pre-release packages. So something like 
`3.2.5-prerelease1` or `3.2.5-beta01` would work. xUnit for example uses 
`alpha`, `beta` and `rc` followed by a build tag: 
https://www.nuget.org/packages/xunit
    It's only important to increment the suffix when something changed.
    (For more information, see: 
https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to