forked from FirelyTeam/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spark.Engine.nuspec
29 lines (29 loc) · 1.34 KB
/
Spark.Engine.nuspec
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
<?xml version="1.0"?>
<package>
<metadata>
<id>Spark.Engine</id>
<version>1.1.3</version>
<title>Spark: FHIR Server engine</title>
<authors>Kenneth Myhra and contributors</authors>
<owners>Kufu. Contains materials (C) Hl7 International</owners>
<description>FHIR Server Engine - handling REST calls and service layer</description>
<summary>FHIR Server Engine - handling REST calls and service layer</summary>
<language>en-us</language>
<projectUrl>https://github.com/FirelyTeam/spark</projectUrl>
<iconUrl>https://raw.githubusercontent.com/FirelyTeam/fhir-net-api/master/icon-fhir-32.png</iconUrl>
<copyright>Copyright 2018</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>HL7 FHIR server Kufu Spark core engine library</tags>
<dependencies>
<dependency id="Hl7.Fhir.DSTU2" version="1.1.3" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.7" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.7" />
<dependency id="Microsoft.AspNet.WebApi.WebHost" version="5.2.7" />
<dependency id="Newtonsoft.Json" version="11.0.2" />
</dependencies>
</metadata>
<files>
<file src="src\Spark.Engine\bin\Release\Spark.Engine.dll" target="lib\net45\" />
<file src="src\Spark.Engine\bin\Release\Spark.Engine.pdb" target="lib\net45\" />
</files>
</package>