From adc038423281a05fd723c6e94f353e6723f5bfd0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Thu, 3 Nov 2022 22:12:22 -0600 Subject: [PATCH] Release v1.0.4 --- NStack/NStack.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NStack/NStack.csproj b/NStack/NStack.csproj index b7883e8..b8fa111 100644 --- a/NStack/NStack.csproj +++ b/NStack/NStack.csproj @@ -29,7 +29,7 @@ It starts with a new string type that is focused on Unicode code-points as oppos Version 1.0.3 * Fixes #83. Ustring ConsoleWidth must return the exactly character size or zero and not Rune.ColumnWidth - Version 1.0.2 + Version 1.0.3 * Fixes #79. Needed to add unit test for equal and not equal operators. Version 1.0.1 - Moderinized API doc generation and now using gitflow