Merged
Conversation
23 tasks
Copilot AI
added a commit
that referenced
this pull request
Feb 20, 2026
- PR template: "All tests pass" → "All unit tests pass", add self-validation checklist item, simplify yamllint command to `yamllint .` - CONTRIBUTING.md: Separate unit tests and self-validation tests sections, use --configuration Release consistently, add --framework net10.0 to self-validation commands - Test .csproj: Reorganize with section comments (Build Configuration, Test Framework Dependencies, Code Analysis Dependencies, Project References) matching TemplateDotNetTool pattern Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
added a commit
that referenced
this pull request
Feb 20, 2026
…user guide, and port template improvements (#145) * Initial plan * Fix whitespace formatting and update outdated documentation - Fix trailing whitespace in ValidateDiagram.cs, ValidateHash.cs, ValidateToMarkdown.cs - Update docs/spdx-tool-command-line.md with missing CLI options and correct diagram command - Update README.md self-validation section with current test names and complete test list - Fix CONTRIBUTING.md release process to not reference non-existent CHANGELOG.md Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Fix typo and update outdated GitHub Actions versions in documentation - Fix "Github" -> "GitHub" typo in docs/spdx-tool-github-ci.md - Update actions/setup-dotnet@v4 -> @v5 in docs - Update actions/checkout@v4 -> @v6 in docs/guide/guide.md Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Restructure user guide heading hierarchy and update self-validation example - Consolidate Introduction to contain only Purpose and Scope subsections - Merge Key Features content into Purpose paragraph (no longer separate subsection) - Simplify Scope to concise description (Pandoc auto-generates TOC, redundant list removed) - Update self-validation example with current test names (SpdxTool_* prefix) and all 13 tests Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Port improvements from TemplateDotNetTool PRs #24, #27, #32 - PR template: "All tests pass" → "All unit tests pass", add self-validation checklist item, simplify yamllint command to `yamllint .` - CONTRIBUTING.md: Separate unit tests and self-validation tests sections, use --configuration Release consistently, add --framework net10.0 to self-validation commands - Test .csproj: Reorganize with section comments (Build Configuration, Test Framework Dependencies, Code Analysis Dependencies, Project References) matching TemplateDotNetTool pattern Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
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.
This PR implements #26 by adding the 'get-version' command.