FileHelpers v3.3.0 Release Notes

Release Date: 2018-06-29 // almost 6 years ago
  • ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed nuget package for .NET Framework 3.5.
      ๐Ÿš€ In this release we have started to ship the main parts of the library for .NET Standard 2.0.
      Some reflection based uses now APIs that were not present with the .NET Framework 3.5.

    ๐Ÿ”‹ Features

    • Support for .NET Standard 2.0. That means that you can use FileHelpers from your .NET Core 2.0
      or UWP apps (#286, #295, #298, #300). Some parts of FileHelpers are not compiled to .NET Standard 2.0:
      • DataLink
      • Ability to generate a type at runtime: ClassBuilder and CsvClassBuilder
      • SmartFormatDetector
      • both FileHelpers.ExcelNPOIStorage and FileHelpers.ExcelStorage

    ๐Ÿ›  Fixed bugs

    • #268 Typo in error message

    Technical

    • ๐Ÿ— #294 Using MsBuild 15 and Visual Studio 2017 to build project