forked from FirelyTeam/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpark.Engine.nuspec
30 lines (30 loc) · 1.45 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
30
<?xml version="1.0"?>
<package>
<metadata>
<id>Spark.Engine</id>
<version>0.90.5-beta2</version>
<title>Spark: Furore FHIR Server engine</title>
<authors>Furore and contributors</authors>
<owners>Furore (http://fhir.furore.com). Contains materials (C) Hl7 International</owners>
<description>FHIR Server Engine - handling REST calls and service layer</description>
<releaseNotes>introduced Inversion of Control</releaseNotes>
<summary>FHIR Server Engine - handling REST calls and service layer</summary>
<language>en-us</language>
<projectUrl>https://github.com/furore-fhir/spark</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 server Furore Spark core engine library</tags>
<dependencies>
<dependency id="Hl7.Fhir.DSTU2" version="0.90.5-alpha1" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
<dependency id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" />
<dependency id="Newtonsoft.Json" version="8.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>