Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Sep 2, 2016
1 parent d17cbd2 commit 139efdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Push NuGet Packages.bat
Expand Up @@ -10,6 +10,8 @@ goto DONE


:USAGE :USAGE


@echo Usage: %0 ^<package.nupkg^> cmd
::@echo Usage: %0 ^<package.nupkg^>
::pause


:DONE :DONE
2 changes: 1 addition & 1 deletion src/CsvHelper/project.json
@@ -1,6 +1,6 @@
{ {
"title": "CsvHelper", "title": "CsvHelper",
"version": "3.0.0-beta3", "version": "3.0.0-beta4",
"authors": [ "Josh Close" ], "authors": [ "Josh Close" ],
"copyright": "Copyright � 2009-2016 Josh Close and Contributors", "copyright": "Copyright � 2009-2016 Josh Close and Contributors",
"description": "A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.", "description": "A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.",
Expand Down

0 comments on commit 139efdb

Please sign in to comment.