I'm dealing with an issue with a transitive dependency on `Mono.Posix` from `dogstatsd-csharp-client` - https://github.com/DataDog/dogstatsd-csharp-client/issues/220#issuecomment-3572255702. The issue seems to be: > All versions of Mono.Unix are considered pre-releases by NuGet because they have a version suffix like 7.1.0-final.1.21458.1 This is preventing me from installing [DogStatsD-CSharp-Client](https://www.nuget.org/packages/DogStatsD-CSharp-Client) unless I enable pre-release support in my app, which I'm trying to avoid. Can you please release a version to Nuget without the trailing suffix?