You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Dapper.SimpleCRUD.nuspec
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<package >
3
3
<metadata>
4
4
<id>Dapper.SimpleCRUD</id>
5
-
<version>1.8.1</version>
5
+
<version>1.8.2</version>
6
6
<title>Dapper.SimpleCRUD</title>
7
7
<authors>Eric Coffman</authors>
8
8
<owners>Eric Coffman</owners>
@@ -29,7 +29,8 @@
29
29
* version 1.6.0 Target .Net 4.0 and 4.5 and add async support / remove SQLCE support Special thanks to https://github.com/Prnda1976 for help with the pull request backlog
30
30
* version 1.7.0 Added column attribute and made gets specify column names rather than select * . Changed GUID to autogenerate when the property value is empty. Ability to change database dialect from SQL Server to PostgreSQL.
31
31
* version 1.8.0 Added support and tests for SQLite. Added additional GetList method that accepts a raw SQL where clause for more advanced queries.
32
-
</releaseNotes>
32
+
* version 1.8.2 Added logo, updated package description
33
+
</releaseNotes>
33
34
<copyright>Copyright Eric Coffman 2015</copyright>
0 commit comments