Skip to content

Commit 267b308

Browse files
authored
Update README.md
1 parent cac2e42 commit 267b308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ __Install directly in Package Manager Console or Command Line Interface__
8080
```C#
8181
Package Manager
8282

83-
Install-Package RedcapAPI -Version 1.1.0
83+
Install-Package RedcapAPI -Version 1.3.0
8484

8585
```
8686

8787
```C#
8888
.NET CLI
8989

90-
dotnet add package RedcapAPI --version 1.1.0
90+
dotnet add package RedcapAPI --version 1.3.0
9191

9292
```
9393

9494
```C#
9595
Paket CLI
9696

97-
paket add RedcapAPI --version 1.1.0
97+
paket add RedcapAPI --version 1.3.0
9898

9999
```
100100

0 commit comments

Comments
 (0)