Skip to content

Commit

Permalink
Add release notes for 1.50.5, bump to 1.50.6-alpha for builds
Browse files Browse the repository at this point in the history
TODO: NerdBank versioning cutover
  • Loading branch information
NickCraver committed May 20, 2018
1 parent 029ae84 commit e8bd27d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`)
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion semver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50.5
1.50.6-alpha

0 comments on commit e8bd27d

Please sign in to comment.