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 @@
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
......@@ -20,6 +20,13 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
## 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
- Added back missing .NET Standard functionality (restored in `netstandard2.0`)
......@@ -86,7 +93,7 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
- Add `QueryFirstOrDefault` / `ReadFirstOrDefault` methods that optimize the single-row scenario
- remove some legacy `dynamic` usage from the async API
- make `DynamicTypeMap` public again (error during core-clr migration)
- use `Hashtable` again on core-clr
- use `Hashtable` again on core-clr
### 1.50-beta3
......
1.50.5
\ No newline at end of file
1.50.6-alpha
\ 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