Skip to content

Commit a274442

Browse files
[fix] Add legacy ActionOperatorTypes values for backward compatibility (#255)
1 parent b65a12d commit a274442

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ByteSync.Common/Business/Actions/ActionOperatorTypes.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
public enum ActionOperatorTypes
44
{
55
// File only
6+
7+
// Keep for backward compatibility
8+
// Delete when minimal supported version >= 2026.1
9+
SynchronizeContentOnly = 1,
10+
SynchronizeDate = 2,
11+
SynchronizeContentAndDate = 3,
12+
613
CopyContentOnly = 1,
714
CopyDatesOnly = 2,
815
Copy = 3,

0 commit comments

Comments
 (0)