From 80af3469f4281db70589927aad38b0cb3cd49668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 13 Jul 2024 15:41:22 +0200 Subject: [PATCH] Update SerialPort.Properties.cs --- Nefarius.Peripherals.SerialPort/SerialPort.Properties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nefarius.Peripherals.SerialPort/SerialPort.Properties.cs b/Nefarius.Peripherals.SerialPort/SerialPort.Properties.cs index 55214cf..5d956b5 100644 --- a/Nefarius.Peripherals.SerialPort/SerialPort.Properties.cs +++ b/Nefarius.Peripherals.SerialPort/SerialPort.Properties.cs @@ -220,7 +220,7 @@ public partial class SerialPort /// /// Port Name /// - public string PortName { get; set; } + public string PortName { get; } public Handshake Handshake {