Skip to content

Commit 584d672

Browse files
chore(release): 3.0.4 [automated]
## [3.0.4](v3.0.3...v3.0.4) (2026-04-05) ### 🐛 Bug Fixes * Increase timing margins in SchedulerTests to prevent flaky CI failures ([#42](#42)) ([f92c330](f92c330)) * Increase timing margins in SchedulerTests to prevent flaky CI failures ([#42](#42)) ([ead5fe6](ead5fe6)) * make assembly signing conditional on SNK key file existence ([8492cd8](8492cd8))
1 parent 8492cd8 commit 584d672

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.4](https://github.com/bauer-group/LIB-Shared-Plattform-NET/compare/v3.0.3...v3.0.4) (2026-04-05)
2+
3+
### 🐛 Bug Fixes
4+
5+
* Increase timing margins in SchedulerTests to prevent flaky CI failures ([#42](https://github.com/bauer-group/LIB-Shared-Plattform-NET/issues/42)) ([f92c330](https://github.com/bauer-group/LIB-Shared-Plattform-NET/commit/f92c3306e34517690cb7b72cf578ea828968cb1d))
6+
* Increase timing margins in SchedulerTests to prevent flaky CI failures ([#42](https://github.com/bauer-group/LIB-Shared-Plattform-NET/issues/42)) ([ead5fe6](https://github.com/bauer-group/LIB-Shared-Plattform-NET/commit/ead5fe6501e1f0c411789930875cf6ade733c124))
7+
* make assembly signing conditional on SNK key file existence ([8492cd8](https://github.com/bauer-group/LIB-Shared-Plattform-NET/commit/8492cd8e9c5faae9778b06630c09ddcebab1edaf))
8+
19
## [3.0.3](https://github.com/bauer-group/LIB-Shared-Plattform-NET/compare/v3.0.2...v3.0.3) (2026-03-25)
210

311
### 🐛 Bug Fixes

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<!-- <TargetFramework>net10.0</TargetFramework> -->
1010
<!-- Versioning (managed by CI/CD) -->
11-
<Version>3.0.3</Version>
11+
<Version>3.0.4</Version>
1212
<!-- Language & Compiler Settings -->
1313
<LangVersion>latest</LangVersion>
1414
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)