Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .docfx/Dockerfile.docfx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS base
ARG NGINX_VERSION=1.29.0-alpine

FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
RUN rm -rf /usr/share/nginx/html/*

FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build
Expand All @@ -8,7 +10,7 @@ ADD [".", "docfx"]
RUN cd docfx; \
docfx build

FROM nginx:1.28.0-alpine AS final
FROM nginx:${NGINX_VERSION} AS final
WORKDIR /usr/share/nginx/html
COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sonarcloud:
name: call-sonarcloud
needs: [build,test]
uses: codebeltnet/jobs-sonarcloud/.github/workflows/default.yml@v1
uses: codebeltnet/jobs-sonarcloud/.github/workflows/default.yml@v2
with:
organization: geekle
projectKey: newtonsoft-json
Expand All @@ -82,7 +82,7 @@ jobs:
codeql:
name: call-codeql
needs: [build,test]
uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v1
uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
permissions:
security-events: write

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 9.0.4
Version 9.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 9.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 9.0.4
Version 9.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 9.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 9.0.4
Version 9.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 9.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 9.0.4
Version 9.0.5
Availability: .NET 9, .NET 8 and .NET Standard 2.0

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 9.0.4
Availability: .NET 9, .NET 8 and .NET Standard 2.0

# ALM
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
> [!NOTE]
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Newtonsoft.Json, Cuemon.Extensions.AspNetCore.Newtonsoft.Json and Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.

## [9.0.5] - 2025-07-11

This is a service update that focuses on package dependencies.

## [9.0.4] - 2025-06-15

This is a service update that focuses on package dependencies.
Expand Down
24 changes: 12 additions & 12 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="10.0.3" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.3" />
<PackageVersion Include="Cuemon.AspNetCore.Mvc" Version="9.0.6" />
<PackageVersion Include="Cuemon.Core" Version="9.0.6" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="9.0.6" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Authentication" Version="9.0.6" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.6" />
<PackageVersion Include="Cuemon.Extensions.Core" Version="9.0.6" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.6" />
<PackageVersion Include="Cuemon.IO" Version="9.0.6" />
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="10.0.4" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.4" />
<PackageVersion Include="Cuemon.AspNetCore.Mvc" Version="9.0.7" />
<PackageVersion Include="Cuemon.Core" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Authentication" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.Core" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.7" />
<PackageVersion Include="Cuemon.IO" Version="9.0.7" />
Comment on lines +6 to +15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Confirm NuGet availability of the bumped versions
All Codebelt and Cuemon packages were lifted to new patch versions. NuGet publishing sometimes lags the PR merge, so it’s worth validating that every referenced version is already on nuget.org to avoid CI/restore failures.


🏁 Script executed:

#!/usr/bin/env bash
# Validate that every newly-bumped package@version actually exists on NuGet

pkgs=(
  "Codebelt.Extensions.Xunit:10.0.4"
  "Codebelt.Extensions.Xunit.App:10.0.4"
  "Cuemon.AspNetCore.Mvc:9.0.7"
  "Cuemon.Core:9.0.7"
  "Cuemon.Extensions.AspNetCore:9.0.7"
  "Cuemon.Extensions.AspNetCore.Authentication:9.0.7"
  "Cuemon.Extensions.AspNetCore.Mvc:9.0.7"
  "Cuemon.Extensions.Core:9.0.7"
  "Cuemon.Extensions.IO:9.0.7"
  "Cuemon.IO:9.0.7"
)

for pv in "${pkgs[@]}"; do
  IFS=: read -r name ver <<<"$pv"
  url="https://api.nuget.org/v3-flatcontainer/$(echo "$name" | tr '[:upper:]' '[:lower:]')/${ver}/$name.nuspec"
  code=$(curl -s -o /dev/null -w "%{http_code}" "$url")
  [[ "$code" == "200" ]] && echo "$name $ver found" || echo "$name $ver NOT FOUND"
done

Length of output: 5318


🚨 Bumped package versions not yet published on NuGet
The following packages referenced in Directory.Packages.props (lines 6–15) returned HTTP 404 from nuget.org. They must be published before merging to prevent CI/restore failures:

  • Codebelt.Extensions.Xunit 10.0.4
  • Codebelt.Extensions.Xunit.App 10.0.4
  • Cuemon.AspNetCore.Mvc 9.0.7
  • Cuemon.Core 9.0.7
  • Cuemon.Extensions.AspNetCore 9.0.7
  • Cuemon.Extensions.AspNetCore.Authentication 9.0.7
  • Cuemon.Extensions.AspNetCore.Mvc 9.0.7
  • Cuemon.Extensions.Core 9.0.7
  • Cuemon.Extensions.IO 9.0.7
  • Cuemon.IO 9.0.7

Please publish these versions to nuget.org (or adjust to existing versions) before merging.

🤖 Prompt for AI Agents
In Directory.Packages.props between lines 6 and 15, the package versions
specified are not yet published on nuget.org, causing HTTP 404 errors during
restore. To fix this, either publish these package versions to nuget.org before
merging or update the version numbers in this file to reference existing
published versions to ensure successful package restore.

<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
Expand All @@ -24,9 +24,9 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.7" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.17" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.18" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion testenvironments.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.411-9.0.301"
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.412-9.0.302"
}
]
}
Loading