This commit is contained in:
Shuo Diao 2021-09-02 17:07:44 -07:00 коммит произвёл GitHub
Родитель b40fcfe973
Коммит 876c514442
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 2 удалений

3
.github/workflows/pre-commit.yml поставляемый
Просмотреть файл

@ -13,5 +13,6 @@ jobs:
python-version: 3.7.x
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '6.0.x'
include-prerelease: true
- uses: pre-commit/action@v2.0.0

Просмотреть файл

@ -25,7 +25,8 @@ repos:
- repo: https://github.com/dotnet/format
rev: "7e343070a0355c86f72bdee226b5e19ffcbac931"
rev: v5.1.225507
hooks:
- id: dotnet-format
entry: dotnet-format whitespace
args: [--folder, --include]

Просмотреть файл

@ -40,6 +40,8 @@ Upgrade the TestRosTcpConnector project to use Unity LTS version 2020.3.11f1
- Allow switching protocol to ROS2 in different build targets (Standalone, WSA, etc.).
- Fixed dotnet format
## [0.5.0-preview] - 2021-07-15
### Upgrade Notes