Skip to content

Commit a45479f

Browse files
committed
Fixed badge URL
1 parent 19c7f47 commit a45479f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- `Connect-Sql` create connection and server objects as per documentation.
1717
- `Invoke-SqlDscQuery` remove disconnect as there is not an explicit connect.
1818

19+
### Fixed
20+
21+
- SqlServerDsc
22+
- Fixed PowerShell Gallery badge URL in `README.md` to correctly show
23+
prereleases ([issue `#2437`](https://github.com/dsccommunity/SqlServerDsc/issues/2437)).
24+
1925
## [17.4.0] - 2026-01-19
2026

2127
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configuration of Microsoft SQL Server.
77
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/SqlServerDsc/11/main)
88
[![codecov](https://codecov.io/gh/dsccommunity/SqlServerDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/SqlServerDsc)
99
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/SqlServerDsc/11/main)](https://dsccommunity.visualstudio.com/SqlServerDsc/_test/analytics?definitionId=11&contextType=build)
10-
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/SqlServerDsc?label=SqlServerDsc%20Preview)](https://www.powershellgallery.com/packages/SqlServerDsc/)
10+
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/v/SqlServerDsc?label=SqlServerDsc%20Preview&include_prereleases)](https://www.powershellgallery.com/packages/SqlServerDsc/)
1111
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/SqlServerDsc?label=SqlServerDsc)](https://www.powershellgallery.com/packages/SqlServerDsc/)
1212

1313
## Code of Conduct

0 commit comments

Comments
 (0)