Skip to content

Commit 891fed4

Browse files
authored
Fixed issue with public IsSet properties not working correctly for collection properties when set to false. (#3868)
1 parent 5c33b23 commit 891fed4

File tree

4 files changed

+67
-49
lines changed

4 files changed

+67
-49
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"core": {
3+
"updateMinimum": true,
4+
"type": "patch",
5+
"changeLogMessages": [
6+
"Fixed issue with public IsSet properties not working correctly for collection properties when set to false."
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)