Skip to content

Commit a6d25b0

Browse files
committed
update assembly
1 parent bcf9b4f commit a6d25b0

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

RedcapApi.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Redcap", "RedcapApi\Redcap.
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RedcapApiDemo", "RedcapApiDemo\RedcapApiDemo.csproj", "{CBAF5212-0D5F-44F1-A7C5-F1B0ED7AF43E}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{1495DD14-48D2-4F67-86DD-6EB60781E155}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{1495DD14-48D2-4F67-86DD-6EB60781E155}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution

RedcapApi/Redcap.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<RepositoryUrl>https://github.com/cctrbic/redcap-api</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/cctrbic/redcap-api</PackageProjectUrl>
10-
<Description>This library allows external applications to connect to REDCap remotely and is used to programmatically retrieve or modify data or settings within REDCap, e.g Import/Export records into Redcap</Description>
10+
<Description>This library allows applications on .NET to make calls to REDCap instance.</Description>
1111
<Product>Redcap Api Library</Product>
1212
<PackageId>RedcapAPI</PackageId>
13-
<Version>0.4.1-alpha</Version>
14-
<AssemblyVersion>0.4.1.0</AssemblyVersion>
13+
<Version>1.0.0-beta</Version>
14+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1515
<PackageTags>redcap</PackageTags>
16-
<PackageReleaseNotes>alpha release</PackageReleaseNotes>
16+
<PackageReleaseNotes>100% API Method Coverage</PackageReleaseNotes>
1717
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1818
<ApplicationIcon />
1919
<OutputType>Library</OutputType>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"profiles": {
3+
"RedcapApiDemo": {
4+
"commandName": "Project"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)