Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Governance, agent-orchestration, and workflow-audit hub for a fleet of related r

### Release Notes <!-- omit from toc -->

**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.

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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$"
],
Expand Down