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
2a2c0860
Commit
2a2c0860
authored
Feb 17, 2016
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.50-beta8 deploy
parent
9806401f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
14 deletions
+14
-14
AssemblyInfo.cs
Dapper.Contrib/Properties/AssemblyInfo.cs
+2
-2
project.json
Dapper.Contrib/project.json
+1
-1
project.json
Dapper.EntityFramework.StrongName/project.json
+1
-1
project.json
Dapper.EntityFramework/project.json
+1
-1
AssemblyInfo.cs
Dapper.SqlBuilder/Properties/AssemblyInfo.cs
+2
-2
project.json
Dapper.SqlBuilder/project.json
+1
-1
project.json
Dapper.StrongName/project.json
+1
-1
AssemblyInfo.cs
Dapper.Tests.Contrib/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
Dapper.Tests/Properties/AssemblyInfo.cs
+2
-2
project.json
Dapper/project.json
+1
-1
No files found.
Dapper.Contrib/Properties/AssemblyInfo.cs
View file @
2a2c0860
...
...
@@ -31,5 +31,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.
4
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
4
0.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.
5
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
5
0.0.0"
)]
Dapper.Contrib/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"Dapper.Contrib"
,
"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-beta
3
"
,
"version"
:
"1.50-beta
8
"
,
"title"
:
"Dapper.Contrib"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
,
"dapper"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.EntityFramework.StrongName/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"Adds support for DbGeography, etc."
,
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.
34-beta1
"
,
"version"
:
"1.
50-beta8
"
,
"title"
:
"Dapper entity framework type handlers (with a strong name)"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.EntityFramework/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"Adds support for DbGeography, etc."
,
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.
34-beta1
"
,
"version"
:
"1.
50-beta8
"
,
"title"
:
"Dapper entity framework type handlers"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.SqlBuilder/Properties/AssemblyInfo.cs
View file @
2a2c0860
...
...
@@ -31,5 +31,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.
4
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
4
0.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.
5
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
5
0.0.0"
)]
Dapper.SqlBuilder/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"Dapper.SqlBuilder"
,
"description"
:
"The Dapper SqlBuilder component, for building SQL queries dynamically."
,
"version"
:
"1.50-beta
3
"
,
"version"
:
"1.50-beta
8
"
,
"title"
:
"Dapper SqlBuilder component"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
,
"query"
,
"sql-builder"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.StrongName/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"A high performance Micro-ORM"
,
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"version"
:
"1.50-beta
7
"
,
"version"
:
"1.50-beta
8
"
,
"title"
:
"Dapper dot net (strong named)"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.Tests.Contrib/Properties/AssemblyInfo.cs
View file @
2a2c0860
...
...
@@ -31,5 +31,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.
4
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
4
0.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
Dapper.Tests/Properties/AssemblyInfo.cs
View file @
2a2c0860
...
...
@@ -31,5 +31,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.
4
0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
4
0.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
Dapper/project.json
View file @
2a2c0860
...
...
@@ -5,7 +5,7 @@
"licenseUrl"
:
"http://www.apache.org/licenses/LICENSE-2.0"
,
"summary"
:
"A high performance Micro-ORM"
,
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"version"
:
"1.50-beta
7
"
,
"version"
:
"1.50-beta
8
"
,
"title"
:
"Dapper dot net"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
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