What's Changed
This minor release includes the following new features:
- The latest patch syntax was added in #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-file
input was updated to accept absolute paths in #396 by @othmane-kinane-nw - Error messages were made more informative in #375 by @IvanZosimov
- Notification if the
global.json
was not found in the root directory was added in #344 by @teo-tsirpanis
It also contains several infrastructure changes:
- Update to latest
actions/publish-action
by @JamesMGreene in #348 - Update version of publish-action by @MaksimZhukov in #368
- Update action to use reusable workflows by @IvanZosimov in #358
- Update workflow badges by @IvanZosimov in #377
- Add and configure ESLint and update configuration for Prettier by @IvanZosimov in #391
- Turn on automatic update of ESLint and Prettier configuration files by @IvanZosimov in #395
- Update e2e tests and e2e test infrastructure by @IvanZosimov in #414
- Refactor and update unit-tests by @IvanZosimov in #418
- Increase amount of retries for Dotnet installation scripts tests by @nikolai-laevskii in #427
New Contributors
- @teo-tsirpanis made their first contribution in #344
- @JamesMGreene made their first contribution in #348
- @othmane-kinane-nw made their first contribution in #396
- @nikolai-laevskii made their first contribution in #427
Full Changelog: v3...v3.1.0