diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7337cd8..2219dab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ We analyze unit tests and code coverage on each PR push. The code coverage of the latest released build (on NuGet) is shown as a badge at the top of `README.md`. Here as well: -![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json) +![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/gui-cs/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json) The project uses Fine Code Coverage to allow easy access to code coverage info on a per-component basis. diff --git a/NStack/NStack.csproj b/NStack/NStack.csproj index b71660c..b2d2830 100644 --- a/NStack/NStack.csproj +++ b/NStack/NStack.csproj @@ -26,7 +26,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 -Version 1.0.0-pre.1 - Moderinized API doc generation and now using gitflow +Version 1.0.1 - Moderinized API doc generation and now using gitflow * Fixes #59. Automatically generate API docs via github action * Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method. diff --git a/README.md b/README.md index 2ab2cd2..17d69b2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # NStack -![Build](https://github.com/migueldeicaza/NStack/actions/workflows/build.yml/badge.svg) +![Build](https://github.com/gui-cs/NStack/actions/workflows/build.yml/badge.svg) [![Version](https://img.shields.io/nuget/v/NStack.Core.svg)](https://www.nuget.org/packages/NStack.Core) [![Downloads](https://img.shields.io/nuget/dt/NStack.Core)](https://www.nuget.org/packages/NStack.Core) -[![License](https://img.shields.io/github/license/migueldeicaza/NStack.svg)](LICENSE) -![Bugs](https://img.shields.io/github/issues/migueldeicaza/NStack) +[![License](https://img.shields.io/github/license/gui-cs/NStack.svg)](LICENSE) +![Bugs](https://img.shields.io/github/issues/gui-cs/NStack) NOTE: NStack has moved to the gui-cs org: https://github.com/orgs/gui-cs/Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods. -You can browse the [API documentation](https://migueldeicaza.github.io/NStack/api/NStack.html). +You can browse the [API documentation](https://gui-cs.github.io/NStack). Install the [NuGet package from NuGet.org](https://www.nuget.org/packages/NStack.Core) by installing `NStack.Core`.