Skip to content

Commit 0f0456c

Browse files
committed
[#11] [add] impl
1 parent 5c20719 commit 0f0456c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Etcd.Microsoft.Extensions.Configuration/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.1.1] - 2026-02-23
4+
5+
### Dependencies
6+
7+
- dotnet-etcd bump to 8.1.0
8+
39
## [3.1.0] - 2025-10-22
410

511
### Added

src/Etcd.Microsoft.Extensions.Configuration/Etcd.Microsoft.Extensions.Configuration.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>3.1</Version>
11+
<Version>3.1.1</Version>
1212

1313
<Description>Etcd based configuration provider for Microsoft.Extensions.Configuration</Description>
1414
<Authors>Simplify community</Authors>
@@ -24,7 +24,7 @@
2424
<PackageReleaseNotes>See https://github.com/SimplifyNet/Etcd.Microsoft.Extensions.Configuration/tree/master/src/Etcd.Microsoft.Extensions.Configuration/CHANGELOG.md for details</PackageReleaseNotes>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageReference Include="dotnet-etcd" Version="8.0.1" />
27+
<PackageReference Include="dotnet-etcd" Version="8.1.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
2929
</ItemGroup>
3030
<ItemGroup>

0 commit comments

Comments
 (0)