File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.2 (2020-07-02)
2+
3+ ## Bug Fix
4+ * ** JSON content:** Fix issue with * purge_seq* from into to string.
5+
16# 1.2.1 (2020-02-25)
27
38## Bug Fix
Original file line number Diff line number Diff line change 11## Bug Fix
2- * ** JSON content:** Fix issue with JSON content as a value. ( [ #PR59 ] ( https://github.com/matteobortolazzo/couchdb-net/pull/59 ) )
2+ * ** JSON content:** Fix issue with * purge_seq * from into to string.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public class CouchDatabaseInfo
101101 /// An opaque string that describes the purge state of the database. Do not rely on this string for counting the number of purge operations.
102102 /// </summary>
103103 [ JsonProperty ( "purge_seq" ) ]
104- public int PurgeSeq { get ; internal set ; }
104+ public string PurgeSeq { get ; internal set ; }
105105
106106 /// <summary>
107107 /// Size information
You can’t perform that action at this time.
0 commit comments