File tree 3 files changed +5
-3
lines changed
Dapper.SimpleCRUD/Properties 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Dapper.SimpleCRUD</id >
5
- <version >1.8.6 </version >
5
+ <version >1.8.7 </version >
6
6
<title >Dapper.SimpleCRUD</title >
7
7
<authors >Eric Coffman</authors >
8
8
<owners >Eric Coffman</owners >
34
34
* version 1.8.4 Fix for custom column name on primary key in get and delete methods
35
35
* 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
36
36
* 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
37
38
</releaseNotes >
38
39
<copyright >Copyright Eric Coffman 2015</copyright >
39
40
<tags >orm dapper micro-orm CRUD</tags >
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
Original file line number Diff line number Diff line change 22
22
* version 1.8.4 Fix for custom column name on primary key in get and delete methods
23
23
* 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
24
24
* 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
25
26
You can’t perform that action at this time.
0 commit comments