Skip to content

Commit d9a1ee7

Browse files
committed
[edit] version/changelog
1 parent 5f616b6 commit d9a1ee7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.1.0] - 2024-05-23
4+
5+
### Dependencies
6+
7+
- dotnet-etcd bump to 5.2.1
8+
- Microsoft.Extensions.Configuration bump to 8
9+
10+
### Changed
11+
12+
- Full dispose implemented
13+
314
## [2.0.1] - 2022-12-02
415

516
### Fixed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>2.0.2</Version>
11+
<Version>2.1</Version>
1212

1313
<Description>Etcd based configuration provider for Microsoft.Extensions.Configuration</Description>
1414
<Authors>Simplify community</Authors>

tests/Unit/Etcd.Microsoft.Extensions.Configuration.Tests/Etcd.Microsoft.Extensions.Configuration.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</ItemGroup>
1313
<ItemGroup>
1414
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
15-
<PrivateAssets>all</PrivateAssets>
16-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15+
<PrivateAssets>all</PrivateAssets>
16+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />

0 commit comments

Comments
 (0)