pkg and .snupkg files from ~/git/arrow/csharp/artifacts/ to
> https://www.nuget.org/packages/manage/upload
>
Great, thank you
> Eric
>
> -Original Message-
> From: Wes McKinney
> Sent: Tuesday, March 12, 2019 9:36 AM
> To: dev@arrow.apache.org
> Subject: Re: Publi
otnet pack -c Release -p:VersionSuffix=''
3. upload the .nupkg and .snupkg files from ~/git/arrow/csharp/artifacts/ to
https://www.nuget.org/packages/manage/upload
Eric
-Original Message-
From: Wes McKinney
Sent: Tuesday, March 12, 2019 9:36 AM
To: dev@arrow.apache.org
Subje
thanks Eric -- that sounds great. I think we're going to want to cut
the 0.13 release candidate around 2 weeks from now, so that gives some
time to get the packaging things sorted out
- Wes
On Thu, Mar 7, 2019 at 4:46 PM Eric Erhardt
wrote:
>
> > Some changes may need to be made to the release s
> Some changes may need to be made to the release scripts to update C# metadata
> files. The intent it to make it so that the code artifact can be pushed to a
> package manager using the official ASF release artifact. If we don't get it
> 100% right for 0.13 then > at least we can get a prelimin
hi Eric,
See
https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide
Some changes may need to be made to the release scripts to update C#
metadata files. The intent it to make it so that the code artifact can
be pushed to a package manager using the official ASF release
artifa
When would it be possible to publish the C# Arrow library to
https://www.nuget.org/? Is this something we can do as part of the 0.13.0
release?
For anyone who is unfamiliar with NuGet - it is the .NET package manager and is
the typical way to "ship" a .NET library.
Eric