Skip to content

Commit e166081

Browse files
authored
Merge pull request #85 from tig/v_1_0_3
Release v1.0.3
2 parents a8a307b + f95b046 commit e166081

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NStack/NStack.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626

2727
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>
2828
<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
3131

32+
Version 1.0.2
33+
* Fixes #79. Needed to add unit test for equal and not equal operators.
34+
3235
Version 1.0.1 - Moderinized API doc generation and now using gitflow
3336
* Fixes #59. Automatically generate API docs via github action
3437
* Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.

0 commit comments

Comments
 (0)