Skip to content

Commit 235d8ca

Browse files
chore: 10.0.2 [skip ci]
## [10.0.2](v10.0.1...v10.0.2) (2026-01-14) ### Bug Fixes * correct store skip take order bug ([#1076](#1076)) ([42a6139](42a6139)) * re-add ITenantInfo interface ([#1075](#1075)) ([4b4db14](4b4db14)) * remove the shadow `TenantId` property when calling `IsNotMultiTenant()` ([#1079](#1079)) ([d258b62](d258b62)) * update dependencies for .NET 10.0.2 ([#1084](#1084)) ([def5e59](def5e59))
1 parent 96d14eb commit 235d8ca

File tree

7 files changed

+36
-16
lines changed

7 files changed

+36
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [10.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.1...v10.0.2) (2026-01-14)
2+
3+
### Bug Fixes
4+
5+
* correct store skip take order bug ([#1076](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1076)) ([42a6139](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/42a6139d05f45ed21700b1c71f70b3a0362c3708))
6+
* re-add ITenantInfo interface ([#1075](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1075)) ([4b4db14](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4b4db1487f012961671dd7969c94ef143dfc7c17))
7+
* remove the shadow `TenantId` property when calling `IsNotMultiTenant()` ([#1079](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1079)) ([d258b62](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/d258b622600e96da160638a7fee7b53d615a7e0e))
8+
* update dependencies for .NET 10.0.2 ([#1084](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1084)) ([def5e59](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/def5e59d5a577d51b000a7df55c58fef018c1205))
9+
110
## [10.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.0...v10.0.1) (2025-12-10)
211

312
### Bug Fixes

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) MultiTenant <span class="_version">10.0.1</span>
1+
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) MultiTenant <span class="_version">10.0.2</span>
22

33
MultiTenant is an open source multi-tenancy library for modern .NET created and maintained by [Finbuckle LLC](https://www.finbuckle.com).
44
It enables tenant resolution, per-tenant app behavior, and per-tenant data isolation.
@@ -18,7 +18,7 @@ In general, you should target the version of MultiTenant that matches your .NET
1818

1919
Table of Contents
2020

21-
1. [What's New in v<span class="_version">10.0.1</span>](#whats-new)
21+
1. [What's New in v<span class="_version">10.0.2</span>](#whats-new)
2222
2. [Open Source Support](#open-source-support)
2323
3. [Quick Start](#quick-start)
2424
4. [Documentation](#documentation)
@@ -31,17 +31,18 @@ Table of Contents
3131
11. [Building from Source](#building-from-source)
3232
12. [Running Unit Tests](#running-unit-tests)
3333

34-
## <a name="whats-new"></a> What's New in v<span class="_version">10.0.1</span>
34+
## <a name="whats-new"></a> What's New in v<span class="_version">10.0.2</span>
3535

36-
> This section only lists release update details specific to v<span class="_version">10.0.1</span>. See
36+
> This section only lists release update details specific to v<span class="_version">10.0.2</span>. See
3737
> the [changelog file](CHANGELOG.md) for all release update details.
3838
<!--_release-notes-->
3939
4040
### Bug Fixes
4141

42-
* delegate strategy correctly resolves at runtime with derived types ([#1053](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1053)) ([7fd5559](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/7fd5559baca169e8913f5392bbdea10398e5fea1))
43-
* update dependencies ([#1051](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1051)) ([944ac70](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/944ac704887ea908e2294d89a103c9098f0a9f9b))
44-
* update dependencies ([#1062](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1062)) ([840fbaa](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/840fbaa2fd1d2db158e224076c0b3411e7694159))
42+
* correct store skip take order bug ([#1076](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1076)) ([42a6139](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/42a6139d05f45ed21700b1c71f70b3a0362c3708))
43+
* re-add ITenantInfo interface ([#1075](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1075)) ([4b4db14](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4b4db1487f012961671dd7969c94ef143dfc7c17))
44+
* remove the shadow `TenantId` property when calling `IsNotMultiTenant()` ([#1079](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1079)) ([d258b62](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/d258b622600e96da160638a7fee7b53d615a7e0e))
45+
* update dependencies for .NET 10.0.2 ([#1084](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1084)) ([def5e59](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/def5e59d5a577d51b000a7df55c58fef018c1205))
4546
<!--_release-notes-->
4647

4748
## Open Source Support

docs/History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Version History
22

33
<!--_history-->
4+
## [10.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.1...v10.0.2) (2026-01-14)
5+
6+
### Bug Fixes
7+
8+
* correct store skip take order bug ([#1076](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1076)) ([42a6139](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/42a6139d05f45ed21700b1c71f70b3a0362c3708))
9+
* re-add ITenantInfo interface ([#1075](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1075)) ([4b4db14](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4b4db1487f012961671dd7969c94ef143dfc7c17))
10+
* remove the shadow `TenantId` property when calling `IsNotMultiTenant()` ([#1079](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1079)) ([d258b62](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/d258b622600e96da160638a7fee7b53d615a7e0e))
11+
* update dependencies for .NET 10.0.2 ([#1084](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1084)) ([def5e59](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/def5e59d5a577d51b000a7df55c58fef018c1205))
12+
413
## [10.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.0...v10.0.1) (2025-12-10)
514

615
### Bug Fixes

docs/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Introduction](Introduction)
22

3-
[What's New in v<span class="_version">10.0.1</span>](WhatsNew)
3+
[What's New in v<span class="_version">10.0.2</span>](WhatsNew)
44

55
[Version History](History)
66

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) MultiTenant <span class="_version">10.0.1</span>
1+
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) MultiTenant <span class="_version">10.0.2</span>
22

33
## About MultiTenant
44

docs/WhatsNew.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# What's New in v<span class="_version">10.0.1</span>
1+
# What's New in v<span class="_version">10.0.2</span>
22

3-
> This page only lists release update details specific to v<span class="_version">10.0.1</span>. [Release update details for all releases are shown in the history page.](History)
3+
> This page only lists release update details specific to v<span class="_version">10.0.2</span>. [Release update details for all releases are shown in the history page.](History)
44
55
<!--_release-notes-->
6-
## [10.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.0...v10.0.1) (2025-12-10)
6+
## [10.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v10.0.1...v10.0.2) (2026-01-14)
77

88
### Bug Fixes
99

10-
* delegate strategy correctly resolves at runtime with derived types ([#1053](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1053)) ([7fd5559](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/7fd5559baca169e8913f5392bbdea10398e5fea1))
11-
* update dependencies ([#1051](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1051)) ([944ac70](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/944ac704887ea908e2294d89a103c9098f0a9f9b))
12-
* update dependencies ([#1062](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1062)) ([840fbaa](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/840fbaa2fd1d2db158e224076c0b3411e7694159))
10+
* correct store skip take order bug ([#1076](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1076)) ([42a6139](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/42a6139d05f45ed21700b1c71f70b3a0362c3708))
11+
* re-add ITenantInfo interface ([#1075](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1075)) ([4b4db14](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4b4db1487f012961671dd7969c94ef143dfc7c17))
12+
* remove the shadow `TenantId` property when calling `IsNotMultiTenant()` ([#1079](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1079)) ([d258b62](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/d258b622600e96da160638a7fee7b53d615a7e0e))
13+
* update dependencies for .NET 10.0.2 ([#1084](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1084)) ([def5e59](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/def5e59d5a577d51b000a7df55c58fef018c1205))
1314

1415
<!--_release-notes-->

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>10.0.1</Version>
3+
<Version>10.0.2</Version>
44
<Authors>Finbuckle LLC</Authors>
55
<Copyright>Copyright Finbuckle LLC, Andrew White, and Contributors</Copyright>
66
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)