diff --git a/NStack.sln b/NStack.sln index c8a5e93..5df5d18 100644 --- a/NStack.sln +++ b/NStack.sln @@ -8,8 +8,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NStackTests", "NStackTests\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{760C271D-E55A-4F44-BE2C-9B476D310CAC}" ProjectSection(SolutionItems) = preProject - .github\workflows\dotnet.yml = .github\workflows\dotnet.yml + .github\workflows\build.yml = .github\workflows\build.yml .github\workflows\publish.yml = .github\workflows\publish.yml + README.md = README.md EndProjectSection EndProject Global diff --git a/NStack/NStack.csproj b/NStack/NStack.csproj index 89a0586..7a461fd 100644 --- a/NStack/NStack.csproj +++ b/NStack/NStack.csproj @@ -16,7 +16,7 @@ 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 -0.20: Fork by @tig modernize build/deploy and help publishing newer versions. No functional changes. +0.17: Fork by @tig modernize build/deploy and help publishing newer versions. No functional changes. 0.16: Fixes issue #51 (chess symbols); 0.15: Fixes to MaxRune; ColumnWidth differentiates between non-printable and nul characters; Rune has a constructor from two surrogate pairs; contributions by @BDisp; 0.14: Upgrade the NetStandard dependencies;