- Bug fix for mono (suppresses a meaningless error when calling Dispose())
- Replaced Series.Lines, Series.XY, Series.TimeY, and Series.Function with a single overloaded Series.Lines which accepts any of the above data types. Important note: This will break code which used the old constructors. To fix your legacy code, simply replace all usages of the above constructors with Series.Lines
- Added Series.Points and Series.Impulses constructors. These work exactly like Series.Lines, but instead of plotting a continuous line they plot the datapoints as isolated points or isolated thin bars, respectively.
- Adding more documentation, minor code refactoring
- Fixing remaining build issues and releasing
- Using project scaffold and initial NuGet release