From 548336924d3bd486a176c035361943af309a7f24 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Sun, 5 Jul 2026 10:58:17 -0700 Subject: [PATCH] Prepare the 2.0 release: repurpose to a governance catalog Bump version.json 1.0 -> 2.0 (major - the template's identity changed from a .NET sample project to a governance and workflow-audit catalog), refresh the README Release Notes to 2.0, and rewrite the stale placeholder HISTORY.md with an accurate 2.0 entry (and a corrected 1.0 entry). Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Pieter Viljoen --- HISTORY.md | 7 ++++--- README.md | 4 ++-- version.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) 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$" ],