Skip to content

Commit

Permalink
Added more information to the nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
hha046 committed Mar 7, 2017
1 parent c45b1e0 commit 0a08662
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/FHIRLight.Core/FHIRLight.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<id>HelseNordIKT.FhirLight.Core</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<authors>verzada</authors>
<owners>$author$</owners>
<description>$description$</description>
<copyright>$copyright$</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/verzada/FhirLight</projectUrl>
<language>english</language>
<releaseNotes>First official release of FhirLight.Core. Core contains all the basic necessities to get a Fhir server up and running. See the project url for more information.</releaseNotes>
<tags>fhir fhirlight dstu2 ninject</tags>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/FHIRLight.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FHIRLight.Library")]
[assembly: AssemblyTitle("FHIRLight.Core")]
[assembly: AssemblyDescription("Contains all of the necessary files for running a FhirLight Server")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Helse Nord IKT")]
[assembly: AssemblyProduct("FHIRLight.Library")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<HintPath>..\..\src\packages\Hl7.FhirPath.0.4.1\lib\net45\Hl7.FhirPath.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\src\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\src\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion tests/FHIRLight.Server.UnitTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<package id="Hl7.Fhir.DSTU2" version="0.91.1" targetFramework="net452" />
<package id="Hl7.FhirPath" version="0.4.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NUnit" version="3.6.0" targetFramework="net452" />
<package id="NUnit" version="3.6.1" targetFramework="net452" />
</packages>

0 comments on commit 0a08662

Please sign in to comment.