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
4 changes: 2 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://orchardcore.crestapps.com>.
Expand Down
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<!-- VersionSuffixBase is the label passed in from the command line (e.g. "preview").
VersionSuffix is assembled here so the build number is always appended when provided.
Passing /p:VersionSuffix=... on the command line would create a global MSBuild property
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="OllamaSharp" Version="5.4.30" />
<PackageVersion Include="PdfPig" Version="0.1.15" />
<PackageVersion Include="PDFsharp-MigraDoc" Version="6.2.4" />
<PackageVersion Include="SSH.NET" Version="2025.1.0" />
<PackageVersion Include="SSH.NET" Version="2026.0.0" />
<PackageVersion Include="YesSql.Abstractions" Version="6.0.0" />
<PackageVersion Include="YesSql.Core" Version="6.0.0" />
<PackageVersion Include="YesSql.Provider.Sqlite" Version="6.0.0" />
Expand Down Expand Up @@ -93,4 +93,4 @@
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.10" />
<PackageVersion Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
</ItemGroup>
</Project>
</Project>
10 changes: 4 additions & 6 deletions src/CrestApps.Core.Docs/docs/changelog/1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@
sidebar_label: 1.1.0 Release Notes
sidebar_position: 3
title: "Version 1.1.0 Release Notes"
description: Release notes for the upcoming CrestApps.Core 1.1.0 release.
description: Release notes for the CrestApps.Core 1.1.0 release.
---

# Version 1.1.0 Release Notes

**Package version**: `1.1.0`

:::info
`CrestApps.Core` 1.1.0 is the next release and is currently in development. Nightly
and preview builds are published from `main` under the `1.1.0` version prefix. This
page will be updated as changes land after 1.0.0.
:::
**Release date**: 2026-08-13

`CrestApps.Core` 1.1.0 was released on 2026-08-13.

## Highlights

Expand Down
26 changes: 26 additions & 0 deletions src/CrestApps.Core.Docs/docs/changelog/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sidebar_label: 1.2.0 Release Notes
sidebar_position: 4
title: "Version 1.2.0 Release Notes"
description: Release notes for the upcoming CrestApps.Core 1.2.0 release.
---

# Version 1.2.0 Release Notes

**Package version**: `1.2.0`

:::info
`CrestApps.Core` 1.2.0 is not yet released and is currently in development. Nightly
and preview builds are published from `main` under the `1.2.0` version prefix. This
page will be updated as changes land after 1.1.0.
:::

## Breaking Changes

- None yet.

## Change Logs

- upgrades SSH.NET to 2026.0.0 to address the high-severity
[GHSA-q939-rpr3-3284](https://github.com/advisories/GHSA-q939-rpr3-3284)
advisory reported by NuGet audit
3 changes: 2 additions & 1 deletion src/CrestApps.Core.Docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ This section tracks `CrestApps.Core` releases and notable repository-level chang

| Version | Highlights |
| --- | --- |
| [1.1.0](1.1.0) | Next release, currently in development (nightly and preview builds) |
| [1.2.0](1.2.0) | Next release, currently in development (nightly and preview builds) |
| [1.1.0](1.1.0) | Released 2026-08-13 with opt-in MCP server tool exposure, documentation search tool instances, and MCP/server fixes |
| [1.0.0](1.0.0) | Initial standalone release plus merged configuration catalogs, automatic AI tool dependency expansion, clearer quick-start guidance, and deployment configuration diagnostics |
1 change: 1 addition & 0 deletions src/CrestApps.Core.Docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const sidebars = {
label: 'Changelog',
items: [
'changelog/index',
'changelog/1.2.0',
'changelog/1.1.0',
'changelog/1.0.0',
],
Expand Down
Loading