Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit fbcd476

Browse files
committed
updated version for new feature cleanUntrackedFiles
1 parent 990de13 commit fbcd476

File tree

1 file changed

+1
-1
lines changed
  • project/core/sourcecontrol

1 file changed

+1
-1
lines changed

project/core/sourcecontrol/Git.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class Git : ProcessSourceControl
141141
/// <summary>
142142
/// Remove untracked files from the working tree
143143
/// </summary>
144-
/// <version>1.5</version>
144+
/// <version>1.8.5</version>
145145
/// <default>true</default>
146146
[ReflectorProperty("cleanUntrackedFiles", Required = false)]
147147
public bool CleanUntrackedFiles { get; set; }

0 commit comments

Comments
 (0)