Skip to content

Implement a way to cast or convert from System.String to SemVer.SemanticVersion. #3

@aloisdg

Description

@aloisdg

Hello,

I would love to cast or convert from System.String to SemVer.SemanticVersion.

I don't know enough F#, so in C# it would be something like this:

public static explicit operator SemanticVersion(string str)
{
    return new SemanticVersion(str);
}

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions