diff --git a/HISTORY.md b/HISTORY.md index 04011e57..0645c803 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,10 @@ # ProjectTemplate -C# .NET project template. +Governance, agent-orchestration, and workflow-audit hub for a fleet of related repositories. ## Release History +- Version 2.0: + - Repurposed from a .NET sample-project template into a governance and workflow-audit catalog: the shared fleet rules (`AGENTS.md`, `CODESTYLE.md`, `WORKFLOW.md`), a machine-readable `spec/`, the fleet `registry/`, per-repo audit `reports/`, branch rulesets, and the `AUDIT.md` convergence procedure. Ships no application code; the old sample project and its build pipeline are removed. - Version 1.0: - - Something. - - And something else. + - .NET sample-project template with a build and publish pipeline. diff --git a/README.md b/README.md index bfc43448..49d85734 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Governance, agent-orchestration, and workflow-audit hub for a fleet of related r ### Release Notes -**Version: 1.0**: +**Version: 2.0**: **Summary**: -- Governance, agent-orchestration, and workflow-audit hub for the fleet: shared rules, a machine-readable spec, a fleet registry, and an audit-agent instruction set. +- Governance, agent-orchestration, and workflow-audit hub for the fleet: shared rules, a machine-readable spec, a fleet registry, per-repo audit reports, and an audit-agent instruction set. Ships no application code. See [Release History][history] for the full history. diff --git a/version.json b/version.json index c0c465e3..cab4b0ec 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0", + "version": "2.0", "publicReleaseRefSpec": [ "^refs/heads/main$" ],