Skip to content

Releases: kentcb/KBCsv

v5.0.0

16 Aug 11:08
Compare
Choose a tag to compare

NOTE: this is a breaking release!

  • netstandard 1.0 support

v4.0.0

30 Jan 07:30
Compare
Choose a tag to compare

NOTE: this is a breaking release!

  • the only import you need is KBCsv
    • Kent.Boogaart. has been removed from all namespaces
    • .Extensions has been removed from extension namespaces
  • removed Kent.Boogaart. from all NuGet packages. Thus, consumers of the old package should uninstall and switch to the new
  • added ToEnumerable extension method to allow easy LINQ integration
  • added CsvIgnoreAttribute for use with reflection-based WriteCsv extension method (allows you to ignore certain properties)
  • documentation improvements
  • removed the dependency on Kent.Boogaart.HelperTrinity package
  • a shiny, new icon

v3.0.2

18 Aug 07:32
Compare
Choose a tag to compare
  • fixed target framework monikers (TFMs) for Xamarin

v3.0.1

30 Apr 08:30
Compare
Choose a tag to compare
  • #3 : fixed bug where reading into a buffer would fill the buffer if the final value was implicit