diff --git a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj index 58784ee4..1445aa16 100644 --- a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj +++ b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj @@ -2,7 +2,7 @@ Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app - 11.1.3 + 11.1.4 Jeremy D. Miller net6.0;net7.0 portable diff --git a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj index 80ee2f63..52a4dc4d 100644 --- a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj +++ b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj @@ -1,7 +1,7 @@  Lamar Adapter for HostBuilder Integration - 11.1.3 + 11.1.4 Jeremy D. Miller net6.0;net7.0 portable diff --git a/src/Lamar/IoC/Frames/ServiceStandinVariable.cs b/src/Lamar/IoC/Frames/ServiceStandinVariable.cs index 9d30d4f0..4972a0e5 100644 --- a/src/Lamar/IoC/Frames/ServiceStandinVariable.cs +++ b/src/Lamar/IoC/Frames/ServiceStandinVariable.cs @@ -20,6 +20,11 @@ public void UseInner(Variable variable) Dependencies.Add(variable); } + public override void OverrideName(string variableName) + { + _inner.OverrideName(variableName); + } + public override string Usage { get => _inner?.Usage; diff --git a/src/Lamar/Lamar.csproj b/src/Lamar/Lamar.csproj index 742ae8a4..c4c1d6ee 100644 --- a/src/Lamar/Lamar.csproj +++ b/src/Lamar/Lamar.csproj @@ -1,7 +1,7 @@  Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap - 11.1.3 + 11.1.4 Jeremy D. Miller net6.0;net7.0 portable