diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 43d1dba..f93767a 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: repository: HicServices/RDMP - ref: develop + ref: v8.4.5 path: RDMP - uses: actions/setup-dotnet@v4 with: diff --git a/RDMP b/RDMP index f45b59e..95ec978 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit f45b59e5a418c3d382fc3b46ce1a20e11844b733 +Subproject commit 95ec978bf7eab314c9e6600004fe4138db39e081 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 385a811..2953104 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -10,6 +10,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("6.1.13")] -[assembly: AssemblyFileVersion("6.1.13")] -[assembly: AssemblyInformationalVersion("6.1.13")] +[assembly: AssemblyVersion("6.1.14")] +[assembly: AssemblyFileVersion("6.1.14")] +[assembly: AssemblyInformationalVersion("6.1.14")]