We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15240 commit 8e5c996Copy full SHA for 8e5c996
releasenotes.md
@@ -1,5 +1,17 @@
1
# Releasenotes
2
3
+## 2.0.2
4
+- Bugfix of typeconversion for arrays
5
+
6
+## 2.0.1
7
+- Minor bugfix of issue #46 , which was a regression of how `OracleValueConverter` behaves. Many thanks to @opejanovic for fixing this.
8
9
+## 2.0.0
10
+- Dependency switched to Dapper 2.0.35
11
+- Value conversion improvements (Thanks to @Havagan in PR #44 )
12
+- Parameters collection is now available before execution (Thanks to @opejanovic in PR #37)
13
+- Minimum full framework version bumped to .net 4.6.2, given that .net 4.5 is EOL.
14
15
## 1.2.1
16
- Fixed bug in type converter
17
- Added doc for Type handlers
0 commit comments