Skip to content

Commit

Permalink
Rename method.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Mar 24, 2024
1 parent b9620ae commit 6f8385e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageProjectUrl>https://github.com/squidex/squidex</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>6.6.1</Version>
<Version>6.6.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.Extensions.DependencyInjection;

public static class MessagingServiceExtensions
{
public static MessagingBuilder AddMessagingTransport(this MessagingBuilder builder, IConfiguration config)
public static MessagingBuilder AddTransport(this MessagingBuilder builder, IConfiguration config)
{
config.ConfigureByOption("messaging:type", new Alternatives
{
Expand Down

0 comments on commit 6f8385e

Please sign in to comment.