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
710e86fe
Commit
710e86fe
authored
Nov 25, 2017
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.50.4 release
parent
46dffa84
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
build.ps1
build.ps1
+6
-1
index.md
docs/index.md
+5
-0
semver.txt
semver.txt
+1
-1
No files found.
build.ps1
View file @
710e86fe
...
@@ -30,7 +30,12 @@ function CalculateVersion() {
...
@@ -30,7 +30,12 @@ function CalculateVersion() {
Exit
1
Exit
1
}
}
return
"
$semVersion
-
$BuildNumber
"
if
(
$semVersion
-contains
"-"
)
{
return
"
$semVersion
-
$BuildNumber
"
#prerelease
}
else
{
return
"
$semVersion
"
#release
}
}
}
if
(
$BuildNumber
-and
$BuildNumber
.Length -lt 5
)
{
if
(
$BuildNumber
-and
$BuildNumber
.Length -lt 5
)
{
...
...
docs/index.md
View file @
710e86fe
...
@@ -22,6 +22,11 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
...
@@ -22,6 +22,11 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command
## Release Notes
## Release Notes
### 1.50.4
-
Added back missing .NET Standard functionality (restored in
`netstandard2.0`
)
-
Bumped
`SqlClient`
dependency to 4.4.0 (to help propagate the newer client)
### 1.50.2
### 1.50.2
-
fix issue 569 (
`in`
expansions using ODBC pseudo-positional arguments)
-
fix issue 569 (
`in`
expansions using ODBC pseudo-positional arguments)
...
...
semver.txt
View file @
710e86fe
1.50.5-alpha1
1.50.4
\ 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