Create new .NET 6.0 pages (#1199)

* Create new .NET 6.0 pages

* Add the gist for .NET 6.0 changes w/o the application bootstrap

* rename new to 6; redirect via index

* feedback

* Create new .NET 6.0 pages

* Add the gist for .NET 6.0 changes w/o the application bootstrap

* rename new to 6; redirect via index

* feedback

* rebase

* Add renamed file

* remove unrelated file change

* update TOC

* Remove dead toc entry

* New application default font section

* application bootstrap

* Rework sections and descriptions

* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md

Co-authored-by: Igor Velikorossov <[email protected]>

* more updates

* Fix warnings

* Fix final warning

* Apply suggestions from code review

* Update net60.md

* Update dotnet-desktop-guide/net/winforms/whats-new/net60.md

Co-authored-by: Devendar Reddy Adulla <[email protected]>

Co-authored-by: Andy De George (adegeo) <[email protected]>
Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Devendar Reddy Adulla <[email protected]>
This commit is contained in:
Igor Velikorossov
2021-11-12 16:11:14 +00:00
committed by GitHub
co-authored by Devendar Reddy Adulla Andy De George Andy De George
parent b1e5e7c628
commit 142f1e9f98
8 changed files with 278 additions and 11 deletions
+5 -1
View File
@@ -2,7 +2,11 @@ items:
- name: Windows Forms for .NET
href: index.yml
- name: What's new
href: whats-new/index.md
items:
- name: What's new in .NET 6.0
href: whats-new/net60.md
- name: What's new in .NET 5.0
href: whats-new/net50.md
- name: Get started
items:
- name: Overview