Skip to content

Commit

Permalink
repack
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Matos Silva committed Mar 8, 2017
1 parent e4d688a commit 2e25b77
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/FlatMapper/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"version": "0.9.1",
"version": "0.9.2",
"description": "A library to import and export data from plain text files in a Linq compatible way",
"authors": [ "kappy" ],
"authors": [ "Joao Matos Silva" ],
"packOptions": {
"tags": [ "Flat", "Files", "Import", "Export", "Tab", "Comma", "CSV", "Linq", "Delimited", "FixedWidth", "Mapper" ],
"projectUrl": "https://github.com/kappy/FlatMapper",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
"projectUrl": "https://github.com/joaomatossilva/FlatMapper",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"repository": {
"type": "git",
"url": "git://github.com/joaomatossilva/FlatMapper"
}
},
"frameworks": {
"netstandard1.1": {
Expand Down

0 comments on commit 2e25b77

Please sign in to comment.