Skip to content

Commit 023f6ee

Browse files
chore: 9.4.3 [skip ci]
## [9.4.3](v9.4.2...v9.4.3) (2025-11-20) ### Bug Fixes * update dependencies ([#1034](#1034)) ([2c33440](2c33440))
1 parent 26daca5 commit 023f6ee

File tree

7 files changed

+24
-12
lines changed

7 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.4.3](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.2...v9.4.3) (2025-11-20)
2+
3+
### Bug Fixes
4+
5+
* update dependencies ([#1034](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1034)) ([2c33440](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2c3344018de4f7e4b9cf6f5bec5cae92e4342749))
6+
17
## [9.4.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.1...v9.4.2) (2025-11-01)
28

39
### Bug Fixes

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

33
## About Finbuckle.MultiTenant
44

@@ -12,7 +12,7 @@ See [https://www.finbuckle.com/multitenant](https://www.finbuckle.com/multitenan
1212

1313
Table of Contents
1414

15-
1. [What's New in v<span class="_version">9.4.2</span>](#whats-new)
15+
1. [What's New in v<span class="_version">9.4.3</span>](#whats-new)
1616
2. [Open Source Support](#open-source-support)
1717
3. [Quick Start](#quick-start)
1818
4. [Documentation](#documentation)
@@ -25,15 +25,15 @@ Table of Contents
2525
11. [Building from Source](#building-from-source)
2626
12. [Running Unit Tests](#running-unit-tests)
2727

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

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

36-
* updated xml code comments and docs ([#1015](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1015)) ([4bfe15d](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4bfe15d1c2e65935831c27525fdcf127a2048622))
36+
* update dependencies ([#1034](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1034)) ([2c33440](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2c3344018de4f7e4b9cf6f5bec5cae92e4342749))
3737
<!--_release-notes-->
3838

3939
## Open Source Support

docs/History.md

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

33
<!--_history-->
4+
## [9.4.3](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.2...v9.4.3) (2025-11-20)
5+
6+
### Bug Fixes
7+
8+
* update dependencies ([#1034](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1034)) ([2c33440](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2c3344018de4f7e4b9cf6f5bec5cae92e4342749))
9+
410
## [9.4.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.1...v9.4.2) (2025-11-01)
511

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

3-
> This page only lists release update details specific to v<span class="_version">9.4.2</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">9.4.3</span>. [Release update details for all releases are shown in the history page.](History)
44
55
<!--_release-notes-->
6-
## [9.4.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.1...v9.4.2) (2025-11-01)
6+
## [9.4.3](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v9.4.2...v9.4.3) (2025-11-20)
77

88
### Bug Fixes
99

10-
* updated xml code comments and docs ([#1015](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1015)) ([4bfe15d](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/4bfe15d1c2e65935831c27525fdcf127a2048622))
10+
* update dependencies ([#1034](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/1034)) ([2c33440](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2c3344018de4f7e4b9cf6f5bec5cae92e4342749))
1111

1212
<!--_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>9.4.2</Version>
3+
<Version>9.4.3</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)