From 3622cba4de566904c907ffa75ee30bf3c11b4c5d Mon Sep 17 00:00:00 2001 From: James Friel Date: Wed, 22 Nov 2023 16:06:52 +0000 Subject: [PATCH] bump version --- README.md | 8 ++++---- SharedAssemblyInfo.cs | 6 +++--- rdmpextension.nuspec | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f77888..45ff6ee 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@ You can build this plugin ready for upload to an RDMP instance using: ```bash dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/windows/windows.csproj -c Release -o p/windows dotnet publish -p:DebugType=embedded -p:GenerateDocumentation=false Plugin/main/main.csproj -c Release -o p/main -7z a -tzip Rdmp.Extensions.Plugin.6.2.0.nupkg rdmpextension.nuspec p -dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file Rdmp.Extensions.Plugin.6.2.0.nupkg --dir yaml +7z a -tzip Rdmp.Extensions.Plugin.6.2.1.nupkg rdmpextension.nuspec p +dotnet run --project RDMP/Tools/rdmp/rdmp.csproj -c Release -- pack -p --file Rdmp.Extensions.Plugin.6.2.1.nupkg --dir yaml ``` -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. +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. Upload it to RDMP using ```bash -./rdmp pack -f Z:\Repos\RdmpExtensions\Rdmp.Extensions.Plugin.6.2.0.nupkg +./rdmp pack -f Z:\Repos\RdmpExtensions\Rdmp.Extensions.Plugin.6.2.1.nupkg ``` _Upload into RDMP. Or use the gui client 'Plugins' node under the Tables(Advanced) toolbar button_ diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index e16c2b0..c6863e9 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -9,6 +9,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("6.2.0")] -[assembly: AssemblyFileVersion("6.2.0")] -[assembly: AssemblyInformationalVersion("6.2.0")] +[assembly: AssemblyVersion("6.2.1")] +[assembly: AssemblyFileVersion("6.2.1")] +[assembly: AssemblyInformationalVersion("6.2.1")] diff --git a/rdmpextension.nuspec b/rdmpextension.nuspec index 42cef20..c00a690 100644 --- a/rdmpextension.nuspec +++ b/rdmpextension.nuspec @@ -2,7 +2,7 @@ Rdmp.Extensions - 6.2.0 + 6.2.1 Health Informatics Service, University of Dundee Imaging plugin for Research Data Management Platform