Skip to content

Commit 8ad613b

Browse files
committed
[up] dotnet-etcd to 5.2.1
1 parent 48bfda3 commit 8ad613b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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.1</Version>
11+
<Version>2.0.2</Version>
1212

1313
<Description>Etcd based configuration provider for Microsoft.Extensions.Configuration</Description>
1414
<Authors>Simplify community</Authors>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Etcd.Microsoft.Extensions.Configuration/tree/master/src/Etcd.Microsoft.Extensions.Configuration/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="dotnet-etcd" Version="5.2.0" />
26+
<PackageReference Include="dotnet-etcd" Version="5.2.1" />
2727
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2828
</ItemGroup>
2929
<ItemGroup>

0 commit comments

Comments
 (0)