diff --git a/HICPluginTests/HICPluginTests.csproj b/HICPluginTests/HICPluginTests.csproj
index a33903f..01b84ab 100644
--- a/HICPluginTests/HICPluginTests.csproj
+++ b/HICPluginTests/HICPluginTests.csproj
@@ -11,7 +11,7 @@
-
+
all
diff --git a/HICPluginTests/TestHelpers.cs b/HICPluginTests/TestHelpers.cs
index b27c213..1a8d9d0 100644
--- a/HICPluginTests/TestHelpers.cs
+++ b/HICPluginTests/TestHelpers.cs
@@ -914,6 +914,7 @@ public void Check(ICheckNotifier notifier)
public string AssociatedPeople { get ; set;}
public string AssociatedMedia { get ; set;}
public string Doi { get ; set;}
+ public string DataSubType { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
///
public ITableInfo[] GetTableInfoList(bool includeLookupTables)
diff --git a/RDMP b/RDMP
index e004975..f45b59e 160000
--- a/RDMP
+++ b/RDMP
@@ -1 +1 @@
-Subproject commit e00497595fa255abc7d51ddcd58f7523638944f8
+Subproject commit f45b59e5a418c3d382fc3b46ce1a20e11844b733
diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs
index b3b215d..385a811 100644
--- a/SharedAssemblyInfo.cs
+++ b/SharedAssemblyInfo.cs
@@ -10,6 +10,6 @@
[assembly: AssemblyCulture("")]
// These should be overwritten by release builds
-[assembly: AssemblyVersion("6.1.12")]
-[assembly: AssemblyFileVersion("6.1.12")]
-[assembly: AssemblyInformationalVersion("6.1.12")]
+[assembly: AssemblyVersion("6.1.13")]
+[assembly: AssemblyFileVersion("6.1.13")]
+[assembly: AssemblyInformationalVersion("6.1.13")]