From 8351766f421afd3b06e73a5c8e915de089758f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 14:28:54 +0100 Subject: [PATCH] Allowing intentional breaking changes --- .../CompatibilitySuppressions.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/Hastlayer/Hast.Communication/CompatibilitySuppressions.xml diff --git a/src/Hastlayer/Hast.Communication/CompatibilitySuppressions.xml b/src/Hastlayer/Hast.Communication/CompatibilitySuppressions.xml new file mode 100644 index 00000000..43da663c --- /dev/null +++ b/src/Hastlayer/Hast.Communication/CompatibilitySuppressions.xml @@ -0,0 +1,25 @@ + + + + + CP0001 + T:Hast.Communication.Constants.CommandTypes + lib/net6.0/Hast.Communication.dll + lib/net6.0/Hast.Communication.dll + true + + + CP0001 + T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Ports + lib/net6.0/Hast.Communication.dll + lib/net6.0/Hast.Communication.dll + true + + + CP0001 + T:Hast.Communication.Constants.CommunicationConstants.Ethernet.Signals + lib/net6.0/Hast.Communication.dll + lib/net6.0/Hast.Communication.dll + true + + \ No newline at end of file