You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2019/12/20 17:18:00 UTC

[jira] [Created] (IGNITE-12481) .NET: NuGet verification script does not handle multi-digit version parts

Pavel Tupitsyn created IGNITE-12481:
---------------------------------------

             Summary: .NET: NuGet verification script does not handle multi-digit version parts
                 Key: IGNITE-12481
                 URL: https://issues.apache.org/jira/browse/IGNITE-12481
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.9
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.9


The following regex in verify-nuget.ps1 does not support multi-digit versions like 8.7.99

{code}
$packageId = $_.Name -replace '(.*?)\.\d\.\d\.\d\.nupkg', '$1'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)