Skip to content

Implement constructor that takes a parameter of type System.Version #3

@michielvoo

Description

@michielvoo

Example code:

var nonSemVersion = new Version(0,0);
var semVersion = new SemVersion(nonSemVersion);

Internally the constructor can parse the output of System.Version.ToString(3), and maybe use the argument's Build property as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions