Skip to content

Commit

Permalink
Rename package to "Dapper"
Browse files Browse the repository at this point in the history
Related: DapperLib#683
  • Loading branch information
NickCraver committed Feb 9, 2017
1 parent a7ff0b3 commit f0bbbab
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dapper.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"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.2-*",
"title": "Dapper.Contrib",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.2-*",
Expand Down
2 changes: 1 addition & 1 deletion Dapper.EntityFramework.StrongName/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "Extension handlers for entity framework",
"version": "1.50.2-*",
"title": "Dapper entity framework type handlers (with a strong name)",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper.StrongName": {
"version": "1.50.2-*",
Expand Down
2 changes: 1 addition & 1 deletion Dapper.EntityFramework/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "Extension handlers for entity framework",
"version": "1.50.2-*",
"title": "Dapper entity framework type handlers",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.2-*",
Expand Down
2 changes: 1 addition & 1 deletion Dapper.SqlBuilder/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
"version": "1.50.2-*",
"title": "Dapper SqlBuilder component",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.2-*",
Expand Down
2 changes: 1 addition & 1 deletion Dapper.StrongName/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.50.2-*",
"title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
},
"buildOptions": {
Expand Down
2 changes: 1 addition & 1 deletion Dapper.Tests.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "Dapper Contrib Test Suite",
"title": "Dapper.Tests.Contrib",
"version": "1.0.0",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"target": "project"
Expand Down
2 changes: 1 addition & 1 deletion Dapper.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "Dapper Core Test Suite",
"title": "Dapper.Tests",
"version": "1.0.0-*",
"copyright": "2016 Stack Exchange, Inc.",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"target": "project"
Expand Down
4 changes: 2 additions & 2 deletions Dapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"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",
"copyright": "2016 Stack Exchange, Inc.",
"title": "Dapper",
"copyright": "2017 Stack Exchange, Inc.",
"dependencies": {
},
"buildOptions": {
Expand Down

0 comments on commit f0bbbab

Please sign in to comment.