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
e7020b2b
Commit
e7020b2b
authored
Feb 11, 2019
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release notes for 1.50.7; set future versions to 1.50.8-alpha
parent
bed688bb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
Dapper.sln
Dapper.sln
+1
-0
index.md
docs/index.md
+8
-0
version.json
version.json
+1
-1
No files found.
Dapper.sln
View file @
e7020b2b
...
@@ -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
...
...
docs/index.md
View file @
e7020b2b
...
@@ -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.json
View file @
e7020b2b
{
{
"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$"
,
...
...
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