diff --git a/src/FHIRLight.Core/FHIRLight.Core.nuspec b/src/FHIRLight.Core/FHIRLight.Core.nuspec index 5f0cd80..01066b2 100644 --- a/src/FHIRLight.Core/FHIRLight.Core.nuspec +++ b/src/FHIRLight.Core/FHIRLight.Core.nuspec @@ -4,12 +4,14 @@ HelseNordIKT.FhirLight.Core $version$ $title$ - $author$ + verzada $author$ $description$ $copyright$ false https://github.com/verzada/FhirLight + english + 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. fhir fhirlight dstu2 ninject diff --git a/src/FHIRLight.Core/Properties/AssemblyInfo.cs b/src/FHIRLight.Core/Properties/AssemblyInfo.cs index cbee6af..6a3bb17 100644 --- a/src/FHIRLight.Core/Properties/AssemblyInfo.cs +++ b/src/FHIRLight.Core/Properties/AssemblyInfo.cs @@ -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("")] diff --git a/tests/FHIRLight.Server.UnitTests/FHIRLight.Server.UnitTests.csproj b/tests/FHIRLight.Server.UnitTests/FHIRLight.Server.UnitTests.csproj index 83eaa2a..2158492 100644 --- a/tests/FHIRLight.Server.UnitTests/FHIRLight.Server.UnitTests.csproj +++ b/tests/FHIRLight.Server.UnitTests/FHIRLight.Server.UnitTests.csproj @@ -43,8 +43,8 @@ ..\..\src\packages\Hl7.FhirPath.0.4.1\lib\net45\Hl7.FhirPath.dll True - - ..\..\src\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll + + ..\..\src\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll True diff --git a/tests/FHIRLight.Server.UnitTests/packages.config b/tests/FHIRLight.Server.UnitTests/packages.config index 1e5bd94..2bcb526 100644 --- a/tests/FHIRLight.Server.UnitTests/packages.config +++ b/tests/FHIRLight.Server.UnitTests/packages.config @@ -3,5 +3,5 @@ - + \ No newline at end of file