Skip to content

Commit 0319c65

Browse files
committed
Update nuget package to 1.9.1
1 parent cfaa5f0 commit 0319c65

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dapper.SimpleCRUD.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Dapper.SimpleCRUD</id>
5-
<version>1.9.0</version>
5+
<version>1.9.1</version>
66
<title>Dapper.SimpleCRUD</title>
77
<authors>Eric Coffman</authors>
88
<owners>Eric Coffman</owners>
@@ -36,6 +36,7 @@
3636
* version 1.8.6 Allow a column named Id column to not be considered a key when another [Key] is specified
3737
* version 1.8.7 Fix for GUID primary key named Id
3838
* version 1.9.0 Added GetListPaged, DeleteList, and RecordCount methods and support for specified value in primary key
39+
* version 1.9.1 MySQL Support
3940
</releaseNotes>
4041
<copyright>Copyright Eric Coffman 2015</copyright>
4142
<tags>orm dapper micro-orm CRUD</tags>

Dapper.SimpleCRUD/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.9.0.0")]
35+
[assembly: AssemblyVersion("1.9.1.0")]
3636
[assembly: AssemblyFileVersion("1.9.0.0")]

History.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@
2424
* version 1.8.6 Allow a column named Id column to not be considered a key when another [Key] is specified
2525
* version 1.8.7 Fix for GUID primary key named Id
2626
* version 1.9.0-beta Added GetListPaged, DeleteList, and RecordCount methods
27-
* version 1.9.0 Support for specified value in primary key along with the new methods from 1.9 beta
27+
* version 1.9.0 Support for specified value in primary key along with the new methods from 1.9 beta
28+
* version 1.9.1 MySQL Support

0 commit comments

Comments
 (0)