umbraco / UmbPack

13 stars 13 forks source link

Init command produces invalid xml #20

Closed jmayntzhusen closed 4 years ago

jmayntzhusen commented 4 years ago

Creating the package.xml through the init command it will create something like:

      <requirements type="strict">
        <major>8</major>
        <major>0</major>
        <major>0</major>
      </requirements>

The 3x major needs to be major, minor, patch - currently packages packed based on this will give an error when installed.