File tree 3 files changed +7
-2
lines changed
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
+
1
6
# 1.2.1 (2020-02-25)
2
7
3
8
## Bug Fix
Original file line number Diff line number Diff line change 1
1
## 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
101
101
/// An opaque string that describes the purge state of the database. Do not rely on this string for counting the number of purge operations.
102
102
/// </summary>
103
103
[ JsonProperty ( "purge_seq" ) ]
104
- public int PurgeSeq { get ; internal set ; }
104
+ public string PurgeSeq { get ; internal set ; }
105
105
106
106
/// <summary>
107
107
/// Size information
You can’t perform that action at this time.
0 commit comments