I found this blog post and related Gist . It seems that the author has not created the appropriate NuGet package.
Does anyone know of a NuGet package that already exists?
For reference, here is a specification of semantic version control.
Turns out the answer was right under my nose. NuGet.Core itself contains the SemanticVersion class using the TryParse method.
And you can essentially install NuGet.Core via NuGet .: P
Not that I knew.
However, the .NET builtin Version class is well versed in the version number compatible with the semantic version related to your question. It will return an object whose value for the version number is -1.
Source: https://habr.com/ru/post/972273/More articles:UITextView does not show long text - iosUITextView not loading / not showing large text? - iosHow to check rake task with RSpec? - ruby-on-railsQSerialPort readLine () is extremely slow compared to readAll () - c ++Creating a triangle shape in UIButton - ios.Net SerialPort Readline Vs DataReceived Event Handler - .netDeleteIntent notification broken in later Android versions - javaAngularJS Karma test - allow an object passed to the controller, undefined during testing - javascriptjava.lang.IllegalStateException in android.media.MediaRecorder.start when calling MediaRecorder.start in onLongClickListener - androidAndroid deleteIntent not working? What happened to my code? - javaAll Articles