Skip to content

Commit

Permalink
update bfdr and vrdr libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
smacadam committed Aug 9, 2024
1 parent c63ee00 commit 93ea7ec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v1.3.0-preview.1 - 2024-08-09
* Update BFDR to v1.0.0-preview.7 and VRDR to v4.2.2

### v1.3.0 - 2024-05-07
* Add support for Natality Messaging
* Add POST and GET route handling for vital record type and IG version number, ex. MA/Bundle/BFDR/v2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CapabilityStatement",
"id": "NVSS-API-CS",
"url": "http://cdc.gov/nchs/nvss/fhir/nvss-api/CapabilityStatement/NVSS-API-CS",
"version": "v1.3.0-preview",
"version": "v1.3.0-preview.1",
"name": "NVSS_API",
"title": "NVSS API Server Capability Statement",
"status": "draft",
Expand Down
2 changes: 1 addition & 1 deletion messaging/NVSSAPI/input/fsh/NVSSAPI_CapStmt.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Instance: NVSS-API-CS
InstanceOf: CapabilityStatement
Usage: #definition
* version = "v1.3.0-preview"
* version = "v1.3.0-preview.1"
* name = "NVSS_API"
* title = "NVSS API Server Capability Statement"
* status = #draft
Expand Down
26 changes: 13 additions & 13 deletions messaging/messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.1"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.1"/>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.1"/>
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22"/>
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.2.22"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
<PackageReference Include="VRDR.Messaging" Version="4.2.2"/>
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.6"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.1" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="VRDR.Messaging" Version="4.2.2" />
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.7" />
<PackageReference Include="VitalRecord.Messaging" Version="1.0.0-preview.3" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0"/>
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.1-dev-00337"/>
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0-dev-00265"/>
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.1-dev-00038"/>
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.1-dev-00337" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.0-dev-00265" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.1-dev-00038" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="NVSSAPI\fsh-generated\resources\CapabilityStatement-NVSS-API-CS.json"/>
<EmbeddedResource Include="NVSSAPI\fsh-generated\resources\CapabilityStatement-NVSS-API-CS.json" />
</ItemGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 93ea7ec

Please sign in to comment.