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
1 change: 1 addition & 0 deletions .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"src": [
{
"files": [
"Cuemon.Kernel/**.csproj",
"Cuemon.Core/**.csproj",
"Cuemon.Data/**.csproj",
"Cuemon.Data.Integrity/**.csproj",
Expand Down
3 changes: 0 additions & 3 deletions .github/prompts/nuget-pouplate.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Transformation rules (strict):
- Keep one bullet per logical change; deduplicate repeated commit messages.
- Prefer imperative, product-facing summaries over raw commit text.
- Mention concrete type/member names and namespace when identifiable, matching existing tone.
- Preserve NBSP-only spacer lines (`U+00A0`) between sections.
- Alaways end with a newline followed by spacer lines (`U+00A0`) between sections.
- Do not reorder historical sections and do not rewrite previous version blocks.

Tag and range rules:
Expand All @@ -43,7 +41,6 @@ Tag and range rules:
Notes:
- Do not infer target versions from changelog text; parse only explicit `Version: x.y.z` lines.
- Keep edits minimal and strictly inside the current version block.
- DO NOT REMOVE THE ASCII 0xA0 NBSP CHARACTERS OR RUN ANY SORT OF TRIM on spacer lines.
- Do not open PRs or create branches.

Example run command (agent):
Expand Down
9 changes: 4 additions & 5 deletions .github/prompts/nuget.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,23 @@ Behavior (exact):
1. Read the file and find the first line that starts with `Availability:` (case-sensitive).
2. If found, capture the remainder of that line as `previous-tfm` and prepend the exact template shown below (substituting `{{version}}` and `{{previous-tfm}}`).
3. If not found within the first 3 lines, do nothing for that file.
4. Apply the template exactly as shown, preserving all whitespace and blank lines (including NBSP U+00A0 characters).
4. Apply the template exactly as shown, preserving all whitespace and blank lines - PER FILE - DO NOT ASSUME CONTENT IS THE SAME ACROSS FILES.
5. Save the file in-place - do not open PRs or create branches.
6. Continue to the next file until all matching files have been processed.
7. Do not assume that each file are the same - process each file independently.

Exact template to prepend (preserve whitespace and trailing NBSP U+00A0 on the blank lines):
Exact template to prepend:
```
Version: {{version}}
Availability: {{previous-tfm}}
 

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

```
Notes:
- Do not attempt to infer versions or parse changelogs — use the provided `params.version` value.
- Keep edits minimal: only prepend the template block; preserve the rest of the file unchanged for human interference.
- DO NOT REMOVE THE ASCII 0xA0 NBSP CHARACTERS OR RUN ANY SORT OF TRIM on the blank lines in the template!
- DO NOT RUN ANY SORT OF GIT COMMANDS - once the files are saved, you are done.

Example run command (agent):
Expand Down
80 changes: 43 additions & 37 deletions .nuget/Cuemon.AspNetCore.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
Version: 10.4.0
Version: 10.5.0
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.4.0
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.3.0
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.2.1
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.2.0
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.2
Availability: .NET 10 and .NET 9

Expand All @@ -30,88 +36,88 @@ Availability: .NET 10 and .NET 9

Version 10.1.1
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.0
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.0.0
Availability: .NET 10 and .NET 9
 

# ALM
- ADDED Support for TFM .NET 10 (LTS)
- REMOVED Support for TFM .NET 8 (LTS)
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
 

Version 9.0.10
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.9
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.8
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.7
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.6
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.5
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.4
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.3
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

Version 9.0.2
Availability: .NET 9 and .NET 8
 

# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 

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
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
 

1 change: 1 addition & 0 deletions .nuget/Cuemon.AspNetCore.App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ More documentation available at our documentation site:
* [Cuemon.Extensions.Threading](https://www.nuget.org/packages/Cuemon.Extensions.Threading/) 📦
* [Cuemon.Extensions.Xml](https://www.nuget.org/packages/Cuemon.Extensions.Xml/) 📦
* [Cuemon.IO](https://www.nuget.org/packages/Cuemon.IO/) 📦
* [Cuemon.Kernel](https://www.nuget.org/packages/Cuemon.Kernel/) ⚙️
* [Cuemon.Net](https://www.nuget.org/packages/Cuemon.Net/) 📦
* [Cuemon.Resilience](https://www.nuget.org/packages/Cuemon.Resilience/) 📦
* [Cuemon.Runtime.Caching](https://www.nuget.org/packages/Cuemon.Runtime.Caching/) 📦
Expand Down
Loading
Loading