Commit f0bbbab8 authored by Nick Craver's avatar Nick Craver

Rename package to "Dapper"

Related: #683
parent a7ff0b3d
...@@ -14,7 +14,7 @@ ...@@ -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.", "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-*", "version": "1.50.2-*",
"title": "Dapper.Contrib", "title": "Dapper.Contrib",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper": { "Dapper": {
"version": "1.50.2-*", "version": "1.50.2-*",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"description": "Extension handlers for entity framework", "description": "Extension handlers for entity framework",
"version": "1.50.2-*", "version": "1.50.2-*",
"title": "Dapper entity framework type handlers (with a strong name)", "title": "Dapper entity framework type handlers (with a strong name)",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper.StrongName": { "Dapper.StrongName": {
"version": "1.50.2-*", "version": "1.50.2-*",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"description": "Extension handlers for entity framework", "description": "Extension handlers for entity framework",
"version": "1.50.2-*", "version": "1.50.2-*",
"title": "Dapper entity framework type handlers", "title": "Dapper entity framework type handlers",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper": { "Dapper": {
"version": "1.50.2-*", "version": "1.50.2-*",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.", "description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
"version": "1.50.2-*", "version": "1.50.2-*",
"title": "Dapper SqlBuilder component", "title": "Dapper SqlBuilder component",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper": { "Dapper": {
"version": "1.50.2-*", "version": "1.50.2-*",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.50.2-*", "version": "1.50.2-*",
"title": "Dapper dot net (strong named)", "title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
}, },
"buildOptions": { "buildOptions": {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"description": "Dapper Contrib Test Suite", "description": "Dapper Contrib Test Suite",
"title": "Dapper.Tests.Contrib", "title": "Dapper.Tests.Contrib",
"version": "1.0.0", "version": "1.0.0",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper": { "Dapper": {
"target": "project" "target": "project"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"description": "Dapper Core Test Suite", "description": "Dapper Core Test Suite",
"title": "Dapper.Tests", "title": "Dapper.Tests",
"version": "1.0.0-*", "version": "1.0.0-*",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
"Dapper": { "Dapper": {
"target": "project" "target": "project"
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
"version": "1.50.2-*", "version": "1.50.2-*",
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ], "authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"title": "Dapper dot net", "title": "Dapper",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2017 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
}, },
"buildOptions": { "buildOptions": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment