Skip to content

Commit 6bb577d

Browse files
chore(main): release LaunchDarkly.ServerSdk.Consul 5.0.1
1 parent 3c03ec4 commit 6bb577d

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pkgs/dotnet-server-sdk-consul": "5.0.0",
2+
"pkgs/dotnet-server-sdk-consul": "5.0.1",
33
"pkgs/dotnet-server-sdk-dynamodb": "5.0.1",
44
"pkgs/dotnet-server-sdk-redis": "5.1.0",
55
"pkgs/sdk/server": "8.12.2",

pkgs/dotnet-server-sdk-consul/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly .NET SDK Consul integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Consul-v5.0.0...LaunchDarkly.ServerSdk.Consul-v5.0.1) (2026-05-27)
6+
7+
8+
### Bug Fixes
9+
10+
* exclude documentation files from NuGet package builds ([#263](https://github.com/launchdarkly/dotnet-core/issues/263)) ([cc86ad6](https://github.com/launchdarkly/dotnet-core/commit/cc86ad6bd54d2201db5171971946368cde8f45f8))
11+
512
## [5.0.0] - 2023-10-16
613
### Changed:
714
- This release requires the `8.0.0` release of the `LaunchDarkly.ServerSdk`

pkgs/dotnet-server-sdk-consul/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=5.0.0
12+
SDK_VERSION=5.0.1
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/dotnet-server-sdk-consul/src/LaunchDarkly.ServerSdk.Consul.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>5.0.0</Version>
4+
<Version>5.0.1</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<PackageId>LaunchDarkly.ServerSdk.Consul</PackageId>

0 commit comments

Comments
 (0)