Normalize build, CI/CD, and centralized versioning - #1
Merged
Conversation
uniblab
marked this pull request as ready for review
September 4, 2026 06:28
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.
Summary
Normalizes
Icod.UtilLinuxto the canonical build and release pattern maintained inuniblab/.github, preserves the current1.0.1repository version, and adds the repository-levelutillinuxrouter/.NET tool package.Versioning
Directory.Build.propsas the single version source;VersionPrefix,Version,PackageVersion,AssemblyVersion, andFileVersionat1.0.1;<Version>1.0.1</Version>fromkillandrenice.Router and package topology
utillinux/Icod.UtilLinux.Router.csproj;utillinux kill [args...]andutillinux renice [args...]directly in-process;--helpand--version;Router.Tests, including-Vdry-run dispatch for both commands;killandrenicenon-packable while retaining them as standalone executable projects;Icod.UtilLinux.Toolsthe sole NuGet/.NET tool package with installed commandutillinux;Icod.UtilLinux.Toolsin local builds, PR CI, distribution validation, and release packaging;utillinux,kill, andreniceavailable to RID release archives.Local build tooling
build.cmdandbuild.sh;packaging/RepositoryTools.psm1and metadata/build/package/distribution/archive helpers;CI/CD
Replaces the legacy PR/main workflows with the canonical lifecycle:
pull-request.yaml: Staging on Windows, Linux, and macOS, with Linux exact-package validation;main.yaml: Release distribution validation on Windows/Linux/macOS x64 and ARM64;distribution-validation.yaml: manually dispatched Debug/Staging/Release six-runner validation;release.yaml:v<semver>package selection/publication, six RID archives, checksums, and GitHub Release creation.The legacy
pr-build-and-test.yamlandpush-main.yamlworkflows are removed.Documentation
Icod.UtilLinux.Tools/utillinux;packaging/README.md.No
killorrenicecommand semantics are intentionally changed.