-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [2.1.0](v2.0.0...v2.1.0) (2024-11-18) ### 🐛 Bug Fixes * Fix action syntax in workflow configuration ([#315](#315)) ([ccf0250](ccf0250)) * Fix unit test clean context ([#313](#313)) ([3038142](3038142)) ### ✨ New Features * Add Dependency Injection and Hosting support for OpenFeature ([#310](#310)) ([1aaa0ec](1aaa0ec)) ### 🧹 Chore * **deps:** update actions/upload-artifact action to v4.4.3 ([#292](#292)) ([9b693f7](9b693f7)) * **deps:** update codecov/codecov-action action to v4.6.0 ([#306](#306)) ([4b92528](4b92528)) * **deps:** update dependency dotnet-sdk to v8.0.401 ([#296](#296)) ([0bae29d](0bae29d)) * **deps:** update dependency fluentassertions to 6.12.2 ([#302](#302)) ([bc7e187](bc7e187)) * **deps:** update dependency microsoft.net.test.sdk to 17.11.0 ([#297](#297)) ([5593e19](5593e19)) * **deps:** update dependency microsoft.net.test.sdk to 17.11.1 ([#301](#301)) ([5b979d2](5b979d2)) * **deps:** update dependency nsubstitute to 5.3.0 ([#311](#311)) ([87f9cfa](87f9cfa)) * **deps:** update dependency xunit to 2.9.2 ([#303](#303)) ([2273948](2273948)) * **deps:** update dotnet monorepo ([#305](#305)) ([3955b16](3955b16)) * **deps:** update dotnet monorepo to 8.0.2 ([#319](#319)) ([94681f3](94681f3)) * update release please config ([#304](#304)) ([c471c06](c471c06)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
94681f3
commit 25bc54b
Showing
5 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.0.0" | ||
".": "2.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0 | ||
2.1.0 |