diff --git a/Rdmp.Dicom.Library.nuspec b/Rdmp.Dicom.Library.nuspec index c8b58d77..4775a1d9 100644 --- a/Rdmp.Dicom.Library.nuspec +++ b/Rdmp.Dicom.Library.nuspec @@ -14,7 +14,7 @@ Copyright 2018-2019 - + diff --git a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj index c2d0c8b1..7eb4385a 100644 --- a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj +++ b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj @@ -41,7 +41,7 @@ - + diff --git a/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj b/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj index 66c49c59..e77a39d4 100644 --- a/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj +++ b/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj @@ -13,7 +13,7 @@ - + diff --git a/Rdmp.Dicom.nuspec b/Rdmp.Dicom.nuspec index fc6c590b..42d2ba2e 100644 --- a/Rdmp.Dicom.nuspec +++ b/Rdmp.Dicom.nuspec @@ -6,7 +6,7 @@ Health Informatics Service, University of Dundee Imaging plugin for Research Data Management Platform - + diff --git a/Rdmp.Dicom/Rdmp.Dicom.csproj b/Rdmp.Dicom/Rdmp.Dicom.csproj index 5e861842..4ce7d687 100644 --- a/Rdmp.Dicom/Rdmp.Dicom.csproj +++ b/Rdmp.Dicom/Rdmp.Dicom.csproj @@ -26,7 +26,7 @@ - + diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 9ee283c5..1e4d351c 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("6.0.2")] -[assembly: AssemblyFileVersion("6.0.2")] -[assembly: AssemblyInformationalVersion("6.0.2")] +[assembly: AssemblyVersion("7.0.3")] +[assembly: AssemblyFileVersion("7.0.3")] +[assembly: AssemblyInformationalVersion("7.0.3")] [assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]