Skip to content

Commit

Permalink
Make UnambiguousNetheriteProviderFactory constructor public (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 6, 2024
1 parent 928f933 commit 8e23f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class UnambiguousNetheriteProviderFactory : NetheriteProviderFactory
/// Constructors a NetheriteProviderFactory using the non-obsolete constructor from the parent class.
/// </summary>
[ActivatorUtilitiesConstructor]
internal UnambiguousNetheriteProviderFactory(
public UnambiguousNetheriteProviderFactory(
IOptions<DurableTaskOptions> extensionOptions,
ILoggerFactory loggerFactory,
IHostIdProvider hostIdProvider,
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>5</MinorVersion>
<PatchVersion>2</PatchVersion>
<PatchVersion>3</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
Expand Down

0 comments on commit 8e23f3d

Please sign in to comment.