Skip to content

Patch order on Add-XrmSolutionPatch wrong #310

Description

@kazur97

When calling Add-XrmSolutionPatch, the cmdlet searches for the highest version patch for the parent solution. It does this by ordering the patches by its version string. This leads to 1.0.9.0 being greater than 1.0.10.0 because when comparing the strings "9" > "1", resulting in an error when creating patches beyond patch level 10

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