merged v1_release

This commit is contained in:
Tig
2025-03-16 20:44:41 +01:00
5 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Publish Terminal.Gui
name: Publish Terminal.Gui v1
on:
push:

View File

@@ -31,8 +31,6 @@ branches:
main:
# Matches the v1_release branch
regex: ^v1_release$
# Uses 'prealpha' as pre-release label before official release
label: 1.0.0-prealpha.1
# Increments patch version (x.y.z+1) on commits
increment: Patch
# Specifies v1_develop as the source branch

View File

@@ -7,6 +7,7 @@
![Bugs](https://img.shields.io/github/issues/gui-cs/gui.cs/bug)
***The current, stable, release of Terminal.Gui is [v1.x](https://www.nuget.org/packages/Terminal.Gui). It is stable, rich, and broadly used. The team is now focused on designing and building a significant upgrade we're referring to as `v2`. Therefore:***
* *`v1` is now in maintenance mode, meaning we will accept PRs for v1.x (the `develop` branch) only for issues impacting existing functionality.*
* *All new development happens on the `v2_develop` branch. See the V2 discussion [here](https://github.com/gui-cs/Terminal.Gui/discussions/1940).*
* *The latest v2 API Docs* (generated from `v2_develop`) can be found [here](https://gui-cs.github.io/Terminal.GuiV2Docs/).

View File

@@ -17,7 +17,7 @@ All files required to build the **Terminal.Gui** library (and NuGet package).
- `Window` - Derived from `TopLevel`; implements toplevel views with a visible frame and Title.
- `Types/` - A folder (not namespace) containing implementations of `Point`, `Rect`, and `Size` which are ancient versions of the modern `System.Drawing.Point`, `System.Drawing.Size`, and `System.Drawning.Rectangle`.
- `ConsoleDrivers/` - Source files for the three `ConsoleDriver`-based drivers: .NET: `NetDriver`, Unix & Mac: `UnixDriver`, and Windows: `WindowsDriver`.
- `Views/` - A folder (not namespace) containing the source for all built-in classes that drive from `View` (non-modals).
- `Views/` - A folder (not namespace) containing the source for all built-in classes that derive from `View` (non-modals).
- `Windows/` - A folder (not namespace) containing the source of all built-in classes that derive from `Window`.
## Version numbers

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB