Skip to content

Commit 7264137

Browse files
committed
[#8] [edit] formatting
[#8] [edit] version/changelog
1 parent 2346574 commit 7264137

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Etcd.Microsoft.Extensions.Configuration/Auth/Credentials.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private static string FormatUserNameInformation(CredentialsSource userNameSource
204204
var result = $"etcd user name source: {userNameSource}";
205205

206206
if (userNameSource == CredentialsSource.EnvironmentVariables)
207-
result += $"({userNameEnvironmentVariableName})";
207+
result += $" ({userNameEnvironmentVariableName})";
208208

209209
return result;
210210
}
@@ -214,7 +214,7 @@ private static string FormatPassword(CredentialsSource passwordSource, string? p
214214
var result = $"etcd password source: {passwordSource}";
215215

216216
if (passwordSource == CredentialsSource.EnvironmentVariables)
217-
result += $"({passwordEnvironmentVariableName})";
217+
result += $" ({passwordEnvironmentVariableName})";
218218

219219
return result;
220220
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [3.1.0] - 2025-10-21
3+
## [3.1.0] - 2025-10-22
44

55
### Added
66

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.1-pre02</Version>
11+
<Version>3.1</Version>
1212

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

0 commit comments

Comments
 (0)