diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index f6149e3..0e78ce5 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -FROM nginx:1.27.0-alpine AS base +FROM nginx:1.27.3-alpine AS base RUN rm -rf /usr/share/nginx/html/* FROM codebeltnet/docfx:2.77.0 AS build diff --git a/.docfx/docfx.json b/.docfx/docfx.json index 96e18cc..21c9b7a 100644 --- a/.docfx/docfx.json +++ b/.docfx/docfx.json @@ -14,7 +14,7 @@ "dest": "api", "filter": "filterConfig.yml", "properties": { - "TargetFramework": "net8.0" + "TargetFramework": "net9.0" } }, ], @@ -47,7 +47,7 @@ ], "globalMetadata": { "_appTitle": "Extensions for Newtonsoft.Json by Codebelt", - "_appFooter": "Generated by DocFX. Copyright 2024 Geekle. All rights reserved.", + "_appFooter": "Generated by DocFX. Copyright 2024-2025 Geekle. All rights reserved.", "_appLogoPath": "images/50x50.png", "_appFaviconPath": "images/favicon.ico", "_googleAnalyticsTagId": "G-DM3VYDS862", diff --git a/.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json/PackageReleaseNotes.txt index 836983c..3fdd36c 100644 --- a/.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 9.0.0 +Version 9.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 9.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt index 80b9861..2b19c6b 100644 --- a/.nuget/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.AspNetCore.Newtonsoft.Json/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 9.0.0 +Version 9.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 9.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Extensions.Newtonsoft.Json.App/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Newtonsoft.Json.App/PackageReleaseNotes.txt index e499c71..efd9b34 100644 --- a/.nuget/Codebelt.Extensions.Newtonsoft.Json.App/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Newtonsoft.Json.App/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 9.0.0 +Version 9.0.1 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 9.0.0 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Extensions.Newtonsoft.Json/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Newtonsoft.Json/PackageReleaseNotes.txt index 510c8a5..bb2f465 100644 --- a/.nuget/Codebelt.Extensions.Newtonsoft.Json/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Newtonsoft.Json/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 9.0.0 +Version 9.0.1 +Availability: .NET 9, .NET 8 and .NET Standard 2.0 +  +# ALM +- CHANGED Dependencies to latest and greatest with respect to TFMs +  +Version 9.0.0 Availability: .NET 9, .NET 8 and .NET Standard 2.0   # ALM diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed0af0..bc91658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1] - 2025-01-30 + +This is a service update that primarily focuses on package dependencies and minor improvements. + ## [9.0.0] - 2024-11-13 This major release is first and foremost focused on ironing out any wrinkles that have been introduced with .NET 9 preview releases so the final release is production ready together with the official launch from Microsoft. diff --git a/Directory.Build.props b/Directory.Build.props index db89257..cb923b2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ net9.0;net8.0;netstandard2.0 - Copyright © Geekle 2024. All rights reserved. + Copyright © Geekle 2024-2025. All rights reserved. gimlichael Geekle Extensions for Newtonsoft.Json API by Codebelt @@ -42,7 +42,6 @@ - diff --git a/Directory.Packages.props b/Directory.Packages.props index bd47bbe..d6cc5aa 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,31 +3,30 @@ true - - - - - - - - - - - - + + + + + + + + + + + - - - - - + + + + + - + - + \ No newline at end of file diff --git a/LICENSE b/LICENSE index d188e75..fd45efc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Geekle +Copyright (c) 2024-2025 Geekle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 723f9ac..4d028a1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An open-source project (MIT license) that targets and complements the [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) serializer engine. It aims to provide a uniform and convenient developer experience when working with JSON. +Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://newtonsoft.codebelt.net/ + ### 📦 Standalone Packages Provides a focused API for JSON related operations. diff --git a/testenvironments.json b/testenvironments.json index 3d47592..e296d68 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.404-9.0.100" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.405-9.0.102" } ] }