forked from kennethmyhra/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spark.Mongo.nuspec
31 lines (31 loc) · 1.47 KB
/
Spark.Mongo.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
31
<?xml version="1.0"?>
<package>
<metadata>
<id>Spark.Mongo</id>
<version>0.91.0-beta1</version>
<title>Furore Spark FHIR Mongo implementation</title>
<authors>Furore and contributors</authors>
<owners>Furore (http://fhir.furore.com). Contains materials (C) Hl7 International</owners>
<description>The Spark FHIR Server implementation for mongo database and search</description>
<releaseNotes>introduced Inversion of Control</releaseNotes>
<summary>The Spark FHIR Server implementation for mongo database and search</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 Spark engine mongo implementation search mongodb</tags>
<dependencies>
<dependency id="AWSSDK" version="2.3.0.0" />
<dependency id="Fhir.Metrics" version="0.9.7" />
<dependency id="Hl7.Fhir.DSTU2" version="0.91.1"/>
<dependency id="mongocsharpdriver" version="2.0.1"/>
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Spark.Engine" version="0.90.8-beta1" />
</dependencies>
</metadata>
<files>
<file src="src\Spark.Mongo\bin\Release\Spark.Mongo.dll" target="lib\net45\" />
<file src="src\Spark.Mongo\bin\Release\Spark.Mongo.pdb" target="lib\net45\" />
</files>
</package>