-
Notifications
You must be signed in to change notification settings - Fork 0
V4.0.4/service update #16
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
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,4 +1,10 @@ | ||||||||||||||||||||||||||||||
| Version 4.0.3 | ||||||||||||||||||||||||||||||
| Version 4.0.4 | ||||||||||||||||||||||||||||||
| Availability: .NET 9 and .NET 8 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| # ALM | ||||||||||||||||||||||||||||||
| - CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Version 4.0.3 | ||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+7
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. Remove stray BOM and non-breaking space lines; standardize “Version: 4.0.4”. There’s a leading BOM/zero-width character before “Version” and NBSP-only lines (“ ”). These can trip linters and tooling. Also consider using the same “Version:” style used elsewhere in the file history. Apply this diff to clean up and normalize: -Version 4.0.4
+Version: 4.0.4
Availability: .NET 9 and .NET 8
-
+
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
-
+
Version 4.0.3📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~1-~1: There might be a mistake here. (QB_NEW_EN) [grammar] ~7-~7: There might be a mistake here. (QB_NEW_EN) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||
| Availability: .NET 9 and .NET 8 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| # ALM | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,4 +1,10 @@ | ||||||||||||||||||||||||||||||
| Version 4.0.3 | ||||||||||||||||||||||||||||||
| Version 4.0.4 | ||||||||||||||||||||||||||||||
| Availability: .NET 9 and .NET 8 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| # ALM | ||||||||||||||||||||||||||||||
| - CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Version 4.0.3 | ||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+7
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. Remove stray BOM and NBSP-only lines; align “Version” label style. Same issues as the Web package notes: stray BOM at file start and NBSP-only blank lines. Normalizing avoids editor/CI noise and keeps style consistent with “Version: x.y.z” used later in the file. Apply this diff: -Version 4.0.4
+Version: 4.0.4
Availability: .NET 9 and .NET 8
-
+
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
-
+
Version 4.0.3📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~1-~1: There might be a mistake here. (QB_NEW_EN) [grammar] ~7-~7: There might be a mistake here. (QB_NEW_EN) 🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||
| Availability: .NET 9 and .NET 8 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| # ALM | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
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.
Strip BOM and NBSP-only lines; standardize “Version: 4.0.4”.
Clean up the invisible character before “Version” and replace NBSP-only lines with normal blank lines. Standardize the “Version:” label for consistency.
Apply this diff:
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~1-~1: There might be a mistake here.
Context: Version 4.0.4 Availability: .NET 9 and .NET 8 # ALM ...
(QB_NEW_EN)
[grammar] ~7-~7: There might be a mistake here.
Context: ...target frameworks (TFMs) Version 4.0.3 Availability: .NET 9 and .NET 8 # ALM ...
(QB_NEW_EN)
🤖 Prompt for AI Agents