Skip to content

Commit 3b3f408

Browse files
authored
Merge pull request #78 from tig/v_1_0_1
Release v1.0.1
2 parents 10dc9f0 + 6673668 commit 3b3f408

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ We analyze unit tests and code coverage on each PR push.
142142

143143
The code coverage of the latest released build (on NuGet) is shown as a badge at the top of `README.md`. Here as well:
144144

145-
![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)
145+
![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/gui-cs/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)
146146

147147
The project uses Fine Code Coverage to allow easy access to code coverage info on a per-component basis.
148148

NStack/NStack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.0-pre.1 - Moderinized API doc generation and now using gitflow
29+
Version 1.0.1 - Moderinized API doc generation and now using gitflow
3030
* Fixes #59. Automatically generate API docs via github action
3131
* Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.
3232

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# NStack
22

3-
![Build](https://github.com/migueldeicaza/NStack/actions/workflows/build.yml/badge.svg)
3+
![Build](https://github.com/gui-cs/NStack/actions/workflows/build.yml/badge.svg)
44
[![Version](https://img.shields.io/nuget/v/NStack.Core.svg)](https://www.nuget.org/packages/NStack.Core)
55
[![Downloads](https://img.shields.io/nuget/dt/NStack.Core)](https://www.nuget.org/packages/NStack.Core)
6-
[![License](https://img.shields.io/github/license/migueldeicaza/NStack.svg)](LICENSE)
7-
![Bugs](https://img.shields.io/github/issues/migueldeicaza/NStack)
6+
[![License](https://img.shields.io/github/license/gui-cs/NStack.svg)](LICENSE)
7+
![Bugs](https://img.shields.io/github/issues/gui-cs/NStack)
88

99
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.
1010

1111
Currently, this library contains a port of the Go string, and Go rune support as well as other Unicode helper methods.
1212

13-
You can browse the [API documentation](https://migueldeicaza.github.io/NStack/api/NStack.html).
13+
You can browse the [API documentation](https://gui-cs.github.io/NStack).
1414

1515
Install the [NuGet package from NuGet.org](https://www.nuget.org/packages/NStack.Core) by installing `NStack.Core`.
1616

0 commit comments

Comments
 (0)