Download Mono 1.1.5

Spread the love

Version 1.1.5 of Mono has been available on the Mono Project website for a few days now. Mono is an open-source implementation of the .NET Framework. Using Mono, developers can write cross-platform applications that will run not only on Windows systems, but also on Mac OS X, Linux, and Unix. The software includes a C# compiler, a .NET compatible runtime, and two different sets of APIs: a set that provides compatibility with Microsoft’s .NET Framework (including support for ASP.NET, ADO.NET, and a number of other components) and a set that offers a variety of Linux and Unix-specific features. the complete release notes are too long to put here, so we will suffice with a quote from it:

Mono 1.1.5 is the fifth release on the development series of Mono. The Mono 1.1.x series will eventually lead to the next stable milestone: Mono 1.2.

We consider Mono 1.1.5 stable enough to recommend it for all users. Those upgrading from the 1.0.x series should note that these notes only contain the differences between 1.1.4 and 1.1.5. All of the changes since 1.0 are documented in the following release notes: 1.1.1, 1.1.2, 1.1.3 and 1.1.4. Note that some of the changes mentioned in these notes are also present in the 1.0.x series.

293 bugs were fixed from the 1.1.4 release to the 1.1.5 release. Major highlights include Nullable Types and Fixed Size Buffer features in the compiler; Much more improved Windows.Forms implementations; Increased performance, reduced memory usage.

Version number 1.1.5
Operating systems Linux, macOS
Website Mono Project
Download
License type Conditions (GNU/BSD/etc.)
You might also like