Skip to content

Commit ac38f1e

Browse files
chore: 8.1.11 [skip ci]
## [8.1.11](v8.1.10...v8.1.11) (2026-02-11) ### Bug Fixes * update .NET dependencies to 8.0.24 ([#1096](#1096)) ([78bbe9f](78bbe9f))
1 parent 78bbe9f commit ac38f1e

File tree

7 files changed

+26
-12
lines changed

7 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.1.11](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.10...v8.1.11) (2026-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* update .NET dependencies to 8.0.24 ([#1096](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1096)) ([78bbe9f](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/78bbe9f3f598e0b912fb9e142c46b15ec307e57c))
7+
18
## [8.1.10](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.9...v8.1.10) (2026-01-14)
29

310

README.md

Lines changed: 5 additions & 5 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) Finbuckle.MultiTenant <span class="_version">8.1.10</span>
1+
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant <span class="_version">8.1.11</span>
22

33
## About Finbuckle.MultiTenant
44

@@ -13,7 +13,7 @@ Current publish feed release:
1313

1414
Table of Contents
1515

16-
1. [What's New in v<span class="_version">8.1.10</span>](#whats-new)
16+
1. [What's New in v<span class="_version">8.1.11</span>](#whats-new)
1717
2. [Quick Start](#quick-start)
1818
3. [Documentation](#documentation)
1919
4. [Sample Projects](#sample-projects)
@@ -25,17 +25,17 @@ Table of Contents
2525
10. [Building from Source](#building-from-source)
2626
11. [Running Unit Tests](#running-unit-tests)
2727

28-
## <a name="whats-new"></a> What's New in v<span class="_version">8.1.10</span>
28+
## <a name="whats-new"></a> What's New in v<span class="_version">8.1.11</span>
2929

30-
> This section only lists release update details specific to v<span class="_version">8.1.10</span>. See
30+
> This section only lists release update details specific to v<span class="_version">8.1.11</span>. See
3131
> the [changelog file](CHANGELOG.md) for all release update details.
3232
3333
<!--_release-notes-->
3434

3535

3636
### Bug Fixes
3737

38-
* update dependencies for NET 8.0.23 ([#1085](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1085)) ([52db639](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/52db639d8462af4d74d833cf94a9d4698df371fe))
38+
* update .NET dependencies to 8.0.24 ([#1096](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1096)) ([78bbe9f](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/78bbe9f3f598e0b912fb9e142c46b15ec307e57c))
3939
<!--_release-notes-->
4040

4141
## Quick Start

docs/History.md

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

33
<!--_history-->
4+
## [8.1.11](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.10...v8.1.11) (2026-02-11)
5+
6+
7+
### Bug Fixes
8+
9+
* update .NET dependencies to 8.0.24 ([#1096](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1096)) ([78bbe9f](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/78bbe9f3f598e0b912fb9e142c46b15ec307e57c))
10+
411
## [8.1.10](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.9...v8.1.10) (2026-01-14)
512

613

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">8.1.10</span>](WhatsNew)
3+
[What's New in v<span class="_version">8.1.11</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) Finbuckle.MultiTenant <span class="_version">8.1.10</span>
1+
# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant <span class="_version">8.1.11</span>
22

33
## About Finbuckle.MultiTenant
44

docs/WhatsNew.md

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

3-
> This page only lists release update details specific to v<span class="_version">8.1.10</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">8.1.11</span>. [Release update details for all releases are shown in the history page.](History)
44
55
<!--_release-notes-->
6-
## [8.1.10](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.9...v8.1.10) (2026-01-14)
6+
## [8.1.11](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v8.1.10...v8.1.11) (2026-02-11)
77

88

99
### Bug Fixes
1010

11-
* update dependencies for NET 8.0.23 ([#1085](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1085)) ([52db639](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/52db639d8462af4d74d833cf94a9d4698df371fe))
11+
* update .NET dependencies to 8.0.24 ([#1096](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1096)) ([78bbe9f](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/78bbe9f3f598e0b912fb9e142c46b15ec307e57c))
1212

1313

1414

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>8.1.10</Version>
3+
<Version>8.1.11</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)