Skip to content

Commit

Permalink
Readme.md contains info about the version 2.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renestein committed Aug 31, 2021
1 parent 9f7b337 commit a8ded94
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
**Extension enforces the use of the ConfigureAwait expression.**

Visual studio extension is available here: https://marketplace.visualstudio.com/items?itemName=Rene-Stein.ConfigureAwaitEnforcer
Extension for Visual studio (2019) is available here: https://marketplace.visualstudio.com/items?itemName=Rene-Stein.ConfigureAwaitEnforcer

Extension for Visual studio 2022 (preview) is available here: https://marketplace.visualstudio.com/items?itemName=Rene-Stein.ConfigureAwaitEnforcer2022

Nuget: _Install-Package ConfigureAwaitEnforcer_
(https://www.nuget.org/packages/ConfigureAwaitEnforcer/)

**Version 2.0.0**
- **Added support for Visual Studio 2022 (Preview). (VS 2022 extension: - https://marketplace.visualstudio.com/items?itemName=Rene-Stein.ConfigureAwaitEnforcer2022)**
- Added support for 'await foreach' statement.
- Added support for 'await using' statement.

**Version 1.2.0**

- Better support for the nested await expressions.
Expand All @@ -27,7 +33,6 @@ e.g.
parseLine).ConfigureAwait(false);
```


**Version 1.1.3.0**
- Support for the VS 2019 RTM

Expand Down

0 comments on commit a8ded94

Please sign in to comment.