Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V9.0.1/package maintenance #109

Merged
merged 8 commits into from
Jan 28, 2025
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .docfx/Dockerfile.docfx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 0 additions & 25 deletions .docfx/api/namespaces/Cuemon.Extensions.Globalization.md

This file was deleted.

2 changes: 0 additions & 2 deletions .docfx/api/namespaces/Cuemon.Globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ The `Cuemon.Globalization` namespace contains types that focuses on culture-rela
[!INCLUDE [availability-default](../../includes/availability-default.md)]

Complements: [System.Globalization namespace](https://docs.microsoft.com/en-us/dotnet/api/system.globalization) 🔗

Related: [Cuemon.Extensions.Globalization namespace](/api/extensions/dotnet/Cuemon.Extensions.Globalization.html) 📘
13 changes: 6 additions & 7 deletions .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dest": "api/dotnet",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
},
{
Expand All @@ -37,7 +37,6 @@
"Cuemon.Extensions.Data.Integrity/**.csproj",
"Cuemon.Extensions.DependencyInjection/**.csproj",
"Cuemon.Extensions.Diagnostics/**.csproj",
"Cuemon.Extensions.Globalization/**.csproj",
"Cuemon.Extensions.Hosting/**.csproj",
"Cuemon.Extensions.IO/**.csproj",
"Cuemon.Extensions.Net/**.csproj",
Expand All @@ -54,7 +53,7 @@
"dest": "api/extensions/dotnet",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
},
{
Expand All @@ -69,7 +68,7 @@
"dest": "api/extensions/awssignature4",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
},
{
Expand All @@ -87,7 +86,7 @@
"dest": "api/aspnet",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
},
{
Expand All @@ -109,7 +108,7 @@
"dest": "api/extensions/aspnet",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "net8.0"
"TargetFramework": "net9.0"
}
}
],
Expand Down Expand Up @@ -142,7 +141,7 @@
],
"globalMetadata": {
"_appTitle": "Cuemon for .NET",
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2008-2024 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
"_appFooter": "<span>Generated by <strong>DocFX</strong>. Copyright 2008-2025 Geekle. All rights reserved. Code with passion; love your work; deploy with confidence 👨‍💻️🔥❤️🚀😎</span>",
"_appLogoPath": "images/50x50.png",
"_appFaviconPath": "images/favicon.ico",
"_googleAnalyticsTagId": "UA-126254455-1",
Expand Down
126 changes: 0 additions & 126 deletions .github/workflows/delayed-pipelines.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .nuget/Cuemon.AspNetCore.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .nuget/Cuemon.AspNetCore.App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .nuget/Cuemon.AspNetCore.Authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Cuemon.AspNetCore.Mvc/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .nuget/Cuemon.AspNetCore.Mvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Cuemon.AspNetCore/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .nuget/Cuemon.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
38 changes: 37 additions & 1 deletion .nuget/Cuemon.Core.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
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

# References
- Cuemon.Core
- Cuemon.Data.Integrity
- Cuemon.Data.SqlClient
- Cuemon.Data
- Cuemon.Diagnostics
- Cuemon.Extensions.Collections.Generic
- Cuemon.Extensions.Collections.Specialized
- Cuemon.Extensions.Core
- Cuemon.Extensions.Data.Integrity
- Cuemon.Extensions.Data
- Cuemon.Extensions.DependencyInjection
- Cuemon.Extensions.Diagnostics
- Cuemon.Extensions.Hosting
- Cuemon.Extensions.IO
- Cuemon.Extensions.Net
- Cuemon.Extensions.Reflection
- Cuemon.Extensions.Runtime.Caching
- Cuemon.Extensions.Text
- Cuemon.Extensions.Text.Json
- Cuemon.Extensions.Threading
- Cuemon.Extensions.Xml
- Cuemon.IO
- Cuemon.Net
- Cuemon.Resilience
- Cuemon.Runtime.Caching
- Cuemon.Security.Cryptography
- Cuemon.Threading
- Cuemon.Xml

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

# ALM
Expand Down
2 changes: 0 additions & 2 deletions .nuget/Cuemon.Core.App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ More documentation available at our documentation site:
- [Cuemon.Extensions.Data.Integrity](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.Data.Integrity.html) 🔗
- [Cuemon.Extensions.DependencyInjection](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.DependencyInjection.html) 🔗
- [Cuemon.Extensions.Diagnostics](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.Diagnostics.html) 🔗
- [Cuemon.Extensions.Globalization](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.Globalization.html) 🔗
- [Cuemon.Extensions.Hosting](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.Hosting.html) 🔗
- [Cuemon.Extensions.IO](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.IO.html) 🔗
- [Cuemon.Extensions.Net](https://docs.cuemon.net/api/dotnet/Cuemon.Extensions.Net.html) 🔗
Expand Down Expand Up @@ -84,7 +83,6 @@ More documentation available at our documentation site:
* [Cuemon.Data.Integrity](https://www.nuget.org/packages/Cuemon.Data.Integrity/) 📦
* [Cuemon.Data.SqlClient](https://www.nuget.org/packages/Cuemon.Data.SqlClient/) 📦
* [Cuemon.Diagnostics](https://www.nuget.org/packages/Cuemon.Diagnostics/) 📦
* [Cuemon.Extensions.Globalization](https://www.nuget.org/packages/Cuemon.Extensions.Globalization/) 📦
* [Cuemon.Extensions.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore/) 📦
* [Cuemon.Extensions.AspNetCore.Authentication](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Authentication/) 📦
* [Cuemon.Extensions.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.AspNetCore.Mvc/) 📦
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Cuemon.Core/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading
Loading