Skip to content

Commit

Permalink
fixed incorrect deprecation message (#5054)
Browse files Browse the repository at this point in the history
Changed `Akka.DependencyInjection.ServiceProvider` deprecation message to read "1.4.21" rather than 1.4.20
  • Loading branch information
Aaronontheweb authored Jun 1, 2021
1 parent f6da797 commit 83426ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Akka.DependencyInjection
/// <remarks>
/// [OBSOLETE] Switch to the <see cref="DependencyResolver"/> instead.
/// </remarks>
[Obsolete("Replaced by the Akka.DependencyInjection.DependencyResolver in Akka.NET v1.4.20. Please switch to that.")]
[Obsolete("Replaced by the Akka.DependencyInjection.DependencyResolver in Akka.NET v1.4.21. Please switch to that.")]
public sealed class ServiceProvider : IExtension
{
public ServiceProvider(IServiceProvider provider)
Expand Down

0 comments on commit 83426ae

Please sign in to comment.