Skip to content

Commit 08e2e11

Browse files
committed
Minor cleanup
1 parent 7b28cdf commit 08e2e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#nullable enable
2-
Verlite.GitRepoInspector.EnableShadow.get -> bool
3-
Verlite.GitRepoInspector.EnableShadow.set -> void
2+
Verlite.GitRepoInspector.EnableShadowRepo.get -> bool
3+
Verlite.GitRepoInspector.EnableShadowRepo.set -> void

src/Verlite.MsBuild/GetVersionTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public sealed partial class GetVersionTask : MsBuildTask
2121
public string AutoIncrement { get; set; } = "";
2222
public string FilterTags { get; set; } = "";
2323
public string Remote { get; set; } = "";
24-
public bool EnableShadowRepo { get; set; } = false;
24+
public bool EnableShadowRepo { get; set; }
2525

2626
public override bool Execute()
2727
{

0 commit comments

Comments
 (0)