This commit is contained in:
Amaury Levé 2022-08-30 12:17:41 +02:00 коммит произвёл GitHub
Родитель b29acd1766
Коммит fbe877bb2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -1,5 +1,17 @@
# Release Notes
## 17.3.1
### Issues Fixed
* Do not match .NET Standard to Dotnet testhost runner [#3958](https://github.com/microsoft/vstest/pull/3958)
See full log [here](https://github.com/microsoft/vstest/compare/v17.3.0...v17.3.1)
### Drops
* TestPlatform vsix: [17.3.1](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.3/20220829-02;/TestPlatform.vsix)
* Microsoft.TestPlatform.ObjectModel : [17.3.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.3.1)
## 17.3.0
### Issue Fixed