From d746082f89ce732e718f19ac2460626202a6a7c3 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Sun, 24 Mar 2024 12:21:18 +0000 Subject: [PATCH] +semver: fix --- .../ProcessorEnrichers/TfsAttachmentEnricher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs b/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs index 17122ae1a..d44dbb69f 100644 --- a/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs +++ b/src/MigrationTools.Clients.AzureDevops.ObjectModel/ProcessorEnrichers/TfsAttachmentEnricher.cs @@ -21,7 +21,7 @@ public class TfsAttachmentEnricher : WorkItemProcessorEnricher, IAttachmentMigra { private WorkItemServer _server; private string _exportWiPath; - private TfsAttachmentEnricherOptions _options; + private TfsAttachmentEnricherOptions _options; private WorkItemServer _workItemServer; public TfsAttachmentEnricherOptions Options { get { return _options; } }