Skip to content

Commit fa06bbd

Browse files
committed
Updates in README
- Remove badge for preview version (not used anymore). - Improve description of Visual Studio supported versions.
1 parent 8ed1914 commit fa06bbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
1313
| nanoframework.TestFramework | [![Build Status](https://dev.azure.com/nanoframework/nanoframework.TestFramework/_apis/build/status/nanoFramework.TestFramework?repoName=nanoframework%2FnanoFramework.TestFramework&branchName=main)](https://dev.azure.com/nanoframework/nanoframework.TestFramework/_build/latest?definitionId=67&repoName=nanoframework%2FnanoFramework.TestFramework&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoframework.TestFramework.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoframework.TestFramework/) |
14-
| nanoframework.TestFramework (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoframework.TestFramework/_apis/build/status/nanoFramework.TestFramework?repoName=nanoframework%2FnanoFramework.TestFramework&branchName=develop)](https://dev.azure.com/nanoframework/nanoframework.TestFramework/_build/latest?definitionId=67&repoName=nanoframework%2FnanoFramework.TestFramework&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoframework.TestFramework.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoframework.TestFramework/) |
1514

1615
## What is the .NET **nanoFramework** Test Framework
1716

@@ -53,12 +52,11 @@ To have more details on usage of the framework, please refer to the detailed [do
5352

5453
## Know limitations
5554

56-
.NET nanoFramework Test Framework is supported by VS2019, only. We have no plans to address the shortcomings that prevent it from being used in VS2017.
57-
Despite of that you can still run Unit Tests on VS2017 but only from the VS Test console.
55+
.NET nanoFramework Test Framework is supported in Visual Studio versions 2022 and 2019, only. Visual Studio 2017 is not fully supported. Unit Tests can be run only from the VS Test console.
5856

5957
## What you'll find in this repository
6058

61-
This repository contains the source of the core elements. You'll find them in `sources` directory. The Visual Studio projects in the root directory will open those elements.
59+
This repository contains the source of the core elements. You'll find them in `sources` directory. The Visual Studio project is in the root directory will open those elements.
6260

6361
## Sample pack
6462

0 commit comments

Comments
 (0)