Skip to content

Commit

Permalink
Exposing the overload of connect implementations to types closing tha…
Browse files Browse the repository at this point in the history
…t allows the lifetime rule. Bumps to 1.8.0
  • Loading branch information
jeremydmiller committed Jun 21, 2024
1 parent 859ffd7 commit f6a5ffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/JasperFx.Core/IoC/IAssemblyScanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,5 @@ void AssembliesAndExecutablesFromPath(string path,
void AssembliesFromPath(string path,
Func<Assembly, bool> assemblyFilter);

/// <summary>
/// Scans for ServiceType's and Concrete Types that close the given open generic type
/// </summary>
/// <param name="openGenericType"></param>
/// <param name="lifetimeRule">Configurable rule about how the lifetime is determined</param>
void ConnectImplementationsToTypesClosing(Type openGenericType, Func<Type, ServiceLifetime> lifetimeRule);
}
2 changes: 1 addition & 1 deletion src/JasperFx.Core/JasperFx.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Common extension methods and reflection helpers used by JasperFx projects</Description>
<Version>1.7.2</Version>
<Version>1.8.0</Version>
<Authors>Jeremy D. Miller</Authors>
<AssemblyName>JasperFx.Core</AssemblyName>
<PackageId>JasperFx.Core</PackageId>
Expand Down

0 comments on commit f6a5ffd

Please sign in to comment.