release(core): versionskonvergenz fuer 6.1.18 vorbereiten#128
Merged
tomtastisch merged 1 commit intomainfrom Feb 22, 2026
Merged
release(core): versionskonvergenz fuer 6.1.18 vorbereiten#128tomtastisch merged 1 commit intomainfrom
tomtastisch merged 1 commit intomainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares version convergence for release 6.1.18, updating the repository's Single Source of Truth (SSOT) version identifier across all required locations to enable the subsequent RC canary tag v6.1.18-rc.1 and stable release without version drift.
Changes:
- Updated
RepoVersion,Version, andPackageVersionproperties from6.1.17to6.1.18 - Synchronized version history and changelog documentation across root and all DE/EN mirrors
- Added
6.1.18entries to all version history and changelog files documenting the release preparation
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Updated RepoVersion property to 6.1.18 |
| src/FileTypeDetection/FileTypeDetectionLib.vbproj | Updated Version and PackageVersion properties to 6.1.18 |
| docs/versioning/002_HISTORY_VERSIONS.MD | Updated current working state to v6.1.18 and added history entry for 6.1.18 |
| docs/versioning/003_CHANGELOG_RELEASES.MD | Added changelog section for 6.1.18 documenting version SSOT changes |
| docs/versioning/102_HISTORY_VERSIONS.MD | Updated EN mirror: current working state to v6.1.18 and added history entry |
| docs/versioning/103_CHANGELOG_RELEASES.MD | Added EN mirror changelog section for 6.1.18 |
| docs/0_de/versioning/002_HISTORY_VERSIONS.MD | Updated DE mirror: current working state to v6.1.18 and added history entry |
| docs/0_de/versioning/003_CHANGELOG_RELEASES.MD | Added DE mirror changelog section for 6.1.18 |
| docs/1_en/versioning/002_HISTORY_VERSIONS.MD | Updated EN mirror: current working state to v6.1.18 and added history entry |
| docs/1_en/versioning/003_CHANGELOG_RELEASES.MD | Added EN mirror changelog section for 6.1.18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ziel & Scope
Versionierungs-Minischritt für Phase D: SSOT auf
6.1.18anheben, damit RC-Canary (v6.1.18-rc.1) und anschließender Stable-Tag ohne Versionsdrift ausgeführt werden können.Umgesetzte Aufgaben (abhaken)
Directory.Build.props(RepoVersion) auf6.1.18gesetzt.src/FileTypeDetection/FileTypeDetectionLib.vbproj(Version,PackageVersion) auf6.1.18gesetzt.docs/versioning/002_HISTORY_VERSIONS.MD) auf Arbeitsstandv6.1.18aktualisiert.docs/versioning/003_CHANGELOG_RELEASES.MD) um Sektion6.1.18ergänzt.docs/versioning/102_HISTORY_VERSIONS.MD) aktualisiert.docs/versioning/103_CHANGELOG_RELEASES.MD) aktualisiert.docs/0_de/versioning/002|003) synchronisiert.docs/1_en/versioning/002|003) synchronisiert.Nachbesserungen aus Review (iterativ)
preflight,versioning-svt).Security- und Merge-Gates
security/code-scanning/tools: 0 offene Alerts ist Merge-Bedingung.SECURITY.mdunverändert.Evidence (auditierbar)
CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh preflight0.CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh versioning-svt0.CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh packPack completed (Tomtastisch.FileClassifier 6.1.18).DoD (mindestens 2 pro Punkt)
RepoVersion,Version,PackageVersionsind identisch6.1.186.1.18in Root + DE/EN-Spiegeln dokumentiertv6.1.18angehobenversioning-svtlokal grünNicht-Ziel: kein Tagging/Publish in diesem PR (folgt erst nach Merge auf
main).