Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-39036

Using only Regex and no Replacmentpattern should use AssemblyVersion

      Using the regex AssemblyVersion("[0-9\*\.]+") and no replacement pattern wiht new version number 2.2.2.2 should transform:
      [assembly: AssemblyVersion("1.0.*")]
      to:
      [assembly: AssemblyVersion("2.2.2.2")]
      but result is:
      [assembly: Version("2.2.2.2")]

          [JENKINS-39036] Using only Regex and no Replacmentpattern should use AssemblyVersion

          There are no comments yet on this issue.

            sankethpb Sanketh PB
            buerger Benny Bürger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: