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
e15cb95d
Commit
e15cb95d
authored
Jul 22, 2016
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.50.2
parent
344de889
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
13 deletions
+13
-13
project.json
Dapper.Contrib/project.json
+2
-2
project.json
Dapper.EntityFramework.StrongName/project.json
+2
-2
project.json
Dapper.EntityFramework/project.json
+2
-2
project.json
Dapper.Rainbow/project.json
+1
-1
project.json
Dapper.SqlBuilder/project.json
+2
-2
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.Contrib/project.json
View file @
e15cb95d
...
...
@@ -12,12 +12,12 @@
},
"authors"
:
[
"Sam Saffron"
,
"Johan Danforth"
],
"description"
:
"The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional
\"
dirty
\"
tracking of interface-based entities."
,
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"title"
:
"Dapper.Contrib"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"target"
:
"project"
}
},
...
...
Dapper.EntityFramework.StrongName/project.json
View file @
e15cb95d
...
...
@@ -12,12 +12,12 @@
},
"authors"
:
[
"Marc Gravell"
,
"Nick Craver"
],
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"title"
:
"Dapper entity framework type handlers (with a strong name)"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper.StrongName"
:
{
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"target"
:
"project"
}
},
...
...
Dapper.EntityFramework/project.json
View file @
e15cb95d
...
...
@@ -12,12 +12,12 @@
},
"authors"
:
[
"Marc Gravell"
,
"Nick Craver"
],
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"title"
:
"Dapper entity framework type handlers"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"target"
:
"project"
}
},
...
...
Dapper.Rainbow/project.json
View file @
e15cb95d
...
...
@@ -17,7 +17,7 @@
"copyright"
:
"2012 Sam Saffron"
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"target"
:
"project"
}
},
...
...
Dapper.SqlBuilder/project.json
View file @
e15cb95d
...
...
@@ -12,12 +12,12 @@
},
"authors"
:
[
"Sam Saffron, Johan Danforth"
],
"description"
:
"The Dapper SqlBuilder component, for building SQL queries dynamically."
,
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"title"
:
"Dapper SqlBuilder component"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"target"
:
"project"
}
},
...
...
Dapper.StrongName/project.json
View file @
e15cb95d
...
...
@@ -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.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"title"
:
"Dapper dot net (strong named)"
,
"copyright"
:
"2016 Stack Exchange, Inc."
,
"dependencies"
:
{
...
...
Dapper/Properties/AssemblyInfo.cs
View file @
e15cb95d
...
...
@@ -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.
1
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.50.
1
.0"
)]
[
assembly
:
AssemblyVersion
(
"1.50.
2
.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.50.
2
.0"
)]
Dapper/project.json
View file @
e15cb95d
...
...
@@ -11,7 +11,7 @@
"url"
:
"https://github.com/StackExchange/dapper-dot-net"
}
},
"version"
:
"1.50.
1
-*"
,
"version"
:
"1.50.
2
-*"
,
"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