Skip to content

Commit 873c529

Browse files
Add SQL Server 2025 to build reference
Updated the build reference description to include SQL Server 2025 and added a filter button for SQL Server 2025 in the builds page layout.
1 parent 86177b7 commit 873c529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/page/builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ aliases:
88
- /buildref/
99
- /build-reference/
1010
draft: false
11-
description: "Comprehensive SQL Server build reference database with versions, service packs, cumulative updates, and KB articles from SQL Server 2000 through 2022."
11+
description: "Comprehensive SQL Server build reference database with versions, service packs, cumulative updates, and KB articles from SQL Server 2000 through 2025."
1212
---

themes/dbatools2025/layouts/page/builds.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h3 class="text-sm font-semibold text-theme-text dark:text-[#ececec] mb-4 upperc
3838
</h3>
3939
<div class="filter-grid">
4040
<button class="filter-button version-filter active" data-filter="all">All Versions</button>
41+
<button class="filter-button version-filter" data-filter="2025">SQL Server 2025</button>
4142
<button class="filter-button version-filter" data-filter="2022">SQL Server 2022</button>
4243
<button class="filter-button version-filter" data-filter="2019">SQL Server 2019</button>
4344
<button class="filter-button version-filter" data-filter="2017">SQL Server 2017</button>

0 commit comments

Comments
 (0)