diff --git a/docs/whats-new/2019-10.md b/docs/whats-new/2019-10.md deleted file mode 100644 index 2058d475761bf..0000000000000 --- a/docs/whats-new/2019-10.md +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: ".NET docs what's new (October 2019)" -description: "What's new in .NET docs in October 2019." -ms.date: 12/17/2019 ---- - -# .NET docs what's new (October 2019) - -Welcome to what's new in .NET docs for October 2019. This article lists some of the major changes to docs during this period. - -## Architecture guides - -- [Modules, handlers, and middleware](../architecture/blazor-for-web-forms-developers/middleware.md) - Add middleware chapter to Blazor ebook - -## .NET Core - -### New articles - -- [ASP.NET Core breaking changes](../core/compatibility/aspnetcore.md) - Add ASP.NET Core 3.0 breaking changes -- [Networking breaking changes](../core/compatibility/networking.md) - Added additional breaking changes -- [dotnet-counters](../core/diagnostics/dotnet-counters.md) - Diagnostic CLI tools -- [Dump collection and analysis utility (`dotnet-dump`)](../core/diagnostics/dotnet-dump.md) - Diagnostic CLI tools -- [dotnet-trace performance analysis utility](../core/diagnostics/dotnet-trace.md) - Diagnostic CLI tools - -### Updated articles - -- [Breaking changes for migration from Version 2.2 to 3.0](../core/compatibility/2.2-3.0.md) - Add ASP.NET Core 3.0 breaking changes - -## .NET Core desktop - -### Updated articles - -- [Migrating WPF apps to .NET Core](../desktop-wpf/migration/convert-project-from-net-framework.md) - Fix broken links + remove alias links + remove we - -## .NET - -### New articles - -- [Reference assemblies](../standard/assembly/reference-assemblies.md) - Add reference assemblies article -- [System.IO.Pipelines in .NET](../standard/io/pipelines.md) - Pipeline article - -### Updated articles - -- [Best practices for regular expressions in .NET](../standard/base-types/best-practices.md) - Hard-coded locales - -## .NET Framework - -### Updated articles - -- [Attribute (XElement dynamic property)](../framework/wpf/data/attribute-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Descendants (XElement dynamic property)](../framework/wpf/data/descendants-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Elements (XElement dynamic property)](../framework/wpf/data/elements-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Element (XElement dynamic property)](../framework/wpf/data/element-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [L2DBForm.xaml.cs source code](../framework/wpf/data/l2dbform-xaml-cs-source-code.md) - Move XML dynamic properties files from VS repo -- [L2DBForm.xaml source code](../framework/wpf/data/l2dbform-xaml-source-code.md) - Move XML dynamic properties files from VS repo -- [LINQ to XML data binding sample](../framework/wpf/data/linq-to-xml-data-binding-sample.md) - Move XML dynamic properties files from VS repo -- [LINQ to XML dynamic properties](../framework/wpf/data/linq-to-xml-dynamic-properties.md) - Move XML dynamic properties files from VS repo -- [Value (XAttribute dynamic property)](../framework/wpf/data/value-xattribute-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Value (XElement dynamic property)](../framework/wpf/data/value-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Overview of WPF data binding with LINQ to XML](../framework/wpf/data/wpf-data-binding-with-linq-to-xml-overview.md) - Move XML dynamic properties files from VS repo -- [Xml (XElement dynamic property)](../framework/wpf/data/xml-xelement-dynamic-property.md) - Move XML dynamic properties files from VS repo -- [Tools](../framework/wcf/diagnostics/exceptions-reference/tools.md) - Remove comma before "that" -- [How to use DataContractJsonSerializer](../framework/wcf/feature-details/how-to-serialize-and-deserialize-json-data.md) - fix: MD012/no-multiple-blanks -- [WPF XAML Browser Applications Overview](../framework/wpf/app-development/wpf-xaml-browser-applications-overview.md) - WPF terminology updates -- [Binding Sources Overview](../framework/wpf/data/binding-sources-overview.md) - Move XML dynamic properties files from VS repo -- [Markup Extensions for XAML Overview](../desktop-wpf/xaml-services/markup-extensions-overview.md) - Replace "default constructor" with "parameterless constructor" - -## C# language - -### New articles - -- [Built-in numeric conversions (C# reference)](../csharp/language-reference/builtin-types/numeric-conversions.md) - C# reference: consolidated the numeric conversions articles -- [! (null-forgiving) operator (C# reference)](../csharp/language-reference/operators/null-forgiving.md) - Added the null-forgiving operator to the reference -- [Tutorial: Mix functionality in when creating classes using interfaces with default interface methods](../csharp/tutorials/mixins-with-default-interface-methods.md) - Virtual methods in interfaces - -### Updated articles - -- [Methods (C# Programming Guide)](../csharp/programming-guide/classes-and-structs/methods.md) - Fix localization issue - -## F# language - -### Updated articles - -- [Async programming in F\#](../fsharp/tutorials/asynchronous-and-concurrent-programming/async.md) - F# Async programming rewrite - -## Visual Basic language - -### Updated articles - -- [Extending the Visual Basic Application Model](../visual-basic/developing-apps/customizing-extending-my/extending-the-visual-basic-application-model.md) - fix: MD009/no-trailing-spaces -- [Walkthrough: Manipulating Files by Using .NET Framework Methods (Visual Basic)](../visual-basic/developing-apps/programming/drives-directories-files/walkthrough-manipulating-files-by-using-net-framework-methods.md) - fix: MD009/no-trailing-spaces -- [Walkthrough: Changing Where My.Application.Log Writes Information (Visual Basic)](../visual-basic/developing-apps/programming/log-info/walkthrough-changing-where-my-application-log-writes-information.md) - fix: MD009/no-trailing-spaces -- [Walkthrough: Creating Custom Log Listeners (Visual Basic)](../visual-basic/developing-apps/programming/log-info/walkthrough-creating-custom-log-listeners.md) - fix: MD009/no-trailing-spaces -- [Walkthrough: Filtering My.Application.Log Output (Visual Basic)](../visual-basic/developing-apps/programming/log-info/walkthrough-filtering-my-application-log-output.md) - fix: MD009/no-trailing-spaces -- [Windows Forms Application Basics (Visual Basic)](../visual-basic/developing-apps/windows-forms/index.md) - fix: MD009/no-trailing-spaces -- [Type Conversion Functions (Visual Basic)](../visual-basic/language-reference/functions/type-conversion-functions.md) - fix: MD009/no-trailing-spaces -- [Async (Visual Basic)](../visual-basic/language-reference/modifiers/async.md) - fix: MD009/no-trailing-spaces -- [Await Operator (Visual Basic)](../visual-basic/language-reference/operators/await-operator.md) - fix: MD009/no-trailing-spaces -- [Join Clause (Visual Basic)](../visual-basic/language-reference/queries/join-clause.md) - fix: MD009/no-trailing-spaces -- [Const Statement (Visual Basic)](../visual-basic/language-reference/statements/const-statement.md) - fix: MD009/no-trailing-spaces -- [Imports Statement (XML Namespace)](../visual-basic/language-reference/statements/imports-statement-xml-namespace.md) - fix: MD009/no-trailing-spaces -- [Module Statement](../visual-basic/language-reference/statements/module-statement.md) - fix: MD009/no-trailing-spaces -- [Operator Statement](../visual-basic/language-reference/statements/operator-statement.md) - fix: MD009/no-trailing-spaces -- [Option Infer Statement](../visual-basic/language-reference/statements/option-infer-statement.md) - fix: MD009/no-trailing-spaces -- [Async Return Types (Visual Basic)](../visual-basic/programming-guide/concepts/async/async-return-types.md) - fix: MD009/no-trailing-spaces -- [How to: Extend the Async Walkthrough by Using Task.WhenAll (Visual Basic)](../visual-basic/programming-guide/concepts/async/how-to-extend-the-async-walkthrough-by-using-task-whenall.md) - fix: MD009/no-trailing-spaces -- [Accessing Attributes by Using Reflection (Visual Basic)](../visual-basic/programming-guide/concepts/attributes/accessing-attributes-by-using-reflection.md) - fix: MD009/no-trailing-spaces -- [AttributeUsage (Visual Basic)](../visual-basic/programming-guide/concepts/attributes/attributeusage.md) - fix: MD009/no-trailing-spaces -- [Common Attributes (Visual Basic)](../visual-basic/programming-guide/concepts/attributes/common-attributes.md) - fix: MD009/no-trailing-spaces -- [Covariance and Contravariance (Visual Basic)](../visual-basic/programming-guide/concepts/covariance-contravariance/index.md) - fix: MD009/no-trailing-spaces -- [Using Variance for Func and Action Generic Delegates (Visual Basic)](../visual-basic/programming-guide/concepts/covariance-contravariance/using-variance-for-func-and-action-generic-delegates.md) - fix: MD009/no-trailing-spaces -- [How to: Use Expression Trees to Build Dynamic Queries (Visual Basic)](../visual-basic/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - fix: MD009/no-trailing-spaces -- [Iterators (Visual Basic)](../visual-basic/programming-guide/concepts/iterators.md) - fix: MD009/no-trailing-spaces -- [How to: Compute Column Values in a CSV Text File (LINQ) (Visual Basic)](../visual-basic/programming-guide/concepts/linq/how-to-compute-column-values-in-a-csv-text-file-linq.md) - fix: MD009/no-trailing-spaces -- [How to: Join Content from Dissimilar Files (LINQ) (Visual Basic)](../visual-basic/programming-guide/concepts/linq/how-to-join-content-from-dissimilar-files-linq.md) - fix: MD009/no-trailing-spaces -- [How to: Use Annotations to Transform LINQ to XML Trees in an XSLT Style (Visual Basic)](../visual-basic/programming-guide/concepts/linq/how-to-use-annotation-trees-to-transform-linq-to-xml-trees-in-an-xslt-style.md) - markdown lint fixes -- [Inheritance Basics (Visual Basic)](../visual-basic/programming-guide/language-features/objects-and-classes/inheritance-basics.md) - fix: MD009/no-trailing-spaces -- [Troubleshooting procedures (Visual Basic)](../visual-basic/programming-guide/language-features/procedures/troubleshooting-procedures.md) - Consolidated Visual Basic code - -## ML.NET - -### New articles - -- [ML.NET resources](../machine-learning/resources/index.md) - Add resources index page -- [Tutorial: Automated visual inspection using transfer learning with the ML.NET Image Classification API](../machine-learning/tutorials/image-classification-api-transfer-learning.md) - Image Classification API Tutorial - -## .NET for Apache Spark - -### New articles - -- [What is Apache Spark?](../spark/what-is-spark.md) - Spark.NET: new overview docs - -### Updated articles - -- [Tutorial: Deploy a .NET for Apache Spark application to Databricks](../spark/tutorials/databricks-deployment.md) - Spark deployment to Databricks revision -- [Tutorial: Deploy a .NET for Apache Spark application to Azure HDInsight](../spark/tutorials/hdinsight-deployment.md) - Spark deployment to HDInsight revision - -## Community contributors - -The following people have contributed to .NET docs in October 2019. Thank you! You can learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). - -- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor -- [NextTurn](https://github.com/NextTurn) - Next Turn -- [pkulikov](https://github.com/pkulikov) - Petr Kulikov -- [andresnava](https://github.com/andresnava) - Andrés Nava -- [nschonni](https://github.com/nschonni) - Nick Schonning -- [nemrism](https://github.com/nemrism) - Aymeric A -- [MSDN-WhiteKnight](https://github.com/MSDN-WhiteKnight) - MSDN.WhiteKnight -- [ThePiranha](https://github.com/ThePiranha) - Sabah Shariq -- [davidlfox](https://github.com/davidlfox) - David -- [lucasnobredev](https://github.com/lucasnobredev) - Lucas Nobre -- [dsychin](https://github.com/dsychin) - Desmond Chin -- [embok345](https://github.com/embok345) - Em Poulter -- [hubalazs](https://github.com/hubalazs) -- [JJS](https://github.com/JJS) -- [reisenberger](https://github.com/reisenberger) - Dylan Reisenberger -- [alavifazel](https://github.com/alavifazel) - Iman Alavi Fazel -- [batkaevruslan](https://github.com/batkaevruslan) - Ruslan Batkaev -- [danieljsummers](https://github.com/danieljsummers) - Daniel J. Summers -- [f00f](https://github.com/f00f) -- [FarhadShariatzadeh](https://github.com/FarhadShariatzadeh) - Farhad Shariatzadeh -- [HankiDesign](https://github.com/HankiDesign) - Timo Salomäki -- [JBethay](https://github.com/JBethay) - Johnny (Luke) Bethay -- [jo-ninja](https://github.com/jo-ninja) - Joni -- [parloti](https://github.com/parloti) - Alex Parloti -- [patricka2](https://github.com/patricka2) -- [Potapy4](https://github.com/Potapy4) - Nikita Potapenko -- [RodgerLeblanc](https://github.com/RodgerLeblanc) - Roger Leblanc -- [stesee](https://github.com/stesee) - Stefan Seeland -- [WretchedDade](https://github.com/WretchedDade) - Dade Cook -- [adamseebeck](https://github.com/adamseebeck) - Adam Seebeck -- [adray](https://github.com/adray) -- [alansingfield](https://github.com/alansingfield) - Alan Singfield -- [alx168](https://github.com/alx168) - Alexander Guo -- [benmccallum](https://github.com/benmccallum) - Ben McCallum -- [bjorncoltof](https://github.com/bjorncoltof) - Björn Coltof -- [Bouke](https://github.com/Bouke) - Bouke Haarsma -- [BrownCasey](https://github.com/BrownCasey) - Casey Brown -- [castholm](https://github.com/castholm) - Carl Åstholm -- [chingucoding](https://github.com/chingucoding) - Marcel Wagner -- [ChrisMaddock](https://github.com/ChrisMaddock) - Chris Maddock -- [Crabzmatic](https://github.com/Crabzmatic) - Ivan Agarsky -- [czmirek](https://github.com/czmirek) - Miroslav Bartl -- [danAtAllworx](https://github.com/danAtAllworx) -- [dasMulli](https://github.com/dasMulli) - Martin Andreas Ullrich -- [digitalcoyote](https://github.com/digitalcoyote) - Curtis Carter -- [doterik](https://github.com/doterik) -- [eluchsinger](https://github.com/eluchsinger) - Esteban Luchsinger -- [ezzy1337](https://github.com/ezzy1337) - Derek D. -- [foxbot](https://github.com/foxbot) - Christopher F. -- [fpelliccioni](https://github.com/fpelliccioni) - Fernando Pelliccioni -- [Fydar](https://github.com/Fydar) - Anthony Marmont -- [gfoidl](https://github.com/gfoidl) - Günther Foidl -- [Gnbrkm41](https://github.com/Gnbrkm41) - Ganbarukamo41 -- [grovesNL](https://github.com/grovesNL) - Josh Groves -- [he-dev](https://github.com/he-dev) - ᎬᏁᎶᎥᏁᎬᎬᏒ -- [hughbe](https://github.com/hughbe) - Hugh Bellamy -- [JackTrapper](https://github.com/JackTrapper) -- [jgscherber](https://github.com/jgscherber) - Jacob Scherber -- [jiimaho](https://github.com/jiimaho) - Jim Aho -- [JosephAmalfitanoSSA](https://github.com/JosephAmalfitanoSSA) - Joseph Amalfitano -- [KexyBiscuit](https://github.com/KexyBiscuit) - Kexy Biscuit -- [kolletzki](https://github.com/kolletzki) - Lukas Kolletzki -- [ktbsjcooper](https://github.com/ktbsjcooper) - Josh Cooper -- [leonpw](https://github.com/leonpw) - Leon de Pruyssenaere de la Woestijne -- [lindexi](https://github.com/lindexi) - lindexi -- [LocalJoost](https://github.com/LocalJoost) - Joost van Schaik -- [lythix](https://github.com/lythix) - Stephen Price -- [MareenaKunjachan](https://github.com/MareenaKunjachan) - Mareena Kunjachan -- [markrendle](https://github.com/markrendle) - Mark Rendle -- [mattjanssen](https://github.com/mattjanssen) - Matt Janssen -- [MaxTranced](https://github.com/MaxTranced) - Maximilian -- [MetalDent](https://github.com/MetalDent) - Priya Pandya -- [Miggleness](https://github.com/Miggleness) - Miguel Cudaihl -- [m-ringler](https://github.com/m-ringler) -- [MrSarno](https://github.com/MrSarno) - John Sweeney -- [mssteele](https://github.com/mssteele) -- [noctwolf](https://github.com/noctwolf) -- [ognyandim](https://github.com/ognyandim) - Ognyan Dimitrov -- [poychang](https://github.com/poychang) - Poy Chang -- [qmfrederik](https://github.com/qmfrederik) - Frederik Carlier -- [rajch](https://github.com/rajch) - Raj Chaudhuri -- [Reisclef](https://github.com/Reisclef) - Richard -- [rena0157](https://github.com/rena0157) - Adam Renaud -- [ReQ6W7rFnaBxyfb](https://github.com/ReQ6W7rFnaBxyfb) - BR -- [RookTKO](https://github.com/RookTKO) - Olaf Minkowicz -- [rumaniel](https://github.com/rumaniel) - Ruman Kim -- [santhoshrajr](https://github.com/santhoshrajr) - Santhosh Raj Ravirala -- [Sergio0694](https://github.com/Sergio0694) - Sergio Pedri -- [smack0007](https://github.com/smack0007) - Zachary Snow -- [SonnyRR](https://github.com/SonnyRR) - Vasil Kotsev -- [stanciuadrian](https://github.com/stanciuadrian) - Adrian Stanciu -- [stevemonaco](https://github.com/stevemonaco) - Stephen Monaco -- [SumanjaliDamarla](https://github.com/SumanjaliDamarla) -- [thiagodebastos](https://github.com/thiagodebastos) - Thiago De Bastos -- [tmds](https://github.com/tmds) - Tom Deseyn -- [tonyedgecombe](https://github.com/tonyedgecombe) - Tony Edgecombe -- [tulikavijay](https://github.com/tulikavijay) - Tulika -- [vanillajonathan](https://github.com/vanillajonathan) - Jonathan -- [vorphol](https://github.com/vorphol) -- [Zainab-Kalief](https://github.com/Zainab-Kalief) - Wura Alese diff --git a/docs/whats-new/dotnet-2020-04.md b/docs/whats-new/dotnet-2020-04.md new file mode 100644 index 0000000000000..0e64bd6c76987 --- /dev/null +++ b/docs/whats-new/dotnet-2020-04.md @@ -0,0 +1,120 @@ +--- +title: ".NET docs: What's new for April 2020" +description: "What's new in .NET docs for April 2020." +ms.date: 04/27/2020 +--- + +# .NET docs: What's new for April 2020 + +Welcome to what's new in .NET docs for April 2020. This article lists some of the major changes to docs during this period. + +## Architecture guides + +### New articles + +- [gRPC](../architecture/cloud-native/grpc.md) - Cloud Native - Chapter 5 - Updates to gRPC + +### Updated articles + +- [App configuration](../architecture/blazor-for-web-forms-developers/config.md) - Blazor ebook config + +## .NET Core + +### New articles + +- [Trim self-contained deployments and executables](../core/deploying/trim-self-contained.md) - Create trimming doc + +## C# language + +### New articles + +- [Reserved attributes: Determine caller information](../csharp/language-reference/attributes/caller-information.md) - Reorganize and update language reference for attributes processed by the C# compiler, including nullable analysis +- [Reserved attributes: ConditionalAttribute, ObsoleteAttribute, AttributeUsageAttribute](../csharp/language-reference/attributes/general.md) - Reorganize and update language reference for attributes processed by the C# compiler, including nullable analysis +- [Reserved attributes: Assembly level attributes](../csharp/language-reference/attributes/global.md) - Reorganize and update language reference for attributes processed by the C# compiler, including nullable analysis +- [Reserved attributes contribute to the compiler's null state static analysis](../csharp/language-reference/attributes/nullable-analysis.md) - Reorganize and update language reference for attributes processed by the C# compiler, including nullable analysis +- [Nullable reference types (C# reference)](../csharp/language-reference/builtin-types/nullable-reference-types.md) - Update language reference for nullable token and related topics + +### Updated articles + +- [The history of C\#](../csharp/whats-new/csharp-version-history.md) - Add recent language version descriptions +- [Structure types (language reference)](../csharp/language-reference/builtin-types/struct.md) - Add ref struct, consolidate other struct discussions + +## .NET Core desktop + +### New articles + +- [Windows Presentation Foundation (WPF) for .NET Core documentation](../desktop-wpf/index.yml) - Add landing page for Desktop WPF + +## .NET Framework + +### New articles + +- [Mitigate new behaviors in .NET Framework 4.6 and later](../framework/migration-guide/mitigations.md) - Add mitigation and debugging API articles to TOC +- [Accessibility improvements in Windows Forms controls for .NET Core 3.0](../framework/winforms/windows-forms-accessibility-improvements.md) - Adding Accessibility doc for Core WinForms + +## ML.NET + +### New articles + +- [Install extra ML.NET dependencies](../machine-learning/how-to-guides/install-extra-dependencies.md) - Add instructions for installing additional libraries + +## .NET + +### New articles + +- [Background garbage collection](../standard/garbage-collection/background-gc.md) - Rework some GC content +- [Workstation and server garbage collection](../standard/garbage-collection/workstation-server-gc.md) - Rework some GC content +- [.NET documentation](../standard/index.yml) - New landing page for /standard TOC + +## Community contributors + +The following people have contributed to .NET docs in April 2020. Thank you! You can learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). + +- [pkulikov](https://github.com/pkulikov) - Petr Kulikov (16) +- [NextTurn](https://github.com/NextTurn) - Next Turn (10) +- [kentcb](https://github.com/kentcb) - Kent Boogaart (8) +- [sguitardude](https://github.com/sguitardude) (4) +- [cloudn9](https://github.com/cloudn9) - Tanya Georgieva (3) +- [MSDN-WhiteKnight](https://github.com/MSDN-WhiteKnight) - MSDN.WhiteKnight (3) +- [Asugakoisi](https://github.com/Asugakoisi) - Asugakoisi (2) +- [breyed](https://github.com/breyed) - Edward Brey (2) +- [furoTmark](https://github.com/furoTmark) - Furó Tamás-Márk (2) +- [robvet](https://github.com/robvet) - Rob Vettor (2) +- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor (2) +- [abelbraaksma](https://github.com/abelbraaksma) - Abel Braaksma (1) +- [AmonBune](https://github.com/AmonBune) - Amon Bune (1) +- [amrbadawy](https://github.com/amrbadawy) - Amr Badawy (1) +- [atifaziz](https://github.com/atifaziz) - Atif Aziz (1) +- [bdrans](https://github.com/bdrans) - Benjamin Dransfield (1) +- [bdrum](https://github.com/bdrum) - Boris Rumyantsev (1) +- [benbhall](https://github.com/benbhall) - benhall_io (1) +- [calvinhsia](https://github.com/calvinhsia) - Calvin Hsia (1) +- [Domanser](https://github.com/Domanser) - Dmitry Sergeyev (1) +- [ef4203](https://github.com/ef4203) - Elias F. (1) +- [eltociear](https://github.com/eltociear) - Ikko Ashimine (1) +- [ForNeVeR](https://github.com/ForNeVeR) - Friedrich von Never (1) +- [InRedikaWB](https://github.com/InRedikaWB) - Aλexey I.m2strng4dtwrld (1) +- [JaskaRoman](https://github.com/JaskaRoman) (1) +- [JeroenOortwijn](https://github.com/JeroenOortwijn) - Jeroen Oortwijn (1) +- [krivtom](https://github.com/krivtom) (1) +- [lilymaybenichou](https://github.com/lilymaybenichou) (1) +- [MaartenGDev](https://github.com/MaartenGDev) - MaartenGDev (1) +- [marcusturewicz](https://github.com/marcusturewicz) - Marcus Turewicz (1) +- [philipwolfe](https://github.com/philipwolfe) - Philip Wolfe (1) +- [Pikabanga](https://github.com/Pikabanga) (1) +- [pino](https://github.com/pino) - Levi Rocha (1) +- [rnshah9](https://github.com/rnshah9) - Raj Shah (1) +- [RobinHood70](https://github.com/RobinHood70) - Robert Morley (1) +- [robsen](https://github.com/robsen) (1) +- [Sa1Gur](https://github.com/Sa1Gur) - Guriy Samarin (1) +- [sharpist](https://github.com/sharpist) - Alexander Usov (1) +- [slozier](https://github.com/slozier) (1) +- [sthussey](https://github.com/sthussey) - Scott Hussey (1) +- [svick](https://github.com/svick) - Petr Onderka (1) +- [teo-tsirpanis](https://github.com/teo-tsirpanis) - Theodore Tsirpanis (1) +- [TheCorio](https://github.com/TheCorio) - Vadym (1) +- [TimMcGilly](https://github.com/TimMcGilly) - Tim McGilly (1) +- [tkhadimullin](https://github.com/tkhadimullin) - Timur Khadimullin (1) +- [uecasm](https://github.com/uecasm) - Gavin Lambert (1) +- [uncheckederror](https://github.com/uncheckederror) - Thomas Ryan (1) +- [wazzamatazz](https://github.com/wazzamatazz) - Graham Watts (1) diff --git a/docs/whats-new/index.yml b/docs/whats-new/index.yml index 82ea9a34e0f3a..901f3a6e7006b 100644 --- a/docs/whats-new/index.yml +++ b/docs/whats-new/index.yml @@ -14,6 +14,8 @@ landingContent: linkLists: - linkListType: whats-new links: + - text: April 2020 + url: dotnet-2020-04.md - text: March 2020 url: dotnet-2020-03.md - text: February 2020 @@ -24,8 +26,6 @@ landingContent: url: 2019-12.md - text: November 2019 url: 2019-11.md - - text: October 2019 - url: 2019-10.md - title: "Get involved - contribute" linkLists: diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index c58ba45307b70..160fabf70450d 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -4,6 +4,8 @@ items: - name: 2020 items: + - name: April + href: dotnet-2020-04.md - name: March href: dotnet-2020-03.md - name: February @@ -16,5 +18,3 @@ href: 2019-12.md - name: November href: 2019-11.md - - name: October - href: 2019-10.md