Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mono/mono announcement #642

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _includes/download.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

<div class="panel alert">
<p>The <a href="https://github.com/mono/mono">Mono Project (mono/mono)</a> (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.</p>
<p>The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.</p>
<p>We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at <a href="https://gitlab.winehq.org/wine-mono/mono">wine-mono / Mono · GitLab (winehq.org)</a>. Source code in existing <a href="https://github.com/mono/mono">mono/mono</a> and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.</p>
<p>Microsoft maintains a modern fork of <a href="https://github.com/dotnet/runtime/tree/main/src/mono">Mono runtime in the dotnet/runtime repo</a> and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to <a href="https://github.com/dotnet/core">.NET</a> which includes work from this fork.</p>
<p>We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.</p>
<p>Thank you to all the Mono developers!</p>
</div>

<div class="row">
<div class="small-12 columns">
<h1>Download</h1>
Expand Down
10 changes: 10 additions & 0 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
- /Support/
- /Contact/
---

<div class="panel alert">
<p>The <a href="https://github.com/mono/mono">Mono Project (mono/mono)</a> (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.</p>
<p>The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.</p>
<p>We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at <a href="https://gitlab.winehq.org/wine-mono/mono">wine-mono / Mono · GitLab (winehq.org)</a>. Source code in existing <a href="https://github.com/mono/mono">mono/mono</a> and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.</p>
<p>Microsoft maintains a modern fork of <a href="https://github.com/dotnet/runtime/tree/main/src/mono">Mono runtime in the dotnet/runtime repo</a> and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to <a href="https://github.com/dotnet/core">.NET</a> which includes work from this fork.</p>
<p>We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.</p>
<p>Thank you to all the Mono developers!</p>
</div>

<div class="row">
<div class="small-12 columns">
<h2>Contribute to the Project</h2>
Expand Down
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ redirect_from:
- /Docs/
---

{% capture docNote %}
The [Mono Project (mono/mono)]( https://github.com/mono/mono) (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.

The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.

We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at [wine-mono / Mono · GitLab (winehq.org)](https://gitlab.winehq.org/wine-mono/mono). Source code in existing [mono/mono](https://github.com/mono/mono) and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.

Microsoft maintains a modern fork of [Mono runtime in the dotnet/runtime repo](https://github.com/dotnet/runtime/tree/main/src/mono) and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to [.NET](https://github.com/dotnet/core) which includes work from this fork.

We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.

Thank you to all the Mono developers!
{% endcapture %}

These docs cover Mono specific topics, like setting up and configuring Mono or information about Mono internals such as the runtime, garbage collector or various Mono-specific tools.

For general information about the .NET framework and the class libraries you can refer to Microsoft's [MSDN pages](http://msdn.microsoft.com/en-us/library/ff361664.aspx).
Expand Down
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ <h1>Cross platform, open source .NET framework</h1>
</div>
</div>

<div class="panel alert">
<p>The <a href="https://github.com/mono/mono">Mono Project (mono/mono)</a> (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.</p>
<p>The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.</p>
<p>We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at <a href="https://gitlab.winehq.org/wine-mono/mono">wine-mono / Mono · GitLab (winehq.org)</a>. Source code in existing <a href="https://github.com/mono/mono">mono/mono</a> and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.</p>
<p>Microsoft maintains a modern fork of <a href="https://github.com/dotnet/runtime/tree/main/src/mono">Mono runtime in the dotnet/runtime repo</a> and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to <a href="https://github.com/dotnet/core">.NET</a> which includes work from this fork.</p>
<p>We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.</p>
<p>Thank you to all the Mono developers!</p>
</div>

<div class="row">
<div class="small-12 column">
<p>
Expand Down
10 changes: 10 additions & 0 deletions news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
title: News
navgroup: news
---

<div class="panel alert">
<p>The <a href="https://github.com/mono/mono">Mono Project (mono/mono)</a> (‘original mono’) has been an important part of the .NET ecosystem since it was launched in 2001. Microsoft became the steward of the Mono Project when it acquired Xamarin in 2016.</p>
<p>The last major release of the Mono Project was in July 2019, with minor patch releases since that time. The last patch release was February 2024.</p>
<p>We are happy to announce that the WineHQ organization will be taking over as the stewards of the Mono Project upstream at <a href="https://gitlab.winehq.org/wine-mono/mono">wine-mono / Mono · GitLab (winehq.org)</a>. Source code in existing <a href="https://github.com/mono/mono">mono/mono</a> and other repos will remain available, although repos may be archived. Binaries will remain available for up to four years.</p>
<p>Microsoft maintains a modern fork of <a href="https://github.com/dotnet/runtime/tree/main/src/mono">Mono runtime in the dotnet/runtime repo</a> and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to <a href="https://github.com/dotnet/core">.NET</a> which includes work from this fork.</p>
<p>We want to recognize that the Mono Project was the first .NET implementation on Android, iOS, Linux, and other operating systems. The Mono Project was a trailblazer for the .NET platform across many operating systems. It helped make cross-platform .NET a reality and enabled .NET in many new places and we appreciate the work of those who came before us.</p>
<p>Thank you to all the Mono developers!</p>
</div>

<div class="row">
<div class="small-12 columns">
{% assign index = true %}
Expand Down
Loading