File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -80,21 +80,21 @@ __Install directly in Package Manager Console or Command Line Interface__
80
80
``` C#
81
81
Package Manager
82
82
83
- Install - Package RedcapAPI - Version 1.3.0
83
+ Install - Package RedcapAPI - Version 1.3.1
84
84
85
85
```
86
86
87
87
``` C#
88
88
.NET CLI
89
89
90
- dotnet add package RedcapAPI -- version 1.3.0
90
+ dotnet add package RedcapAPI -- version 1.3.1
91
91
92
92
```
93
93
94
94
``` C#
95
95
Paket CLI
96
96
97
- paket add RedcapAPI -- version 1.3.0
97
+ paket add RedcapAPI -- version 1.3.1
98
98
99
99
```
100
100
Original file line number Diff line number Diff line change 21
21
<icon >https://vortex.cctr.vcu.edu/images/ram_crest_160.png</icon >
22
22
<PackageIcon >vcu.png</PackageIcon >
23
23
<Title >Redcap Api</Title >
24
- <PackageReleaseNotes >update api documentation, streamline api parameters to match official documentations</PackageReleaseNotes >
24
+ <PackageReleaseNotes >-update api documentation,
25
+ -multiple breaking changes
26
+ -fix some apis where parameters were behind the releases
27
+ -streamline api parameters to match official documentations</PackageReleaseNotes >
25
28
<PackageReadmeFile >README.md</PackageReadmeFile >
26
29
<GenerateDocumentationFile >True</GenerateDocumentationFile >
27
30
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments