Skip to content

Commit e077271

Browse files
authored
V9.0.5/bump (#119)
🚨 NU5128 (NoWarn) 📝 SHA512/256 Implementation for .NET - Cuemon.Security.Cryptography ⬆️ bump dependencies 📦 updated NuGet package definition 💬 updated community health pages
1 parent 8e7cd41 commit e077271

File tree

49 files changed

+375
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+375
-56
lines changed

.docfx/Dockerfile.docfx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM nginx:1.27.3-alpine AS base
1+
FROM --platform=$BUILDPLATFORM nginx:1.27.4-alpine AS base
22
RUN rm -rf /usr/share/nginx/html/*
33

4-
FROM codebeltnet/docfx:2.77.0 AS build
4+
FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
55

66
ADD [".", "docfx"]
77

88
RUN cd docfx; \
99
docfx build
1010

11-
FROM base AS final
11+
FROM nginx:1.27.4-alpine AS final
1212
WORKDIR /usr/share/nginx/html
1313
COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html
1414

.nuget/Cuemon.AspNetCore.App/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Cuemon.AspNetCore.Authentication/PackageReleaseNotes.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
# New Features
8+
- ADDED DigestCryptoAlgorithm enum in the Cuemon.AspNetCore.Authentication.Digest namespace that specifies the supported digest algorithms for HTTP Digest Access Authentication
9+
- ADDED DigestHashFactory class in the Cuemon.AspNetCore.Authentication.Digest namespace that provides access to factory methods for creating and configuring Hash instances based on UnkeyedCryptoHash{TAlgorithm}
10+
 
11+
# Improvements
12+
- EXTENDED DigestAuthenticationOptions class in the Cuemon.AspNetCore.Authentication.Digest namespace with a property named DigestAlgorithm that specifies the digest algorithm to use for HTTP Digest Access Authentication; default is DigestCryptoAlgorithm.Sha256
13+
 
14+
# Bug Fixes
15+
- FIXED DigestAuthenticationHandler class in the Cuemon.AspNetCore.Authentication.Digest namespace to use newly added DigestCryptoAlgorithm enum in the Cuemon.AspNetCore.Authentication.Digest namespace
16+
- FIXED DigestAuthenticationMiddleware class in the Cuemon.AspNetCore.Authentication.Digest namespace to use newly added DigestCryptoAlgorithm enum in the Cuemon.AspNetCore.Authentication.Digest namespace
17+
- FIXED DigestAuthorizationHeaderBuilder class in the Cuemon.AspNetCore.Authentication.Digest namespace to use newly added DigestCryptoAlgorithm enum in the Cuemon.AspNetCore.Authentication.Digest namespace
18+
 
19+
Version 9.0.4
220
Availability: .NET 9 and .NET 8
321

422
# ALM

.nuget/Cuemon.AspNetCore.Mvc/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Cuemon.AspNetCore.Razor.TagHelpers/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Cuemon.AspNetCore/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9 and .NET 8
39

410
# ALM

.nuget/Cuemon.Core.App/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9, .NET 8 and .NET Standard 2.0
39

410
# ALM

.nuget/Cuemon.Core/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9, .NET 8 and .NET Standard 2.0
39

410
# ALM

.nuget/Cuemon.Data.Integrity/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9, .NET 8 and .NET Standard 2.0
39

410
# ALM

.nuget/Cuemon.Data.SqlClient/PackageReleaseNotes.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Version 9.0.4
1+
Version 9.0.5
2+
Availability: .NET 9, .NET 8 and .NET Standard 2.0
3+
 
4+
# ALM
5+
- CHANGED Dependencies to latest and greatest with respect to TFMs
6+
 
7+
Version 9.0.4
28
Availability: .NET 9, .NET 8 and .NET Standard 2.0
39

410
# ALM

0 commit comments

Comments
 (0)