Skip to content

Commit

Permalink
1.50.1 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Jul 8, 2016
1 parent f9bd30f commit 52ac8e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dapper.StrongName/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.50.0-*",
"version": "1.50.1-*",
"title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions Dapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.50.0.0")]
[assembly: AssemblyVersion("1.50.1.0")]
[assembly: AssemblyFileVersion("1.50.1.0")]
2 changes: 1 addition & 1 deletion Dapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/StackExchange/dapper-dot-net"
}
},
"version": "1.50.0-*",
"version": "1.50.1-*",
"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",
Expand Down

0 comments on commit 52ac8e4

Please sign in to comment.