forked from FirelyTeam/firely-net-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHl7.Fhir.Core.nuspec
More file actions
37 lines (35 loc) · 2.22 KB
/
Hl7.Fhir.Core.nuspec
File metadata and controls
37 lines (35 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package >
<metadata>
<id>Hl7.Fhir.DSTU2</id>
<version>0.50.2-alpha3</version>
<title>HL7 FHIR Core support API for DSTU2</title>
<authors>Ewout Kramer (e.kramer@furore.com) and contributors</authors>
<owners>Furore (http://fhir.furore.com). Contains materials (C) Hl7 International</owners>
<description>Core .NET support for working with HL7 FHIR. Supports FHIR DSTU2 (0.5.0).</description>
<releaseNotes>DSTU2 (0.5.0) release. See http://ewoutkramer.github.io/fhir-net-api/whats-new.html</releaseNotes>
<summary>This is the core support library for HL7's FHIR standard (http://hl7.org/fhir).
It contains the core functionality to working with RESTful FHIR servers: POCO classes for FHIR,
parsing/serialization of FHIR data and a FhirClient for easy access to FHIR servers.</summary>
<language>en-us</language>
<projectUrl>https://github.com/ewoutkramer/fhir-net-api</projectUrl>
<iconUrl>https://raw.githubusercontent.com/ewoutkramer/fhir-net-api/master/icon-fhir-32.png</iconUrl>
<copyright>Copyright 2015</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>HL7 FHIR REST parse serialize class model</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.7" />
</dependencies>
</metadata>
<files>
<file src="src\Hl7.Fhir.Core\bin\Release\Net45\Hl7.Fhir.Core.dll" target="lib\net45\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Net45\Hl7.Fhir.Core.xml" target="lib\net45\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Net45\Hl7.Fhir.Core.pdb" target="lib\net45\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Net40\Hl7.Fhir.Core.dll" target="lib\net40\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Net40\Hl7.Fhir.Core.xml" target="lib\net40\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Net40\Hl7.Fhir.Core.pdb" target="lib\net40\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Portable45\Hl7.Fhir.Core.dll" target="lib\portable-net45+netcore45+wpa81+wp8\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Portable45\Hl7.Fhir.Core.xml" target="lib\portable-net45+netcore45+wpa81+wp8\" />
<file src="src\Hl7.Fhir.Core\bin\Release\Portable45\Hl7.Fhir.Core.pdb" target="lib\portable-net45+netcore45+wpa81+wp8\" />
</files>
</package>