Skip to content

Commit 8cb151c

Browse files
committed
[edit] version/changelog
1 parent 73c72d3 commit 8cb151c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

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

3-
## [3.0.0] - Unreleased
3+
## [3.0.0] - 2025-06-26
44

55
### Removed
66

@@ -9,12 +9,12 @@
99
### Added
1010

1111
- Explicit .NET 8, 9 support
12-
- Configurable Key Prefix separator
12+
- Configurable Key Prefix separator (#5)
1313

1414
### Changed
1515

16-
- Before if Key Prefixes were used, then the etcd configuration without prefixes were also added to the Configuration Builder, now it will not and should be added separately if required
17-
- Keys are now case-insensitive according to official documentation
16+
- Before if Key Prefixes were used, then the etcd configuration without prefixes were also added to the Configuration Builder, now it will not and should be added separately if required (#7)
17+
- Keys and prefixes are now case-insensitive according to official documentation (#6)
1818
- Improved internal types performance
1919

2020
### Dependencies

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

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

11-
<Version>3.0-pre01</Version>
11+
<Version>3.0</Version>
1212

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

0 commit comments

Comments
 (0)