readme.txt 742 B

1234567891011121314151617181920212223
  1. ==================================
  2. <<<<<<<<<<< IMPORTANT >>>>>>>>>>>>
  3. ==================================
  4. LiveCharts is now multipatform (at least the design).
  5. So this package contains nothing but the core of the library,
  6. you might also need to install the desired platform.
  7. For example if using wpf you must also install the wpf package.
  8. ------------------------------------
  9. > Install-Package LiveCharts.Wpf
  10. ------------------------------------
  11. For future updates, you will only need to update LiveCharts.Wpf (or any other platform)
  12. forget about the core, all the platforms packages will have a dependency to core.
  13. ------------------------------------
  14. > Update-Package LiveCharts.Wpf
  15. ------------------------------------
  16. Happy coding!