Skip to content

Commit 2adeb83

Browse files
release(version): bump auf 5.1.4 (#76)
Co-authored-by: GitHub Copilot Agent <github-actions[bot]@users.noreply.github.com>
1 parent 0a85c82 commit 2adeb83

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<RepoVersion>5.1.3</RepoVersion>
8+
<RepoVersion>5.1.4</RepoVersion>
99
</PropertyGroup>
1010
</Project>

docs/versioning/002_HISTORY_VERSIONS.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ Heuristik fuer die Rueckwirkungs-Zuordnung:
88
- `docs|test|ci|chore|tooling|refactor|fix` => Patch
99

1010
Aktueller Entwicklungsstand:
11-
- Aktuelle Entwicklungslinie enthaelt `5.x` (aktuell veroeffentlichtes Tag: `v5.1.3`; Details in `docs/versioning/003_CHANGELOG_RELEASES.MD`).
11+
- Aktuelle Entwicklungslinie enthaelt `5.x` (aktuell veroeffentlichtes Tag: `v5.1.3`; naechstes vorgesehenes Tag: `v5.1.4`; Details in `docs/versioning/003_CHANGELOG_RELEASES.MD`).
1212

1313
| Version | Kurzbeschreibung | Commit | Keyword |
1414
|---|---|---|---|
15+
| `5.1.4` | Refactor-Cluster 7C abgeschlossen + Qodana-Alerts auf 0 (Archive-Infrastructure Qualifier-Cleanup, Tests) | [0a85c82](https://github.com/tomtastisch/FileClassifier/commit/0a85c82) | patch |
1516
| `5.1.3` | PR-Governance-Haertung (DE-Naming, PR-Template, fail-closed Gate fuer `security/code-scanning/tools = 0`) | [0b488ac](https://github.com/tomtastisch/FileClassifier/commit/0b488ac) | patch |
1617
| `5.1.2` | Gate4 Polling-Optimierung und Release-Haertung | [f12711d](https://github.com/tomtastisch/FileClassifier/commit/f12711d) | patch |
1718
| `5.1.1` | Dependabot security-only mode und fail-closed Guards fuer secret-pflichtige Workflows | [d0ad8ec](https://github.com/tomtastisch/FileClassifier/commit/d0ad8ec) | patch |

docs/versioning/003_CHANGELOG_RELEASES.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ der Git-Tag `vX.Y.Z` (optional `-prerelease`) als SSOT.
1313
- Docs/CI/Tooling:
1414
- TBD
1515

16+
## [5.1.4]
17+
- Changed:
18+
- Cluster 7C: ReasonCodes/Exceptions konsolidiert und semantisch vereinheitlicht (DetectDetailed).
19+
- Archive-Infrastructure: redundante `System.IO.*`-Qualifizierer bereinigt (Imports + unqualifiziert).
20+
- Fixed:
21+
- Qodana Findings: `ConvertToConstant.Local` und `UseUtf8StringLiteral` in Tests beseitigt.
22+
- Docs/CI/Tooling:
23+
- Code-Scanning-Zero-Gate fuer Qodana-Fix-PRs entkoppelt (PRs mit Label `area:qodana` pruefen PR-ref statt `main`).
24+
1625
## [5.1.3]
1726
- Added:
1827
- Verbindliches PR-Template in deutscher Sprache mit Checklisten, Nachbesserungs-Tracking und DoD-Matrix.

src/FileTypeDetection/FileTypeDetectionLib.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<IsPackable>true</IsPackable>
88
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<PackageId>Tomtastisch.FileClassifier</PackageId>
10-
<Version>5.1.3</Version>
11-
<PackageVersion>5.1.3</PackageVersion>
10+
<Version>5.1.4</Version>
11+
<PackageVersion>5.1.4</PackageVersion>
1212
<Authors>tomtastisch</Authors>
1313
<Description>Deterministic file type and MIME detection with fail-closed archive safety checks, secure extraction primitives, and reproducible hashing evidence for .NET.</Description>
1414
<PackageTags>filetype;mime;detection;magic-bytes;sniffing;archive;zip;tar;7z;rar;zipslip;security;hashing;sha256;deterministic;dotnet;net8;net10</PackageTags>

0 commit comments

Comments
 (0)