Skip to content

Commit

Permalink
Updated for 7.0 RDMP compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Oct 18, 2021
1 parent f689d87 commit f8eb304
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HIC.Plugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>Health Informatics Service, University of Dundee</authors>
<description>Hic specific plugin for connecting to NHS services (e.g. SciStore) </description>
<dependencies>
<dependency id="HIC.RDMP.Plugin" version="6.0" />
<dependency id="HIC.RDMP.Plugin" version="7.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion HICPlugin/HICPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.Demography" Version="1.0.0" />
<PackageReference Include="HIC.RDMP.Plugin" Version="6.0.0" />
<PackageReference Include="HIC.RDMP.Plugin" Version="7.0.0" />
<PackageReference Include="Nancy" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion JiraPlugin/JiraPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.RDMP.Plugin" Version="6.0.0" />
<PackageReference Include="HIC.RDMP.Plugin" Version="7.0.0" />
<PackageReference Include="InterfaceToJira" Version="1.1.5098" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SCIStorePlugin/SCIStorePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.RDMP.Plugin" Version="6.0.0" />
<PackageReference Include="HIC.RDMP.Plugin" Version="7.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("4.0.1")]
[assembly: AssemblyFileVersion("4.0.1")]
[assembly: AssemblyInformationalVersion("4.0.1")]
[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0")]

0 comments on commit f8eb304

Please sign in to comment.