Replies: 1 comment 2 replies
-
Yes, the current master branch has a lot of fixes, I will publish a new release asap. Sorry for the delay, this release includes a lot of cool features, such as a huge improvement to zooming and panning in touch devices, I am getting everything ready for the release, I hope that in the worst of the cases the release is on monday. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just as a comment. Could packages be updated more often with current versions. There are currently some crucial updates in repo already that would be nice to have. This would help to test current version in real case scenarios and spot other bugs if there are any. I know I can pull latest version from repo and merge with my fork, but then I find it more convenient to use NuGet package with updating features and all the other benefits. (or am I missing something?)
For example in my app I am currently having:
<PackageReference Include="LiveChartsCore.SkiaSharpView.XamarinForms" Version="2.0.0-beta.101" />
However it is missing some recent updates that are already in this repo.
Also in repo it reads:
dotnet add PROJECT package LiveChartsCore.SkiaSharpView.XamarinForms --version 2.0.0-beta.100
Beta Was this translation helpful? Give feedback.
All reactions