Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 1.63 KB

Changelog

All notable changes to PullStream.Csv project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing to write yet

2.0.1 - 2021-06-15

Fixed

  • Fixes changelog link in NuGet package

2.0.0 - 2021-06-15

Changed

  • Now NuGet package targets only netstandard2.0 (there used to be netstandard2.0 and netstandard2.1) #48
  • Use ChunkOutput from PullStream package instead of custom CsvRow #31
  • Now NuGet package references PullStream package of minimal verision 1.2.1 (there used to be 1.2.0)

1.0.1 - 2021-06-14

Fixed

  • Validate all arguments of public methods #30

1.0.0 - 2021-04-30

Changed

  • Package version

0.1.0 - 2021-04-30

Added

  • Csv stream #8