Skip to content

Commit 711e4d9

Browse files
authored
Update VcpkgComponentDetector.cs
Bump Detector version
1 parent 060a443 commit 711e4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.ComponentDetection.Detectors/vcpkg/VcpkgComponentDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public VcpkgComponentDetector(
4848

4949
public override IEnumerable<ComponentType> SupportedComponentTypes { get; } = [ComponentType.Vcpkg];
5050

51-
public override int Version => 2;
51+
public override int Version => 3;
5252

5353
protected override async Task OnFileFoundAsync(ProcessRequest processRequest, IDictionary<string, string> detectorArgs, CancellationToken cancellationToken = default)
5454
{

0 commit comments

Comments
 (0)