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
52ac8e42
Commit
52ac8e42
authored
Jul 08, 2016
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.50.1 deploy
parent
f9bd30fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
project.json
Dapper.StrongName/project.json
+1
-1
AssemblyInfo.cs
Dapper/Properties/AssemblyInfo.cs
+2
-2
project.json
Dapper/project.json
+1
-1
No files found.
Dapper.StrongName/project.json
View file @
52ac8e42
...
...
@@ -13,7 +13,7 @@
},
"authors"
:
[
"Sam Saffron"
,
"Marc Gravell"
,
"Nick Craver"
],
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"version"
:
"1.50.
0
-*"
,
"version"
:
"1.50.
1
-*"
,
"title"
:
"Dapper dot net (strong named)"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
...
...
Dapper/Properties/AssemblyInfo.cs
View file @
52ac8e42
...
...
@@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"1.50.
0
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.50.
0
.0"
)]
[
assembly
:
AssemblyVersion
(
"1.50.
1
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.50.
1
.0"
)]
Dapper/project.json
View file @
52ac8e42
...
...
@@ -11,7 +11,7 @@
"url"
:
"https://github.com/StackExchange/dapper-dot-net"
}
},
"version"
:
"1.50.
0
-*"
,
"version"
:
"1.50.
1
-*"
,
"authors"
:
[
"Sam Saffron"
,
"Marc Gravell"
,
"Nick Craver"
],
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"title"
:
"Dapper dot net"
,
...
...
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