Skip to content

Commit cc03b39

Browse files
authored
Remove "preview" from v4 (#2840)
1 parent a2634fb commit cc03b39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ The Azure Functions Core Tools provide a local development experience for creati
1616

1717
**v2** (master branch): Self-contained cross-platform package
1818

19-
**v3**: (v3.x branch): Self-contained cross-platform package **(recommended)**
19+
**v3**: (v3.x branch): Self-contained cross-platform package
2020

21-
**v4**: (v4.x branch): Self-contained cross-platform package (preview)
21+
**v4**: (v4.x branch): Self-contained cross-platform package **(recommended)**
2222

2323
## Installing
2424

2525
### Windows
2626

2727
#### To download and install with MSI:
2828

29-
##### v4 (preview)
29+
##### v4
3030

3131
- [Windows 64-bit](https://go.microsoft.com/fwlink/?linkid=2174087) (VS Code debugging requires 64-bit)
3232
- [Windows 32-bit](https://go.microsoft.com/fwlink/?linkid=2174159)
@@ -38,7 +38,7 @@ The Azure Functions Core Tools provide a local development experience for creati
3838

3939
#### To install with npm:
4040

41-
##### v4 (preview)
41+
##### v4
4242
```bash
4343
npm i -g azure-functions-core-tools@4 --unsafe-perm true
4444
```
@@ -55,7 +55,7 @@ npm i -g azure-functions-core-tools@2 --unsafe-perm true
5555

5656
#### To install with chocolatey:
5757

58-
##### v4 (preview)
58+
##### v4
5959
```bash
6060
choco install azure-functions-core-tools-4
6161
```
@@ -79,7 +79,7 @@ choco install azure-functions-core-tools-2
7979

8080
#### Homebrew:
8181

82-
#### v4 (preview)
82+
#### v4
8383

8484
```bash
8585
brew tap azure/functions
@@ -159,7 +159,7 @@ sudo chown root:root /etc/apt/sources.list.d/microsoft-prod.list
159159

160160
#### 2. Install
161161

162-
##### v4 (preview)
162+
##### v4
163163
```bash
164164
sudo apt-get update
165165
sudo apt-get install azure-functions-core-tools-4

0 commit comments

Comments
 (0)