-
Notifications
You must be signed in to change notification settings - Fork 5
V10.1.1/service update #136
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
Changes from all commits
bd0a8c4
b068689
6f2ca4d
fb15ad4
9354ef0
69ec0fe
3bf5212
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| Version 10.1.1 | ||
| 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) | ||
|
|
||
|
Comment on lines
+1
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: cat -n .nuget/Cuemon.Extensions.Threading/PackageReleaseNotes.txt | head -30Repository: codebeltnet/cuemon Length of output: 1263 The Version 10.1.1 entry duplicates the exact ALM text from Version 10.1.0: both state "Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)". If both versions legitimately upgraded dependencies, differentiate the entries (e.g., note specific dependency changes or versions bumped in each) so readers can distinguish what changed between consecutive releases. If 10.1.1 entry is unintentional duplication from 10.1.0, remove or correct it. 🤖 Prompt for AI Agents |
||
| Version 10.1.0 | ||
| Availability: .NET 10, .NET 9 and .NET Standard 2.0 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,9 @@ | ||
| Version 10.1.1 | ||
| 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) | ||
|
|
||
|
Comment on lines
+1
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 10.1.1 release-note block is consistent; consider tightening whitespace + making “dependencies upgraded” more actionable.
🤖 Prompt for AI Agents |
||
| Version 10.1.0 | ||
| Availability: .NET 10, .NET 9 and .NET Standard 2.0 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace non-breaking-space blank lines with plain empty lines to avoid diff/tooling noise.
Line 3 and Line 6 appear to be NBSP-only lines; recommend converting them to truly empty lines.
📝 Committable suggestion
🤖 Prompt for AI Agents