Skip to content

Commit

Permalink
Use Stashbox v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jun 21, 2023
1 parent 27845e9 commit 8f6a69f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ var client = this.factory.StashClient((services, httpClientOptions) =>
// ...
}, tenantId);

var tenantContainer = this.factory.TenantDistributor.GetTenant(tenantId);
var tenantContainer = this.factory.RootContainer.GetChildContainer(tenantId);
```

> **Note**:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
build_version: 5.2.2
build_version: 5.3.0

version: $(build_version)-{build}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Stashbox" Version="5.10.2" />
<PackageReference Include="Stashbox" Version="5.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8f6a69f

Please sign in to comment.