Hotfix for resolvers

This commit is contained in:
2025-07-29 18:54:31 +02:00
parent a7242389ba
commit e9947c6f74
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ public sealed class ServiceManager : IServiceManager
if (resolver.CanResolve(par.ParameterType))
{
resolvedParam = resolver.Resolve(this, par.ParameterType);
continue;
break;
}
}
+3 -3
View File
@@ -8,10 +8,10 @@
<Company />
<Product></Product>
<Description>Service lifetime management and dependency injection framework.</Description>
<AssemblyVersion>1.10.0</AssemblyVersion>
<FileVersion>1.10.0</FileVersion>
<AssemblyVersion>1.10.1</AssemblyVersion>
<FileVersion>1.10.1</FileVersion>
<PackageProjectUrl>https://github.com/AlexMacocian/Slim</PackageProjectUrl>
<Version>1.10.0</Version>
<Version>1.10.1</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>