Skip to content

Commit 0823374

Browse files
committed
version bump
1 parent ec2171b commit 0823374

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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.3.0
83+
Install-Package RedcapAPI -Version 1.3.1
8484

8585
```
8686

8787
```C#
8888
.NET CLI
8989

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

9292
```
9393

9494
```C#
9595
Paket CLI
9696

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

9999
```
100100

RedcapApi/Redcap.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
<icon>https://vortex.cctr.vcu.edu/images/ram_crest_160.png</icon>
2222
<PackageIcon>vcu.png</PackageIcon>
2323
<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>
2528
<PackageReadmeFile>README.md</PackageReadmeFile>
2629
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2730
</PropertyGroup>

0 commit comments

Comments
 (0)