Skip to content

Commit 93e7b6e

Browse files
committed
Bump version to 4.4.2 and update release notes to include support for service principal authentication
1 parent 703675d commit 93e7b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NLog.Extensions.AzureBlobStorage/NLog.Extensions.AzureBlobStorage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66

7-
<Version>4.4.1</Version>
7+
<Version>4.4.2</Version>
88

99
<Description>NLog BlobStorageTarget for writing to Azure Cloud Blob Storage</Description>
1010
<Authors>jdetmar</Authors>
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageReleaseNotes>
21-
- Assign WorkloadIdentityClientId from ClientIdentity
21+
- Added support for authentication with a service principal using a secret. by @ssteiner
2222

2323
Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureBlobStorage/README.md
2424
</PackageReleaseNotes>

0 commit comments

Comments
 (0)