You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NStack/NStack.csproj
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,12 @@
26
26
27
27
It starts with a new string type that is focused on Unicode code-points as opposed to the historical chars and UTF-16 encoding and introduces a utf8 string that supports slicing</Description>
28
28
<PackageReleaseNotes>
29
-
Version 1.0.2
30
-
* Fixes #79. Needed to add unit test for equal and not equal operators.
29
+
Version 1.0.3
30
+
* Fixes #83. Ustring ConsoleWidth must return the exactly character size or zero and not Rune.ColumnWidth
31
31
32
+
Version 1.0.2
33
+
* Fixes #79. Needed to add unit test for equal and not equal operators.
34
+
32
35
Version 1.0.1 - Moderinized API doc generation and now using gitflow
33
36
* Fixes #59. Automatically generate API docs via github action
34
37
* Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.
0 commit comments