Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
e8bd27d8
Commit
e8bd27d8
authored
May 20, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add release notes for 1.50.5, bump to 1.50.6-alpha for builds
TODO: NerdBank versioning cutover
parent
029ae842
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
index.md
docs/index.md
+9
-2
semver.txt
semver.txt
+1
-1
No files found.
docs/index.md
View file @
e8bd27d8
...
@@ -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`
](
http
s
://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`
)
...
...
semver.txt
View file @
e8bd27d8
1.50.5
1.50.6-alpha
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment