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
10581e86
Commit
10581e86
authored
May 16, 2016
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to RC2 final build (24027) libraries. Also bump to beta10
parent
3a41b9a4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
41 deletions
+40
-41
project.json
Dapper.Contrib/project.json
+4
-4
project.json
Dapper.EntityFramework.StrongName/project.json
+1
-1
project.json
Dapper.EntityFramework/project.json
+1
-1
project.json
Dapper.Rainbow/project.json
+3
-3
project.json
Dapper.SqlBuilder/project.json
+4
-4
project.json
Dapper.StrongName/project.json
+11
-11
project.json
Dapper.Tests.Contrib/project.json
+5
-5
project.json
Dapper/project.json
+11
-12
No files found.
Dapper.Contrib/project.json
View file @
10581e86
...
...
@@ -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
9
"
,
"version"
:
"1.50-beta
10
"
,
"title"
:
"Dapper.Contrib"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
,
"dapper"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
@@ -44,9 +44,9 @@
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24015"
}
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24027"
}
}
}
}
\ No newline at end of file
Dapper.EntityFramework.StrongName/project.json
View file @
10581e86
...
...
@@ -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.50-beta
9
"
,
"version"
:
"1.50-beta
10
"
,
"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 @
10581e86
...
...
@@ -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.50-beta
9
"
,
"version"
:
"1.50-beta
10
"
,
"title"
:
"Dapper entity framework type handlers"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
Dapper.Rainbow/project.json
View file @
10581e86
...
...
@@ -44,9 +44,9 @@
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24015
"
}
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24027
"
}
}
}
}
\ No newline at end of file
Dapper.SqlBuilder/project.json
View file @
10581e86
...
...
@@ -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
9
"
,
"version"
:
"1.50-beta
10
"
,
"title"
:
"Dapper SqlBuilder component"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
,
"query"
,
"sql-builder"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
@@ -38,9 +38,9 @@
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24015
"
}
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-rc2-24027
"
}
}
}
}
\ No newline at end of file
Dapper.StrongName/project.json
View file @
10581e86
...
...
@@ -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
9
"
,
"version"
:
"1.50-beta
10
"
,
"title"
:
"Dapper dot net (strong named)"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
@@ -54,16 +54,16 @@
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
"dependencies"
:
{
"NETStandard.Library"
:
"1.5.0-rc2-24015
"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24015
"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24015
"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24015
"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24015
"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24015
"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24015
"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24015
"
}
"dependencies"
:
{
"NETStandard.Library"
:
"1.5.0-rc2-24027
"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24027
"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24027
"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24027
"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24027
"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24027
"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24027
"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24027
"
}
}
}
}
Dapper.Tests.Contrib/project.json
View file @
10581e86
...
...
@@ -92,11 +92,11 @@
"define"
:
[
"COREFX"
,
"ASYNC"
,
"XUNIT2"
]
},
"dependencies"
:
{
"Microsoft.NETCore.App"
:
{
"version"
:
"1.0.0-rc2-24015
"
,
"type"
:
"platform"
},
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-
20597
"
,
"Microsoft.NETCore.App"
:
{
"version"
:
"1.0.0-rc2-3002702
"
,
"type"
:
"platform"
},
"Microsoft.Data.Sqlite"
:
"1.0.0-rc2-
final
"
,
"xunit"
:
"2.1.0"
,
"dotnet-test-xunit"
:
"1.0.0-rc2-*"
}
...
...
Dapper/project.json
View file @
10581e86
...
...
@@ -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
9
"
,
"version"
:
"1.50-beta
10
"
,
"title"
:
"Dapper dot net"
,
"tags"
:
[
"orm"
,
"sql"
,
"micro-orm"
],
"copyright"
:
"2015 Stack Exchange, Inc."
,
...
...
@@ -47,17 +47,16 @@
"compilationOptions"
:
{
"define"
:
[
"ASYNC"
,
"COREFX"
]
},
"dependencies"
:
{
"NETStandard.Library"
:
"1.5.0-rc2-24015"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24015"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24015"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24015"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24015"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24015"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24015"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24015"
}
"dependencies"
:
{
"NETStandard.Library"
:
"1.5.0-rc2-24027"
,
"System.Data.SqlClient"
:
"4.1.0-rc2-24027"
,
"System.Dynamic.Runtime"
:
"4.0.11-rc2-24027"
,
"System.Reflection.Emit"
:
"4.0.1-rc2-24027"
,
"System.Reflection.Emit.Lightweight"
:
"4.0.1-rc2-24027"
,
"System.Xml.XmlDocument"
:
"4.0.1-rc2-24027"
,
"System.Collections.NonGeneric"
:
"4.0.1-rc2-24027"
,
"System.Reflection.TypeExtensions"
:
"4.1.0-rc2-24027"
}
}
}
}
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