Skip to content

Commit a15b752

Browse files
authored
Task/rdmp 93 Point to latest RDMP version and bump patch number (#84)
* update rdmp ref * bump version
1 parent e9064d1 commit a15b752

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

RDMP

Submodule RDMP updated 103 files

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ You can build this plugin ready for upload to an RDMP instance using:
3232
```bash
3333
dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/windows/windows.csproj -c Release -o p/windows
3434
dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/main/main.csproj -c Release -o p/main
35-
7z a -tzip Rdmp.Extensions.Plugin.6.2.0.nupkg rdmpextension.nuspec p
36-
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file Rdmp.Extensions.Plugin.6.2.0.nupkg --dir yaml
35+
7z a -tzip Rdmp.Extensions.Plugin.6.2.1.nupkg rdmpextension.nuspec p
36+
dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file Rdmp.Extensions.Plugin.6.2.1.nupkg --dir yaml
3737
```
3838

39-
Once built you will have a file called ` Rdmp.Extensions.Plugin.6.2.0.nupkg`. The last step (with the '-p' switch to the pack command) strips out all the duplicated DLLs which are already provided within RDMP.
39+
Once built you will have a file called ` Rdmp.Extensions.Plugin.6.2.1.nupkg`. The last step (with the '-p' switch to the pack command) strips out all the duplicated DLLs which are already provided within RDMP.
4040

4141
Upload it to RDMP using
4242

4343
```bash
44-
./rdmp pack -f Z:\Repos\RdmpExtensions\Rdmp.Extensions.Plugin.6.2.0.nupkg
44+
./rdmp pack -f Z:\Repos\RdmpExtensions\Rdmp.Extensions.Plugin.6.2.1.nupkg
4545
```
4646
_Upload into RDMP. Or use the gui client 'Plugins' node under the Tables(Advanced) toolbar button_

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("6.2.0")]
13-
[assembly: AssemblyFileVersion("6.2.0")]
14-
[assembly: AssemblyInformationalVersion("6.2.0")]
12+
[assembly: AssemblyVersion("6.2.1")]
13+
[assembly: AssemblyFileVersion("6.2.1")]
14+
[assembly: AssemblyInformationalVersion("6.2.1")]

rdmpextension.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Rdmp.Extensions</id>
5-
<version>6.2.0</version>
5+
<version>6.2.1</version>
66
<authors>Health Informatics Service, University of Dundee</authors>
77
<description>Imaging plugin for Research Data Management Platform </description>
88
<dependencies>

0 commit comments

Comments
 (0)