Skip to content

Commit a8211ea

Browse files
committed
update travis build configuration
1 parent 3211c64 commit a8211ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: csharp
22
mono: none
3-
dotnet: 2.1.810
3+
dotnet: 5.0.2
44
script:
55
- dotnet restore
66
- dotnet build ./RedcapApi/

RedcapApi/Redcap.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
-DeleteDagsAsync
2121
-ExportUserDagAssignmentAsync
2222
-ImportUserDagAssignmentAsync
23-
Minor bugs fixes to existing APIs regarding optional parameters.
24-
Version bump</PackageReleaseNotes>
23+
-Added models to support new APIs
24+
Minor bugs fixes to existing APIs regarding optional parameters.</PackageReleaseNotes>
2525
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2626
<ApplicationIcon />
2727
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)