Skip to content

Commit 52ac8e4

Browse files
committed
1.50.1 deploy
1 parent f9bd30f commit 52ac8e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dapper.StrongName/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
1515
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
16-
"version": "1.50.0-*",
16+
"version": "1.50.1-*",
1717
"title": "Dapper dot net (strong named)",
1818
"copyright": "2016 Stack Exchange, Inc.",
1919
"dependencies": {

Dapper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
//
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("1.50.0.0")]
36-
[assembly: AssemblyFileVersion("1.50.0.0")]
35+
[assembly: AssemblyVersion("1.50.1.0")]
36+
[assembly: AssemblyFileVersion("1.50.1.0")]

Dapper/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/StackExchange/dapper-dot-net"
1212
}
1313
},
14-
"version": "1.50.0-*",
14+
"version": "1.50.1-*",
1515
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
1616
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
1717
"title": "Dapper dot net",

0 commit comments

Comments
 (0)