Re: [VOTE] Release Apache Ignite 3.0.0-alpha3 RC1

2021-10-14 Thread Igor Sapego
Val, I think we need to upload the nuget package we want to upload so the community would know what we are going to upload and can check that everything is right. WDYT? Best Regards, Igor On Wed, Oct 13, 2021 at 8:03 PM Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Pavel, > >

Re: [VOTE] Release Apache Ignite 3.0.0-alpha3 RC1

2021-10-14 Thread Igor Sapego
Sorry, I meant we need to publish the package as part of RC, so it can be reviewed. Best Regards, Igor On Thu, Oct 14, 2021 at 11:34 AM Igor Sapego wrote: > Val, > > I think we need to upload the nuget package we want to upload so the > community > would know what we are going to upload and c

Re: [VOTE] Release Apache Ignite 3.0.0-alpha3 RC1

2021-10-14 Thread Valentin Kulichenko
Igor, As far as I understand, we can't upload the NuGet package anywhere, which is unfortunate. If you want to try the .NET client before the release, you can build from sources. -Val On Thu, Oct 14, 2021 at 8:16 AM Igor Sapego wrote: > Sorry, > > I meant we need to publish the package as part

Re: [VOTE] Release Apache Ignite 3.0.0-alpha3 RC1

2021-10-14 Thread Pavel Tupitsyn
Igor, you can test the actual packages locally: - Download artifacts [1] into a local folder - dotnet add package Apache.Ignite --version 3.0.0-alpha3 --source /my/folder There is no concept of staging on nuget.org, any publish is permanent. We can probably publish a version with "-rc1" suffix for

Re: [VOTE] Release Apache Ignite 3.0.0-alpha3 RC1

2021-10-14 Thread Valentin Kulichenko
Pavel, Since it's possible to test packages locally as you described, we can simply upload them to SVN [1] for RC testing. Let's start doing this with the next release. I also assume this will be useful for both 2.x and 3.x, right? [1] https://dist.apache.org/repos/dist/dev/ignite -Val On Thu,