mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
merged v1_release
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish Terminal.Gui
|
||||
name: Publish Terminal.Gui v1
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||

|
||||
|
||||
***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/).
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
docfx/images/F7HistoryIcon.png
Normal file
BIN
docfx/images/F7HistoryIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 222 KiB |
Reference in New Issue
Block a user