Skip to content

Commit

Permalink
Merge pull request #113 from tranpl/1.3.2
Browse files Browse the repository at this point in the history
1.3.2
  • Loading branch information
tranpl authored May 20, 2023
2 parents 7eb58e5 + f849d74 commit 25525ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ __pycache__/
*.pyc
RedcapApi/Properties
RedcapApiDemo/Properties
RedcapApi/nuget.config
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ __Install directly in Package Manager Console or Command Line Interface__
```C#
Package Manager

Install-Package RedcapAPI -Version 1.3.1
Install-Package RedcapAPI -Version 1.3.2

```

```C#
.NET CLI

dotnet add package RedcapAPI --version 1.3.1
dotnet add package RedcapAPI --version 1.3.2

```

```C#
Paket CLI

paket add RedcapAPI --version 1.3.1
paket add RedcapAPI --version 1.3.2

```

Expand Down
6 changes: 3 additions & 3 deletions RedcapApi/Redcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<Description>This library allows applications on the .NET platform to make http calls to REDCap instances.</Description>
<Product>Redcap Api Library</Product>
<PackageId>RedcapAPI</PackageId>
<Version>1.3.1</Version>
<AssemblyVersion>1.3.1</AssemblyVersion>
<Version>1.3.2</Version>
<AssemblyVersion>1.3.2</AssemblyVersion>
<PackageTags>redcap api library vcu</PackageTags>
<ApplicationIcon />
<OutputType>Library</OutputType>
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>1.3.1</FileVersion>
<FileVersion>1.3.2</FileVersion>
<Copyright>https://github.com/cctrbic/redcap-api/blob/master/LICENSE.md</Copyright>
<icon>https://vortex.cctr.vcu.edu/images/ram_crest_160.png</icon>
<PackageIcon>vcu.png</PackageIcon>
Expand Down

0 comments on commit 25525ae

Please sign in to comment.