Commit e7020b2b authored by Marc Gravell's avatar Marc Gravell

release notes for 1.50.7; set future versions to 1.50.8-alpha

parent bed688bb
...@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ...@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
appveyor.yml = appveyor.yml appveyor.yml = appveyor.yml
build.ps1 = build.ps1 build.ps1 = build.ps1
Directory.build.props = Directory.build.props Directory.build.props = Directory.build.props
docs\index.md = docs\index.md
License.txt = License.txt License.txt = License.txt
nuget.config = nuget.config nuget.config = nuget.config
Readme.md = Readme.md Readme.md = Readme.md
......
...@@ -20,6 +20,14 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command ...@@ -20,6 +20,14 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
## Release Notes ## Release Notes
### 1.50.7
- Fix #1190 - incorrect unmanaged pointer when processing parameters that are a boxed struct (rare error relating to GC)
- Fix #1111 - make `SqlMapper.Parse` consistent with `QueryImpl`
- Fix #111- - improve error message for invalid literal types
- Fix #1149 - improve error messages in "contrib"
- Improved detection of empty table-valued-parameters
### 1.50.5 ### 1.50.5
- Fixes empty result set hanging with `QueryAsync` - Fixes empty result set hanging with `QueryAsync`
......
{ {
"version": "1.50.7", "version": "1.50.8-alpha.{height}",
"assemblyVersion": "1.50.0.0", "assemblyVersion": "1.50.0.0",
"publicReleaseRefSpec": [ "publicReleaseRefSpec": [
"^refs/heads/master$", "^refs/heads/master$",
......
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