Skip to content

Commit 1a7975a

Browse files
author
Ewout Kramer
committed
Migrating code/tests from Model project to GitHub
1 parent cae2e22 commit 1a7975a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+10730
-7067
lines changed

Hl7.Fhir.nuspec

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>Hl7.Fhir</id>
5+
<version>0.9.3</version>
6+
<authors>Ewout Kramer</authors>
7+
<owners>Hl7 International</owners>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<description>.NET support for using REST-based Hl7 FHIR servers</description>
10+
<releaseNotes>Initial release</releaseNotes>
11+
<iconUrl>file://icon-fhir-32.png</iconUrl>
12+
<copyright>Copyright 2013</copyright>
13+
<tags>HL7 FHIR</tags>
14+
<dependencies>
15+
<dependency id="Newtonsoft.Json" version="5.0.6" />
16+
</dependencies>
17+
</metadata>
18+
<files>
19+
<file src="bin\Release\Hl7.Fhir.dll" target="lib\net40\" />
20+
</files>
21+
</package>

icon-fhir-32.png

1.36 KB
Loading

lib/Hl7.Fhir.dll

-13 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/Newtonsoft.Json.5.0.6/Newtonsoft.Json.5.0.6.nuspec packages/Newtonsoft.Json.5.0.8/Newtonsoft.Json.5.0.8.nuspec

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Newtonsoft.Json</id>
5-
<version>5.0.6</version>
5+
<version>5.0.8</version>
66
<title>Json.NET</title>
77
<authors>James Newton-King</authors>
88
<owners>James Newton-King</owners>
9-
<licenseUrl>http://json.codeplex.com/license</licenseUrl>
10-
<projectUrl>http://james.newtonking.com/projects/json-net.aspx</projectUrl>
9+
<licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</licenseUrl>
10+
<projectUrl>http://james.newtonking.com/json</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Json.NET is a popular high-performance JSON framework for .NET</description>
13+
<releaseNotes />
14+
<copyright />
1315
<language>en-US</language>
1416
<tags>json</tags>
1517
</metadata>
Binary file not shown.

packages/Newtonsoft.Json.5.0.6/lib/net20/Newtonsoft.Json.xml packages/Newtonsoft.Json.5.0.8/lib/net20/Newtonsoft.Json.xml

+82-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)