Skip to content

Commit 33816af

Browse files
committed
merged v1_release
2 parents a80e24a + 48b940a commit 33816af

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Terminal.Gui
1+
name: Publish Terminal.Gui v1
22

33
on:
44
push:

GitVersion.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ branches:
3131
main:
3232
# Matches the v1_release branch
3333
regex: ^v1_release$
34-
# Uses 'prealpha' as pre-release label before official release
35-
label: 1.0.0-prealpha.1
3634
# Increments patch version (x.y.z+1) on commits
3735
increment: Patch
3836
# Specifies v1_develop as the source branch

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
![Bugs](https://img.shields.io/github/issues/gui-cs/gui.cs/bug)
88

99
***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:***
10+
1011
* *`v1` is now in maintenance mode, meaning we will accept PRs for v1.x (the `develop` branch) only for issues impacting existing functionality.*
1112
* *All new development happens on the `v2_develop` branch. See the V2 discussion [here](https://github.com/gui-cs/Terminal.Gui/discussions/1940).*
1213
* *The latest v2 API Docs* (generated from `v2_develop`) can be found [here](https://gui-cs.github.io/Terminal.GuiV2Docs/).

Terminal.Gui/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All files required to build the **Terminal.Gui** library (and NuGet package).
1717
- `Window` - Derived from `TopLevel`; implements toplevel views with a visible frame and Title.
1818
- `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`.
1919
- `ConsoleDrivers/` - Source files for the three `ConsoleDriver`-based drivers: .NET: `NetDriver`, Unix & Mac: `UnixDriver`, and Windows: `WindowsDriver`.
20-
- `Views/` - A folder (not namespace) containing the source for all built-in classes that drive from `View` (non-modals).
20+
- `Views/` - A folder (not namespace) containing the source for all built-in classes that derive from `View` (non-modals).
2121
- `Windows/` - A folder (not namespace) containing the source of all built-in classes that derive from `Window`.
2222

2323
## Version numbers

docfx/images/F7HistoryIcon.png

222 KB
Loading

0 commit comments

Comments
 (0)