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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 10.1.4
Availability: .NET 10 and .NET 9

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

Version: 10.1.3
Availability: .NET 10 and .NET 9

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 10.1.4
Availability: .NET 10 and .NET 9

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

Version: 10.1.3
Availability: .NET 10 and .NET 9

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 10.1.4
Availability: .NET 10 and .NET 9

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

Version: 10.1.3
Availability: .NET 10 and .NET 9

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 10.1.4
Availability: .NET 10, .NET 9 and .NET Standard 2.0

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

Version: 10.1.3
Availability: .NET 10, .NET 9 and .NET Standard 2.0

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.

## [10.1.4] - 2026-06-05

This is a service update that focuses on package dependencies.

## [10.1.3] - 2026-05-22

This is a service update that focuses on package dependencies.
Expand Down
60 changes: 30 additions & 30 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="11.0.10" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.10" />
<PackageVersion Include="Cuemon.AspNetCore.Mvc" Version="10.5.2" />
<PackageVersion Include="Cuemon.Core" Version="10.5.2" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="10.5.2" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Authentication" Version="10.5.2" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="10.5.2" />
<PackageVersion Include="Cuemon.Extensions.Core" Version="10.5.2" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="10.5.2" />
<PackageVersion Include="Cuemon.IO" Version="10.5.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="coverlet.collector" Version="10.0.1" />
<PackageVersion Include="coverlet.msbuild" Version="10.0.1" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.16" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net10'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.8" />
</ItemGroup>
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="11.1.0" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.1.0" />
<PackageVersion Include="Cuemon.AspNetCore.Mvc" Version="10.5.3" />
<PackageVersion Include="Cuemon.Core" Version="10.5.3" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="10.5.3" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Authentication" Version="10.5.3" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc" Version="10.5.3" />
<PackageVersion Include="Cuemon.Extensions.Core" Version="10.5.3" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="10.5.3" />
<PackageVersion Include="Cuemon.IO" Version="10.5.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="coverlet.collector" Version="10.0.1" />
<PackageVersion Include="coverlet.msbuild" Version="10.0.1" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.v3.runner.console" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.16" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net10'))">
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.8" />
</ItemGroup>
</Project>
Comment on lines +30 to 31

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 The file no longer ends with a newline after this change. Most editors and POSIX tools expect a trailing newline, and its absence can cause noisy diffs in future PRs.

Suggested change
</ItemGroup>
</Project>
</ItemGroup>
</Project>
Prompt To Fix With AI
This is a comment left during a code review.
Path: Directory.Packages.props
Line: 30-31

Comment:
The file no longer ends with a newline after this change. Most editors and POSIX tools expect a trailing newline, and its absence can cause noisy diffs in future PRs.

```suggestion
  </ItemGroup>
</Project>
```

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Loading