Skip to content

Commit 5b31143

Browse files
committed
Merge branch 'andrey/register-plugin' of ssh://github.com/launchdarkly/dotnet-core into andrey/register-plugin
* 'andrey/register-plugin' of ssh://github.com/launchdarkly/dotnet-core: chore(main): release LaunchDarkly.ServerSdk 8.13.0 (#273) chore(main): release LaunchDarkly.ServerSdk.Consul 5.0.1 (#270) chore(main): release LaunchDarkly.ServerSdk.Telemetry 1.5.1 (#268) chore(main): release LaunchDarkly.ServerSdk.Redis 5.1.1 (#267) feat: add X-LaunchDarkly-Instance-Id header (#258) chore(main): release LaunchDarkly.ServerSdk.Ai 0.9.4 (#271) chore(main): release LaunchDarkly.ServerSdk.DynamoDB 5.0.1 (#269) chore(main): release LaunchDarkly.ServerSdk 8.12.2 (#262) chore(main): release LaunchDarkly.ClientSdk 5.7.3 (#272) fix: exclude documentation files from NuGet package builds (#263)
2 parents 47abcd0 + 7e6595e commit 5b31143

28 files changed

Lines changed: 418 additions & 122 deletions

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"pkgs/dotnet-server-sdk-consul": "5.0.0",
3-
"pkgs/dotnet-server-sdk-dynamodb": "5.0.0",
4-
"pkgs/dotnet-server-sdk-redis": "5.1.0",
5-
"pkgs/sdk/server": "8.12.1",
6-
"pkgs/sdk/client": "5.7.2",
7-
"pkgs/telemetry": "1.5.0",
8-
"pkgs/sdk/server-ai": "0.9.3",
2+
"pkgs/dotnet-server-sdk-consul": "5.0.1",
3+
"pkgs/dotnet-server-sdk-dynamodb": "5.0.1",
4+
"pkgs/dotnet-server-sdk-redis": "5.1.1",
5+
"pkgs/sdk/server": "8.13.0",
6+
"pkgs/sdk/client": "5.7.3",
7+
"pkgs/telemetry": "1.5.1",
8+
"pkgs/sdk/server-ai": "0.9.4",
99
"pkgs/shared/common": "7.2.0",
1010
"pkgs/shared/common-json-net": "7.0.2"
1111
}

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: 21 additions & 13 deletions
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>
@@ -20,6 +20,7 @@
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<RootNamespace>LaunchDarkly.Sdk.Server.Integrations</RootNamespace>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
<Configurations>Debug;Release;DebugLocalReferences</Configurations>
2425
<Platforms>AnyCPU</Platforms>
2526
</PropertyGroup>
@@ -47,24 +48,31 @@
4748
</ItemGroup>
4849

4950
<ItemGroup>
50-
<Content Include="..\CHANGELOG.md">
51+
<None Include="..\CHANGELOG.md">
5152
<Link>CHANGELOG.md</Link>
52-
</Content>
53-
<Content Include="..\CONTRIBUTING.md">
53+
<Pack>false</Pack>
54+
</None>
55+
<None Include="..\CONTRIBUTING.md">
5456
<Link>CONTRIBUTING.md</Link>
55-
</Content>
56-
<Content Include="..\docfx.json">
57+
<Pack>false</Pack>
58+
</None>
59+
<None Include="..\docfx.json">
5760
<Link>docfx.json</Link>
58-
</Content>
59-
<Content Include="..\index.md">
61+
<Pack>false</Pack>
62+
</None>
63+
<None Include="..\index.md">
6064
<Link>index.md</Link>
61-
</Content>
62-
<Content Include="..\README.md">
65+
<Pack>false</Pack>
66+
</None>
67+
<None Include="..\README.md">
6368
<Link>README.md</Link>
64-
</Content>
65-
<Content Include="..\SECURITY.md">
69+
<Pack>true</Pack>
70+
<PackagePath>\</PackagePath>
71+
</None>
72+
<None Include="..\SECURITY.md">
6673
<Link>SECURITY.md</Link>
67-
</Content>
74+
<Pack>false</Pack>
75+
</None>
6876
</ItemGroup>
6977

7078
<PropertyGroup>

pkgs/dotnet-server-sdk-dynamodb/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 DynamoDB 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.DynamoDB-v5.0.0...LaunchDarkly.ServerSdk.DynamoDB-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](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.DynamoDB-v4.0.2...LaunchDarkly.ServerSdk.DynamoDB-v5.0.0) (2025-10-22)
613

714

pkgs/dotnet-server-sdk-dynamodb/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-dynamodb/src/LaunchDarkly.ServerSdk.DynamoDB.csproj

Lines changed: 21 additions & 13 deletions
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.DynamoDB</PackageId>
@@ -20,6 +20,7 @@
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<RootNamespace>LaunchDarkly.Sdk.Server.Integrations</RootNamespace>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
<Configurations>Debug;Release;DebugLocalReferences</Configurations>
2425
<Platforms>AnyCPU</Platforms>
2526
</PropertyGroup>
@@ -42,24 +43,31 @@
4243
<ProjectReference Include="../../sdk/server/src/LaunchDarkly.ServerSdk.csproj" />
4344
</ItemGroup>
4445
<ItemGroup>
45-
<Content Include="..\CHANGELOG.md">
46+
<None Include="..\CHANGELOG.md">
4647
<Link>CHANGELOG.md</Link>
47-
</Content>
48-
<Content Include="..\CONTRIBUTING.md">
48+
<Pack>false</Pack>
49+
</None>
50+
<None Include="..\CONTRIBUTING.md">
4951
<Link>CONTRIBUTING.md</Link>
50-
</Content>
51-
<Content Include="..\docfx.json">
52+
<Pack>false</Pack>
53+
</None>
54+
<None Include="..\docfx.json">
5255
<Link>docfx.json</Link>
53-
</Content>
54-
<Content Include="..\index.md">
56+
<Pack>false</Pack>
57+
</None>
58+
<None Include="..\index.md">
5559
<Link>index.md</Link>
56-
</Content>
57-
<Content Include="..\README.md">
60+
<Pack>false</Pack>
61+
</None>
62+
<None Include="..\README.md">
5863
<Link>README.md</Link>
59-
</Content>
60-
<Content Include="..\SECURITY.md">
64+
<Pack>true</Pack>
65+
<PackagePath>\</PackagePath>
66+
</None>
67+
<None Include="..\SECURITY.md">
6168
<Link>SECURITY.md</Link>
62-
</Content>
69+
<Pack>false</Pack>
70+
</None>
6371
</ItemGroup>
6472

6573
<PropertyGroup>

pkgs/dotnet-server-sdk-redis/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 Redis integration will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.1.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Redis-v5.1.0...LaunchDarkly.ServerSdk.Redis-v5.1.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.1.0](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.ServerSdk.Redis-v5.0.0...LaunchDarkly.ServerSdk.Redis-v5.1.0) (2025-08-20)
613

714

pkgs/dotnet-server-sdk-redis/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.1.0
12+
SDK_VERSION=5.1.1
1313
```
1414
<!-- x-release-please-end -->
1515

pkgs/dotnet-server-sdk-redis/src/LaunchDarkly.ServerSdk.Redis.csproj

Lines changed: 18 additions & 11 deletions
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.1.0</Version>
4+
<Version>5.1.1</Version>
55
<!--x-release-please-end-->
66
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
77
<AssemblyName>LaunchDarkly.ServerSdk.Redis</AssemblyName>
@@ -20,6 +20,7 @@
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<RootNamespace>LaunchDarkly.Sdk.Server.Integrations</RootNamespace>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
<Configurations>Debug;Release;DebugLocalReferences</Configurations>
2425
<Platforms>AnyCPU</Platforms>
2526
</PropertyGroup>
@@ -42,21 +43,27 @@
4243
<ProjectReference Include="../../sdk/server/src/LaunchDarkly.ServerSdk.csproj" />
4344
</ItemGroup>
4445
<ItemGroup>
45-
<Content Include="..\CHANGELOG.md">
46+
<None Include="..\CHANGELOG.md">
4647
<Link>CHANGELOG.md</Link>
47-
</Content>
48-
<Content Include="..\CONTRIBUTING.md">
48+
<Pack>false</Pack>
49+
</None>
50+
<None Include="..\CONTRIBUTING.md">
4951
<Link>CONTRIBUTING.md</Link>
50-
</Content>
51-
<Content Include="..\docfx.json">
52+
<Pack>false</Pack>
53+
</None>
54+
<None Include="..\docfx.json">
5255
<Link>docfx.json</Link>
53-
</Content>
54-
<Content Include="..\README.md">
56+
<Pack>false</Pack>
57+
</None>
58+
<None Include="..\README.md">
5559
<Link>README.md</Link>
56-
</Content>
57-
<Content Include="..\SECURITY.md">
60+
<Pack>true</Pack>
61+
<PackagePath>\</PackagePath>
62+
</None>
63+
<None Include="..\SECURITY.md">
5864
<Link>SECURITY.md</Link>
59-
</Content>
65+
<Pack>false</Pack>
66+
</None>
6067
</ItemGroup>
6168

6269
<PropertyGroup>

0 commit comments

Comments
 (0)