Commit e8bd27d8 authored by Nick Craver's avatar Nick Craver

Add release notes for 1.50.5, bump to 1.50.6-alpha for builds

TODO: NerdBank versioning cutover
parent 029ae842
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
A brief guide is available [on github](https://github.com/StackExchange/dapper-dot-net/blob/master/Readme.md) A brief guide is available [on github](https://github.com/StackExchange/dapper-dot-net/blob/master/Readme.md)
Questions on Stack Overflow should be tagged [`dapper`](http://stackoverflow.com/questions/tagged/dapper) Questions on Stack Overflow should be tagged [`dapper`](https://stackoverflow.com/questions/tagged/dapper)
## Installation ## Installation
...@@ -20,6 +20,13 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command ...@@ -20,6 +20,13 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
## Release Notes ## Release Notes
### 1.50.5
- Fixes empty result set hanging with `QueryAsync`
- `DapperRow` now implements `IReadOnlyDictionary<string, object>`
- Improved error messages for `Async` when the provided `IDbConnection` is not a `DbConnection`
- Contrib: `GetAll` now handles nullable types
### 1.50.4 ### 1.50.4
- Added back missing .NET Standard functionality (restored in `netstandard2.0`) - Added back missing .NET Standard functionality (restored in `netstandard2.0`)
......
1.50.5 1.50.6-alpha
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment