diff --git a/Dapper.Contrib/project.json b/Dapper.Contrib/project.json index db96531fa..3d510c943 100644 --- a/Dapper.Contrib/project.json +++ b/Dapper.Contrib/project.json @@ -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-*", diff --git a/Dapper.EntityFramework.StrongName/project.json b/Dapper.EntityFramework.StrongName/project.json index ce82875af..0475f7cd4 100644 --- a/Dapper.EntityFramework.StrongName/project.json +++ b/Dapper.EntityFramework.StrongName/project.json @@ -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-*", diff --git a/Dapper.EntityFramework/project.json b/Dapper.EntityFramework/project.json index 3628227b9..58e081c08 100644 --- a/Dapper.EntityFramework/project.json +++ b/Dapper.EntityFramework/project.json @@ -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-*", diff --git a/Dapper.SqlBuilder/project.json b/Dapper.SqlBuilder/project.json index 726dd3860..1ef6e1bdd 100644 --- a/Dapper.SqlBuilder/project.json +++ b/Dapper.SqlBuilder/project.json @@ -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-*", diff --git a/Dapper.StrongName/project.json b/Dapper.StrongName/project.json index 93b538d7e..487c0f72f 100644 --- a/Dapper.StrongName/project.json +++ b/Dapper.StrongName/project.json @@ -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": { diff --git a/Dapper.Tests.Contrib/project.json b/Dapper.Tests.Contrib/project.json index daaa371ad..a3e4d0469 100644 --- a/Dapper.Tests.Contrib/project.json +++ b/Dapper.Tests.Contrib/project.json @@ -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" diff --git a/Dapper.Tests/project.json b/Dapper.Tests/project.json index 64188982e..cddbccd18 100644 --- a/Dapper.Tests/project.json +++ b/Dapper.Tests/project.json @@ -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" diff --git a/Dapper/project.json b/Dapper/project.json index ee5a72fbe..9db968c51 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -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": {