From ae4eb8c517c46156f7bf80b0f20b2243d25544dd Mon Sep 17 00:00:00 2001 From: James Friel Date: Fri, 12 Apr 2024 11:53:21 +0100 Subject: [PATCH] Task/RDMP-164 Fix Plugin Dependency Issue (#1800) * add asyncinterfaces dep * add package info --- CHANGELOG.md | 6 ++++++ Directory.Packages.props | 1 + Documentation/CodeTutorials/Packages.md | 1 + Rdmp.Core/Rdmp.Core.csproj | 1 + 4 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24183a1ec9..239432bdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.1.6] = Unreleased + +## Changed + +- Add Microsoft.Bcl.AsyncInterfaces 6.0.0 for plugin dependancy tree + ## [8.1.5] - 2024-04-03 ## Changed diff --git a/Directory.Packages.props b/Directory.Packages.props index c0ad41abb0..d3f93296ea 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -38,5 +38,6 @@ + diff --git a/Documentation/CodeTutorials/Packages.md b/Documentation/CodeTutorials/Packages.md index f5391fd72c..c5c58e7bfb 100644 --- a/Documentation/CodeTutorials/Packages.md +++ b/Documentation/CodeTutorials/Packages.md @@ -40,4 +40,5 @@ | Autoupdater.NET.Official | [GitHub](https://github.com/ravibpatel/AutoUpdater.NET) | MIT | Manages updating of the RDMP windows client directly from the RDMP GitHub Releases| | ConsoleControl | [GitHub](https://github.com/dwmkerr/consolecontrol) | MIT | Runs RDMP cli subprocesses| | Terminal.Gui | [GitHub](https://github.com/gui-cs/Terminal.Gui) | [MIT](https://opensource.org/licenses/MIT) | Console user-interface| +| Microsoft.Bcl.AsyncInterfaces | [GitHub](https://github.com/dotnet/runtime) |[MIT](https://opensource.org/licenses/MIT) | | [DBMS]: ./Glossary.md#DBMS diff --git a/Rdmp.Core/Rdmp.Core.csproj b/Rdmp.Core/Rdmp.Core.csproj index 9d087e5d2e..9c7567ba26 100644 --- a/Rdmp.Core/Rdmp.Core.csproj +++ b/Rdmp.Core/Rdmp.Core.csproj @@ -321,6 +321,7 @@ +