-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages on nuget #392
Comments
New release? Yes please! https://www.nuget.org/packages/Deedle |
@tpetricek, I've just registered on nuget with the same username zyzhu. Please asign access. Thanks. |
Is this release going to be more compatible with .NET core? Any idea when it will be pushed? At this point I just see ver 1.2.5 from June 6th, 2016. Thanks |
@dsyme I saw you are already the owner of Deedle on nuget. Would you like to take a look at nuspec and release a newer version of Deedle targeting both netstandard2.0 and net45? We can always fix other issues one at a time. |
Targeting netstandard would be very helpful. I was considering branching and changing the project locally just for this. warning NU1701: Package 'Deedle 1.2.5' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project. A new version would be a far better solution. |
@zyzhu You are now owners, except not of https://www.nuget.org/packages/Deedle.RPlugin/, since I am not owner of that. @tpetricek can help |
@zyzhu Are you all ready to update the packages on nuget? I think you might still need access to Deedle.RProvider? It would be great to get the .NET Standard packages pushed |
It is maybe not super important, but maybe someone else can have a look at the RPlugin ? I did not manage to get that to work properly and right now it is just copying assemblies instead of using paket for the dependency on the RPlugin. If i change that back to using paket, i still get the same error i described in the original PR ( #382). Maybe that is a super simple problem and i just have no idea how to fix it, maybe it is not important at all. But i think it would be nice if someone could have another look before that package gets updated on nuget. |
Two more things:
|
I updated the version and release notes in #400 |
I've published Deedle and Deedle.Excel to nuget. Unfortunately the logo url of Deedle was wrong. Newbie mistake. We can update it in the next beta release. Thanks for everybody's help! As for Deedle.RPlugin, we need to test more and find out why do we have to link DLL directly instead of via paket/nuget. |
Any plans to release an official (not beta) nuget package for Deedle with support for .net standard? |
As deedle is just getting attention again i would not really advice in releasing a none-beta version too early as that does make breaking changes a lot harder. Is there any problem in using the beta version? |
If our project is dependent on the Deedle beta package, it forces all our releases to be prerelease packages as well. See https://github.com/NuGet/docs.microsoft.com-nuget/blob/master/docs/reference/errors-and-warnings/NU5104.md, this is problematic for us. |
Actually, I saw it's a warning in newer dotnet versions, so it is probably OK to use it as beta. |
Close this as Deedle 2.0.0 has been released. |
@tpetricek We will need to update the Deedle packages on nuget. Could you give access to @zyzhu and myself? thanks
The text was updated successfully, but these errors were encountered: