-
Notifications
You must be signed in to change notification settings - Fork 257
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
refactor: update supported frameworks #1060
refactor: update supported frameworks #1060
Conversation
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.
Very nice, thanks @vbreuss.
Just two minor things I noticed
src/System.IO.Abstractions.TestingHelpers/System.IO.Abstractions.TestingHelpers.csproj
Outdated
Show resolved
Hide resolved
7c04982
to
261188d
Compare
The default GitHub token does not trigger the release workflow
I bumped the version to 20.0 and added the breaking change trailer to the description. Furthermore I tried to fix the release commenter workflow by adding a dedicated token, as suggested in see https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow. |
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.
Thanks a ton @vbreuss 🙇
This is addressed in release v20.0.4. |
…20.0.4 (#433) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [TestableIO.System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) | `20.0.1` -> `20.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/TestableIO.System.IO.Abstractions/20.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/TestableIO.System.IO.Abstractions/20.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/TestableIO.System.IO.Abstractions/20.0.1/20.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TestableIO.System.IO.Abstractions/20.0.1/20.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TestableIO/System.IO.Abstractions (TestableIO.System.IO.Abstractions)</summary> ### [`v20.0.4`](https://github.com/TestableIO/System.IO.Abstractions/releases/tag/v20.0.4) ##### What's Changed - refactor: update supported frameworks by [@​vbreuss](https://github.com/vbreuss) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1060](https://github.com/TestableIO/System.IO.Abstractions/pull/1060) - fix(ci): make push step idempotent by [@​fgreinacher](https://github.com/fgreinacher) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1062](https://github.com/TestableIO/System.IO.Abstractions/pull/1062) - fix: combine ci and release workflows by [@​fgreinacher](https://github.com/fgreinacher) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1063](https://github.com/TestableIO/System.IO.Abstractions/pull/1063) - fix: use correct release commenter version by [@​fgreinacher](https://github.com/fgreinacher) in [https://github.com/TestableIO/System.IO.Abstractions/pull/1064](https://github.com/TestableIO/System.IO.Abstractions/pull/1064) **Full Changelog**: TestableIO/System.IO.Abstractions@v19.2.91...v20.0.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update frameworks in preparation to support nunit v4:
Related to #1058
BREAKING CHANGE: .NET Framework 4.6.1 and .NET 5 targets are not available anymore because they are out of support.