File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ### 2.0.0
3+ ### 2.0.0 (PRERELEASE)
44
5- * Remove support for Microsoft Jet
6- * MS Ace driver is now a hard requirement
5+ * Remove support for Microsoft Jet as it was deprecated many years ago, and only works in 32-bit applications.
6+ * MS Ace driver is now a * requirement* .
77* Target AnyCPU
8- * Switch .Net framework to 4.5.1
8+ * Target .Net Framework v3.5, v4.5.1, and v4.6.
9+ * Fix ` ExcelQueryFactory ` not being disposed properly.
10+ * Fix incorrect worksheet names that contain a ` $ ` .
11+ * Remotion.Linq updated, and no longer bundled with project.
12+ * Added support for unary expressions in Linq aggregate functions.
13+ * Added support for primitive value type results to be cast to ` Nullable<T> ` counterparts.
14+ * Fix "item already inserted" issue in AddTransformation. Thanks ** @tkestowicz ** .
15+ * Throw Exception with row number and column name/number. Thanks ** @achvaicer ** .
16+ * Added a method of gathering "unmapped cells". Thanks ** @freakingawesome ** .
17+
18+ * Other notes:
19+ * Thanks to ** @cuongtranba ** for helping to move the project to Nunit.
20+
921
1022### 1.11.0
1123
You can’t perform that action at this time.
0 commit comments