From 8e23f3dd34d10430b1890ddd3a0ce2367153e4cf Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 6 Jun 2024 07:26:02 -0700 Subject: [PATCH] Make UnambiguousNetheriteProviderFactory constructor public (#402) --- .../NetheriteProviderFactory.cs | 2 +- src/common.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DurableTask.Netherite.AzureFunctions/NetheriteProviderFactory.cs b/src/DurableTask.Netherite.AzureFunctions/NetheriteProviderFactory.cs index 809e160c..9a196cf9 100644 --- a/src/DurableTask.Netherite.AzureFunctions/NetheriteProviderFactory.cs +++ b/src/DurableTask.Netherite.AzureFunctions/NetheriteProviderFactory.cs @@ -30,7 +30,7 @@ class UnambiguousNetheriteProviderFactory : NetheriteProviderFactory /// Constructors a NetheriteProviderFactory using the non-obsolete constructor from the parent class. /// [ActivatorUtilitiesConstructor] - internal UnambiguousNetheriteProviderFactory( + public UnambiguousNetheriteProviderFactory( IOptions extensionOptions, ILoggerFactory loggerFactory, IHostIdProvider hostIdProvider, diff --git a/src/common.props b/src/common.props index d943a5f0..acbd00fc 100644 --- a/src/common.props +++ b/src/common.props @@ -4,7 +4,7 @@ 1 5 - 2 + 3 $(MajorVersion).$(MinorVersion).$(PatchVersion) $(MajorVersion).0.0.0