From cbd57bc1d3f43febdb6d71907423a887c8076901 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Apr 09 2020 17:16:31 +0000 Subject: Add .NET Core to the release notes We already had a doc for mono, which is another .NET implementation. So lets moves all the .NET docs into one page, with mono and .NET Core appearing in alphabetical order in that page. --- diff --git a/modules/release-notes/nav.adoc b/modules/release-notes/nav.adoc index 60bb186..2040688 100644 --- a/modules/release-notes/nav.adoc +++ b/modules/release-notes/nav.adoc @@ -30,6 +30,7 @@ include::{partialsdir}/entities.adoc[] *** xref:developers/Development_Erlang.adoc[Erlang] *** xref:developers/Development_Go.adoc[Go] *** xref:developers/Development_Haskell.adoc[Haskell] +*** xref:developers/Development_Dotnet.adoc[.NET] *** xref:developers/Development_Python.adoc[Python] *** xref:developers/Development_Ruby.adoc[Ruby] *** xref:developers/Development_Rust.adoc[Rust] diff --git a/modules/release-notes/pages/developers/Development_Dotnet.adoc b/modules/release-notes/pages/developers/Development_Dotnet.adoc new file mode 100644 index 0000000..c6bd50c --- /dev/null +++ b/modules/release-notes/pages/developers/Development_Dotnet.adoc @@ -0,0 +1,28 @@ + +include::{partialsdir}/entities.adoc[] + +[[sect-dotnet]] += .NET + +== Mono has been updated to 6.6 + +The Mono development platform has been updated from version 5.20 to 6.6. + +For more information about Mono 6.6, see the link:https://www.mono-project.com/docs/about-mono/releases/6.6.0/[upstream release notes]. + +== .NET Core 3.1 + +{empty}.NET Core is now available in Fedora. + +The current version of .NET Core is 3.1, which is the latest Long Term Support (LTS) release. See the https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/[upstream annoucement] for all the new features and user visible changes in this release of .NET Core. + +=== New packages + +* .NET Core Runtimes: +** `dotnet-runtime-3.1` provides the .NET Core Runtime +** `aspnetcore-runtime-3.1` provides the ASP.NET Core Runtime +* .NET Core SDK: +** `dotnet-sdk-3.1` provides the .NET Core SDK + +<> + diff --git a/modules/release-notes/pages/developers/Development_Tools.adoc b/modules/release-notes/pages/developers/Development_Tools.adoc index 4fad4bb..96a73e6 100644 --- a/modules/release-notes/pages/developers/Development_Tools.adoc +++ b/modules/release-notes/pages/developers/Development_Tools.adoc @@ -11,10 +11,3 @@ A new lab called Comp-NeuroFedora has been added to the suite. This change provi For more information about Comp-NeuroFedora, see the link:https://neuro.fedoraproject.org[upstream documentation]. For a list of Fedora labs, see the link:https://labs.fedoraproject.org/[Functional bundles for Fedora] page. - - -== Mono has been updated to 6.6 - -The Mono development platform has been updated from version 5.20 to 6.6. - -For more information about Mono 6.6, see the link:https://www.mono-project.com/docs/about-mono/releases/6.6.0/[upstream release notes].