From 8bc408cbe81b4c79d3839ba8a1aafdf302e2c522 Mon Sep 17 00:00:00 2001
From: salvathor79 <64558529+salvathor79@users.noreply.github.com>
Date: Sat, 16 Nov 2024 17:02:59 +0100
Subject: [PATCH] Add custom string linefeed option
---
Installer-System/Installer-System.aip | 4 ++--
Installer/Installer.aip | 4 ++--
SimplySerial/SimplySerial.cs | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Installer-System/Installer-System.aip b/Installer-System/Installer-System.aip
index eae2725..faff957 100644
--- a/Installer-System/Installer-System.aip
+++ b/Installer-System/Installer-System.aip
@@ -20,10 +20,10 @@
-
+
-
+
diff --git a/Installer/Installer.aip b/Installer/Installer.aip
index e2f4618..652bd78 100644
--- a/Installer/Installer.aip
+++ b/Installer/Installer.aip
@@ -20,10 +20,10 @@
-
+
-
+
diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs
index b5015e9..883507c 100644
--- a/SimplySerial/SimplySerial.cs
+++ b/SimplySerial/SimplySerial.cs
@@ -15,7 +15,7 @@ namespace SimplySerial
{
class SimplySerial
{
- const string version = "0.9.0";
+ const string version = "0.9.1";
private const int STD_OUTPUT_HANDLE = -11;
private const uint ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;