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

[jira] [Commented] (IGNITE-18346) .NET: IgniteProductVersion shows incorrect timestamp

    [ https://issues.apache.org/jira/browse/IGNITE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646179#comment-17646179 ] 

Pavel Tupitsyn commented on IGNITE-18346:
-----------------------------------------

Merged to master: b61b6cf59364c71079afdff2bda9a05cf3541692

> .NET: IgniteProductVersion shows incorrect timestamp
> ----------------------------------------------------
>
>                 Key: IGNITE-18346
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18346
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.14
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>             Fix For: 2.15
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following code reproduces the issue:
> {code:c#}
> var node = Ignition.Start(cfg);
> Console.WriteLine("Version: " + node.GetVersion());
> {code}
> For version 2.14:
> {noformat}
> Expected: 2.14.0#20220929-sha1:951e8deb
> Actual:   2.14.0#19700102-sha1:951e8deb
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)