[
https://issues.apache.org/jira/browse/IGNITE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-12481:
------------------------------------
Labels: .NET (was: )
> .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
> Priority: Major
> Labels: .NET
> 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)