Skip to content

Commit 64fc556

Browse files
committed
update assembly to match version
1 parent 6bf66b2 commit 64fc556

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"C_Cpp.default.configurationProvider": "go2sh.cmake-integration"
3+
}

RedcapApi/Redcap.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<Description>This library allows applications on the .NET platform to make http calls to REDCap instances.</Description>
1111
<Product>Redcap Api Library</Product>
1212
<PackageId>RedcapAPI</PackageId>
13-
<Version>1.0.7</Version>
14-
<AssemblyVersion>1.0.7.0</AssemblyVersion>
13+
<Version>1.0.8</Version>
14+
<AssemblyVersion>1.0.8.0</AssemblyVersion>
1515
<PackageTags>redcap api library</PackageTags>
1616
<PackageReleaseNotes>Additional tests for latest release.
1717
Additional methods include: ImportRepeatingInstrumentsAndEvents
@@ -22,7 +22,7 @@ Bug fixes</PackageReleaseNotes>
2222
<OutputType>Library</OutputType>
2323
<StartupObject />
2424
<NeutralLanguage>en</NeutralLanguage>
25-
<FileVersion>1.0.7.0</FileVersion>
25+
<FileVersion>1.0.8.0</FileVersion>
2626
<PackageLicenseUrl>https://github.com/cctrbic/redcap-api/blob/master/LICENSE.md</PackageLicenseUrl>
2727
<Copyright>https://github.com/cctrbic/redcap-api/blob/master/LICENSE.md</Copyright>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)