Skip to content

Commit

Permalink
Bump to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schotime committed May 21, 2016
1 parent d5dae4e commit 1b40e27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions src/NPoco.JsonNet/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"version": "3.3.2-*",
"description": "NPoco.JsonNet",
"version": "3.3.3-*",
"description": "Provides an implementation to use Json.NET as the serializer for serialized columns",
"packOptions": {
"authors": [ "Adam" ],
"tags": [ "" ],
"projectUrl": "",
"licenseUrl": ""
"authors": [ "Adam Schroder" ],
"tags": [
"orm",
"sql",
"micro-orm",
"database",
"mvc"
],
"projectUrl": "https://github.com/schotime/NPoco",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
},
"dependencies": {
"NPoco": {
Expand Down
2 changes: 1 addition & 1 deletion src/NPoco/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.2-*",
"version": "3.3.3-*",
"description": "An extremely easy to use Micro-ORM supporting Sql Server, MySQL, PostgreSQL, Oracle, Sqlite, SqlCE. Originally Schotime's PetaPoco branch.",
"packOptions": {
"authors": [
Expand Down

0 comments on commit 1b40e27

Please sign in to comment.