We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b28cdf commit 08e2e11Copy full SHA for 08e2e11
src/Verlite.Core/PublicAPI.Unshipped.txt
@@ -1,3 +1,3 @@
1
#nullable enable
2
-Verlite.GitRepoInspector.EnableShadow.get -> bool
3
-Verlite.GitRepoInspector.EnableShadow.set -> void
+Verlite.GitRepoInspector.EnableShadowRepo.get -> bool
+Verlite.GitRepoInspector.EnableShadowRepo.set -> void
src/Verlite.MsBuild/GetVersionTask.cs
@@ -21,7 +21,7 @@ public sealed partial class GetVersionTask : MsBuildTask
21
public string AutoIncrement { get; set; } = "";
22
public string FilterTags { get; set; } = "";
23
public string Remote { get; set; } = "";
24
- public bool EnableShadowRepo { get; set; } = false;
+ public bool EnableShadowRepo { get; set; }
25
26
public override bool Execute()
27
{
0 commit comments