-
v3.1.0 Stable
released this
2023-05-24 14:41:30 +08:00 | 92 commits to main since this releaseWhat's Changed
This minor release includes the following new features:
- The latest patch syntax was added in https://github.com/actions/setup-dotnet/pull/428 by @IvanZosimov
- uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.2xx'More details about the new syntax can be found here.
- The
global-json-fileinput was updated to accept absolute paths in https://github.com/actions/setup-dotnet/pull/396 by @othmane-kinane-nw - Error messages were made more informative in https://github.com/actions/setup-dotnet/pull/375 by @IvanZosimov
- Notification if the
global.jsonwas not found in the root directory was added in https://github.com/actions/setup-dotnet/pull/344 by @teo-tsirpanis
It also contains several infrastructure changes:
- Update to latest
actions/publish-actionby @JamesMGreene in https://github.com/actions/setup-dotnet/pull/348 - Update version of publish-action by @MaksimZhukov in https://github.com/actions/setup-dotnet/pull/368
- Update action to use reusable workflows by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/358
- Update workflow badges by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/377
- Add and configure ESLint and update configuration for Prettier by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/391
- Turn on automatic update of ESLint and Prettier configuration files by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/395
- Update e2e tests and e2e test infrastructure by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/414
- Refactor and update unit-tests by @IvanZosimov in https://github.com/actions/setup-dotnet/pull/418
- Increase amount of retries for Dotnet installation scripts tests by @nikolai-laevskii in https://github.com/actions/setup-dotnet/pull/427
New Contributors
- @teo-tsirpanis made their first contribution in https://github.com/actions/setup-dotnet/pull/344
- @JamesMGreene made their first contribution in https://github.com/actions/setup-dotnet/pull/348
- @othmane-kinane-nw made their first contribution in https://github.com/actions/setup-dotnet/pull/396
- @nikolai-laevskii made their first contribution in https://github.com/actions/setup-dotnet/pull/427
Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v3.1.0
Downloads