Skip to content

Commit 8f6a69f

Browse files
committed
Use Stashbox v5.11.0
1 parent 27845e9 commit 8f6a69f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ var client = this.factory.StashClient((services, httpClientOptions) =>
331331
// ...
332332
}, tenantId);
333333

334-
var tenantContainer = this.factory.TenantDistributor.GetTenant(tenantId);
334+
var tenantContainer = this.factory.RootContainer.GetChildContainer(tenantId);
335335
```
336336

337337
> **Note**:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
build_version: 5.2.2
2+
build_version: 5.3.0
33

44
version: $(build_version)-{build}
55

src/stashbox.extensions.dependencyinjection/stashbox.extensions.dependencyinjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<ItemGroup>
5656
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
57-
<PackageReference Include="Stashbox" Version="5.10.2" />
57+
<PackageReference Include="Stashbox" Version="5.11.0" />
5858
</ItemGroup>
5959

6060
<ItemGroup>

0 commit comments

Comments
 (0)