diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2cf5cae6..20640071 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -59,8 +59,8 @@ When a change affects public behavior, configuration, setup, or project guidance ### Changelog conventions -- Changelog files are named after their version with no `v` prefix (for example `1.0.0.md`, `1.1.0.md`). -- The next planned release is **1.1.0**. Document all upcoming changes — new features, fixes, dependency upgrades, branching or workflow changes, and other notable repository-level updates — in `src\CrestApps.Core.Docs\docs\changelog\1.1.0.md` until it ships. +- Changelog files are named after their version with no `v` prefix (for example `1.1.0.md`, `1.2.0.md`). +- The next planned release is **1.2.0**. Document all upcoming changes — new features, fixes, dependency upgrades, branching or workflow changes, and other notable repository-level updates — in `src\CrestApps.Core.Docs\docs\changelog\1.2.0.md` until it ships. - When a new development cycle begins, add a changelog file for that version (again with no `v` prefix), register it in `src\CrestApps.Core.Docs\sidebars.js` and `src\CrestApps.Core.Docs\docs\changelog\index.md`, and document ongoing work there. Keep the docs focused on `CrestApps.Core`. If you need to mention the Orchard Core implementation, treat it as a related downstream product and link to . diff --git a/AGENTS.md b/AGENTS.md index 5a43f5dd..82914dde 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,11 +24,11 @@ When a change affects public behavior, configuration, setup, or project guidance update the relevant docs under `src\CrestApps.Core.Docs\docs` and build the docs site. - Changelog files are named after their version with no `v` prefix (for example - `1.0.0.md`, `1.1.0.md`). -- The next planned release is **1.1.0**. Document all upcoming changes going forward — + `1.1.0.md`, `1.2.0.md`). +- The next planned release is **1.2.0**. Document all upcoming changes going forward — new features, fixes, dependency upgrades, branching or workflow changes, and other notable repository-level updates — in - `src\CrestApps.Core.Docs\docs\changelog\1.1.0.md` until it ships. + `src\CrestApps.Core.Docs\docs\changelog\1.2.0.md` until it ships. - When a new development cycle starts, add a changelog file for that version (again with no `v` prefix), register it in `src\CrestApps.Core.Docs\sidebars.js` and `src\CrestApps.Core.Docs\docs\changelog\index.md`, and document ongoing work there. diff --git a/Directory.Build.props b/Directory.Build.props index 907e1974..01cea3b8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -45,7 +45,7 @@ - 1.1.0 + 1.2.0