We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3211c64 commit a8211eaCopy full SHA for a8211ea
.travis.yml
@@ -1,6 +1,6 @@
1
language: csharp
2
mono: none
3
-dotnet: 2.1.810
+dotnet: 5.0.2
4
script:
5
- dotnet restore
6
- dotnet build ./RedcapApi/
RedcapApi/Redcap.csproj
@@ -20,8 +20,8 @@
20
-DeleteDagsAsync
21
-ExportUserDagAssignmentAsync
22
-ImportUserDagAssignmentAsync
23
-Minor bugs fixes to existing APIs regarding optional parameters.
24
-Version bump</PackageReleaseNotes>
+-Added models to support new APIs
+Minor bugs fixes to existing APIs regarding optional parameters.</PackageReleaseNotes>
25
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
26
<ApplicationIcon />
27
<OutputType>Library</OutputType>
0 commit comments