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 80110eb..240d67d 100644 --- a/.docfx/docfx.json +++ b/.docfx/docfx.json @@ -12,7 +12,7 @@ "dest": "api", "filter": "filterConfig.yml", "properties": { - "TargetFramework": "net8.0" + "TargetFramework": "net9.0" } } ], @@ -45,7 +45,7 @@ ], "globalMetadata": { "_appTitle": "Unitify 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-J55EBSD5V7", diff --git a/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt b/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt index 2600b70..121876c 100644 --- a/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +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   diff --git a/CHANGELOG.md b/CHANGELOG.md index c14282c..0092133 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 9.0.0 was migrated from previous versions of [Cuemon.Core](https://github.com/gimlichael/Cuemon/commit/83e0c7af2cdaa07351e878fa7276558838f2e7e6). +## [9.0.1] - 2025-01-31 + +This is a service update that primarily focuses on package dependencies and minor improvements. + ## [9.0.0] - 2024-11-13 ### Added diff --git a/Directory.Build.props b/Directory.Build.props index 0d5e01e..971eaa8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,7 +16,7 @@ net9.0;net8.0 - Copyright © Geekle 2024. All rights reserved. + Copyright © Geekle 2024-2025. All rights reserved. gimlichael Geekle Unitify API by Codebelt @@ -42,7 +42,6 @@ - diff --git a/Directory.Packages.props b/Directory.Packages.props index 938245c..7e47e14 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,15 +3,14 @@ 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 5b2e9f1..a59428c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An open-source project (MIT license) that offers types that simplify unit management with comprehensive metric and binary support for prefixes, multiples, and submultiples. +Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://unitify.codebelt.net/ + ## 📦 Standalone Packages Provides a focused API for working with units of measure including, but not limited to, prefixes, multiples, and submultiples. 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" } ] }