Skip to content

Commit 790cfcc

Browse files
author
SlavaRa
committed
fixes a bug that occurs when running the CI/build.bat
1 parent 33f63da commit 790cfcc

File tree

1 file changed

+2
-2
lines changed
  • External/Plugins/CodeRefactor/Commands

1 file changed

+2
-2
lines changed

External/Plugins/CodeRefactor/Commands/Rename.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public class Rename : RefactorCommand<IDictionary<String, List<SearchMatch>>>
2828
private String oldFileName;
2929
private String newFileName;
3030

31-
public string TargetName { get; }
32-
public string NewName { get; }
31+
public string TargetName { get; private set; }
32+
public string NewName { get; private set; }
3333

3434
/// <summary>
3535
/// A new Rename refactoring command.

0 commit comments

Comments
 (0)