Skip to content

Commit 258824d

Browse files
committed
Updated readme etc for Alpha
1 parent e0e87a2 commit 258824d

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The premier toolkit for building rich console apps for Windows, the Mac, and Lin
1616
> :warning: **Note:**
1717
> `v1` is in maintenance mode and we will only accept PRs for issues impacting existing functionality.
1818
19-
* The current `prealpha` release of Terminal.Gui v2 is ![NuGet Version](https://img.shields.io/nuget/vpre/Terminal.Gui)
19+
* The current `Alpha` release of Terminal.Gui v2 is ![NuGet Version](https://img.shields.io/nuget/vpre/Terminal.Gui)
2020

2121
> :warning: **Note:**
22-
> Developers starting new TUI projects are encouraged to target `v2`. The API is significantly changed, and significantly improved. There will be breaking changes in the API before Beta, but the core API is stable.
22+
> Developers starting new TUI projects are encouraged to target `v2 Alpha`. The API is significantly changed, and significantly improved. There will be breaking changes in the API before Beta, but the core API is stable.
2323
2424
![Sample app](docfx/images/sample.gif)
2525

@@ -46,27 +46,27 @@ There is also a [visual designer](https://github.com/gui-cs/TerminalGuiDesigner)
4646

4747
# Documentation
4848

49-
The full developer documentation for Terminal.Gui is available at [gui-cs.github.io/Terminal.GuiV2Docs](https://gui-cs.github.io/Terminal.GuiV2Docs/).
49+
The full developer documentation for Terminal.Gui is available at [gui-cs.github.io/Terminal.Gui](https://gui-cs.github.io/Terminal.Gui).
5050

5151
## Getting Started
5252

53-
- [Getting Started](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/getting-started.md) - Quick start guide to create your first Terminal.Gui application
54-
- [Migrating from v1 to v2](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/migratingfromv1.md) - Complete guide for upgrading existing applications
55-
- [What's New in v2](https://gui-cs.github.io/Terminal.GuiV2Docs/docs/newinv2.md) - Overview of new features and improvements
53+
- [Getting Started](https://gui-cs.github.io/Terminal.Gui/docs/getting-started.md) - Quick start guide to create your first Terminal.Gui application
54+
- [Migrating from v1 to v2](https://gui-cs.github.io/Terminal.Gui/docs/migratingfromv1.md) - Complete guide for upgrading existing applications
55+
- [What's New in v2](https://gui-cs.github.io/Terminal.Gui/docs/newinv2.md) - Overview of new features and improvements
5656

5757
## API Reference
5858

59-
For detailed API documentation, see the [API Reference](https://gui-cs.github.io/Terminal.GuiV2Docs/api/Terminal.Gui.App.html).
59+
For detailed API documentation, see the [API Reference](https://gui-cs.github.io/Terminal.Gui/api/Terminal.Gui.App.html).
6060

6161
# Installing
6262

6363
Use NuGet to install the `Terminal.Gui` NuGet package:
6464

65-
## v2 Pre-Alpha
65+
## v2 Alpha
6666

6767
(Infrequently updated, but stable enough for production use)
6868
```
69-
dotnet add package Terminal.Gui --version "2.0.0-prealpha.*"
69+
dotnet add package Terminal.Gui --version "2.0.0-alpha.*"
7070
```
7171

7272
## v2 Develop
@@ -79,7 +79,7 @@ dotnet add package Terminal.Gui --version "2.0.0-develop.*"
7979
## Legacy v1
8080

8181
```
82-
dotnet add package Terminal.Gui
82+
dotnet add package Terminal.Gui --version "1.*
8383
```
8484

8585
Or, you can use the [Terminal.Gui.Templates](https://github.com/gui-cs/Terminal.Gui.templates).

docfx/docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Terminal.Gui Documentation
22

3+
> [!IMPORTANT]
4+
> Terminal.Gui v2 "Alpha" has been released.
5+
36
Welcome to the Terminal.Gui documentation! This comprehensive guide covers everything you need to know about building modern terminal user interfaces with Terminal.Gui.
47

58
> [!NOTE]
6-
> This is the v2 API documentation. For v1 go here: https://gui-cs.github.io/Terminal.GuiV2Docs/
9+
> This is the v2 API documentation. For v1 go here: https://gui-cs.github.io/Terminal.GuiV1Docs/
710
811
## Getting Started
912

0 commit comments

Comments
 (0)