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
7088263a
Commit
7088263a
authored
Apr 06, 2020
by
mgravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update release notes
parent
765300a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
Dapper.sln
Dapper.sln
+5
-0
index.md
docs/index.md
+19
-0
No files found.
Dapper.sln
View file @
7088263a
...
...
@@ -46,6 +46,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.Tests.Performance",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapper.ProviderTools", "Dapper.ProviderTools\Dapper.ProviderTools.csproj", "{B06DB435-0C74-4BD3-BC97-52AF7CF9916B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{9D960D4D-80A2-4DAC-B386-8F4235EC73E6}"
ProjectSection(SolutionItems) = preProject
docs\index.md = docs\index.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
...
...
docs/index.md
View file @
7088263a
...
...
@@ -20,6 +20,25 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
## Release Notes
### 2.0.35
-
build tooling: enable "deterministic builds" and enable SDK roll-foward
-
fix culture related formatting/parsing issue with Sqlite (#1363 via sebastienros)
-
documentation fixes (#1357 via jawn)
-
add tests for
`SqlBuilder`
(#1369 via shps951023)
### 2.0.30
-
upstream library updates; project (build) cleanup
-
reinstated net461 build target
-
add Dapper.ProviderTools library (to help with System vs Microsoft SqlClient migration, etc)
-
fix double dictionary lookup (#1339 via DamirAinullin)
-
fix bug with dynamic parameters accessing the wrong member (#1334 via DamirAinullin)
-
fix explicit-key issue with
`DeleteAsync`
(#1309 via james-hester-ah)
-
fix for
`char`
on Postgres (#1326 via jjonescz)
-
documentation fixes (#1340 via jawn)
-
test and benchmark fixes (#1337 via DamirAinullin, #1206 via yesmey, #1331 via andresrsanchez, #1335 via DamirAinullin)
### 2.0.4
Primary changes:
...
...
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