Skip to content

Commit

Permalink
Update .NET SDK to 8.0.203 (#808)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 8.0.203.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Ignore users for release notes

Ignore PRs from dependabot and github-actions.

---------

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
  • Loading branch information
3 people authored Apr 7, 2024
1 parent fef1f94 commit 607480e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
const body = release.body
.split('\n')
.filter((line) => !line.includes(' @costellobot '))
.filter((line) => !line.includes(' @dependabot '))
.filter((line) => !line.includes(' @github-actions '))
.join('\n');
const { data: updated } = await github.rest.repos.updateRelease({
Expand Down
2 changes: 1 addition & 1 deletion _global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.101"
"version": "8.0.203"
}
}

0 comments on commit 607480e

Please sign in to comment.