Skip to content

Commit 10f28cc

Browse files
committed
update nuget package
1 parent a6d8e88 commit 10f28cc

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.8.6</version>
5+
<version>1.8.7</version>
66
<title>Dapper.SimpleCRUD</title>
77
<authors>Eric Coffman</authors>
88
<owners>Eric Coffman</owners>
@@ -34,6 +34,7 @@
3434
* version 1.8.4 Fix for custom column name on primary key in get and delete methods
3535
* version 1.8.5 Added support for ReadOnly attribute on properties which allows selecting it from the database but ignores it on inserts and updates
3636
* version 1.8.6 Allow a column named Id column to not be considered a key when another [Key] is specified
37+
* version 1.8.7 Fix for GUID primary key named Id
3738
</releaseNotes>
3839
<copyright>Copyright Eric Coffman 2015</copyright>
3940
<tags>orm dapper micro-orm CRUD</tags>

Dapper.SimpleCRUD/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.8.6.0")]
36-
[assembly: AssemblyFileVersion("1.8.6.0")]
35+
[assembly: AssemblyVersion("1.8.7.0")]
36+
[assembly: AssemblyFileVersion("1.8.7.0")]

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
* version 1.8.4 Fix for custom column name on primary key in get and delete methods
2323
* version 1.8.5 Added support for ReadOnly attribute on properties which allows selecting it from the database but ignores it on inserts and updates
2424
* version 1.8.6 Allow a column named Id column to not be considered a key when another [Key] is specified
25+
* version 1.8.7 Fix for GUID primary key named Id
2526

0 commit comments

Comments
 (0)