Skip to content

Commit e7020b2

Browse files
committed
release notes for 1.50.7; set future versions to 1.50.8-alpha
1 parent bed688b commit e7020b2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Dapper.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
appveyor.yml = appveyor.yml
1010
build.ps1 = build.ps1
1111
Directory.build.props = Directory.build.props
12+
docs\index.md = docs\index.md
1213
License.txt = License.txt
1314
nuget.config = nuget.config
1415
Readme.md = Readme.md

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
2020

2121
## Release Notes
2222

23+
### 1.50.7
24+
25+
- Fix #1190 - incorrect unmanaged pointer when processing parameters that are a boxed struct (rare error relating to GC)
26+
- Fix #1111 - make `SqlMapper.Parse` consistent with `QueryImpl`
27+
- Fix #111- - improve error message for invalid literal types
28+
- Fix #1149 - improve error messages in "contrib"
29+
- Improved detection of empty table-valued-parameters
30+
2331
### 1.50.5
2432

2533
- Fixes empty result set hanging with `QueryAsync`

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.50.7",
2+
"version": "1.50.8-alpha.{height}",
33
"assemblyVersion": "1.50.0.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$",

0 commit comments

Comments
 (0)