Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ branches:
# Matches the main branch
regex: ^main$
# Uses an empty label for stable releases
label: rc
label: ''
# Increments patch version (x.y.z+1) on commits
increment: Patch
# Specifies develop as the source branch
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ app.Run (window);

See the [Examples](Examples/README.md) for more.

# Showcase

See the [Showcase](https://gui-cs.github.io/Terminal.Gui/docs/showcase) for applications built with Terminal.Gui.

# Documentation

Comprehensive documentation is at [gui-cs.github.io/Terminal.Gui](https://gui-cs.github.io/Terminal.Gui).
Expand Down
Loading