diff --git a/_data/vsrelease.yml b/_data/vsrelease.yml deleted file mode 100644 index 64a65fc2f..000000000 --- a/_data/vsrelease.yml +++ /dev/null @@ -1,5 +0,0 @@ -version: 6.12.0 Stable (6.12.0.199) -mono_mac_url: https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.199.macos10.xamarin.universal.pkg -mono_windows_url: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-gtksharp-2.12.45-win32-0.msi -mono_windows64_url: https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.199-x64-0.msi -gtksharp_windows_url: https://github.com/mono/gtk-sharp/releases/download/2.12.45/gtk-sharp-2.12.45.msi diff --git a/_includes/download.html b/_includes/download.html index 3f83075b9..2306e958c 100644 --- a/_includes/download.html +++ b/_includes/download.html @@ -23,22 +23,10 @@

Download

{% else %} Stable {% endif %} - - - {% if include.releasename == "VS" %} - Visual Studio - {% else %} - Visual Studio - {% endif %}

- {% if include.releasename == "VS" %} -
The Visual Studio release channel contains packages which are shipped as part of a Visual Studio for Mac release. They are the most tested but also the least frequently updated packages.
- {% endif %} - - {% if include.releasename == "VS" %} -

The latest Mono release in Visual Studio for Mac is: {{ include.releasedata.version }}

- {% elsif include.releasename != "Nightly" %} + {% if include.releasename != "Nightly" %}

The latest {{ include.releasename }} Mono release is: {{ include.releasedata.version }}

{% endif %} @@ -61,13 +49,10 @@

Mono for macOS is available as a Mac Package (.pkg)

Please refer to the installation guide for more information about how to install and configure your Mono environment.

{% if include.releasename == "Stable" %} - Download Mono {{ site.data.vsrelease.version | split: ' ' | first }} (Visual Studio channel*) - Download Mono {{ site.data.stablerelease.version | split: ' ' | first }} (Stable channel) + Download Mono {{ site.data.stablerelease.version | split: ' ' | first }} {% else %} {% if include.releasename == "Nightly" %} {% assign mono_mac_url = 'https://download.mono-project.com/archive/nightly/macos-10-universal/' %} - {% elsif include.releasename == "VS" %} - {% assign mono_mac_url = site.data.vsrelease.mono_mac_url %} {% else %} {% assign mono_mac_url = include.releasedata.mono_mac_url %} {% endif %} diff --git a/download/stable.html b/download/stable.html index 1f2fab88e..307aacacc 100644 --- a/download/stable.html +++ b/download/stable.html @@ -7,6 +7,7 @@ - /Downloads/ - /download/ - /Download/ ---- + - /download/vs/ + --- {% include download.html releasename="Stable" releasedata=site.data.stablerelease %} diff --git a/download/vs.html b/download/vs.html deleted file mode 100644 index 2db5e6275..000000000 --- a/download/vs.html +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: base -title: Download - Visual Studio -navgroup: download ---- - -{% include download.html releasename="VS" releasedata=site.data.vsrelease %}