Skip to content

Commit

Permalink
Update project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Feb 29, 2016
1 parent 3f21b00 commit 5c37f17
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Dommel/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"version": "1.5.0",
"copyright": "© 2016 Henk Mollema",
"title": "Dommel",
"description": "Simple CRUD operations for Dapper.",
"summary": "Simple CRUD operations for Dapper.",
"authors": [ "henkmollema" ],
"copyright": "© 2016 Henk Mollema",
"tags": [ "dommel", "crud", "dapper", "database", "orm", "ado.net" ],
"projectUrl": "https://github.com/henkmollema/Dommel",
"licenseUrl": "http://opensource.org/licenses/MIT",
"repository": {
"type": "git",
"url": "https://github.com/henkmollema/Dommel"
},

"dependencies": {
"Dapper": "1.50.0-beta8"
},

"frameworks": {
"net40": {
"frameworkAssemblies": {
Expand Down

0 comments on commit 5c37f17

Please sign in to comment.