github ppy/osu-framework 2019.1121.0

latest releases: 2024.513.0, 2024.509.0, 2024.423.0...
4 years ago

Thanks for following along! This is a tagged release (2019.1121.0). For more information check out the osu! changelog page and dev blog.

Breaking Changes

.NET Standard 2.1

osu!framework now targets .NET Standard 2.1. Consumers of the framework will need to install the .NET Core 3.0 SDK and change their projects to target netstandard2.1/netcoreapp3.0.

WebRequest.ResponseString and WebRequest.ResponseData properties were converted to methods

GetResponseString and GetResponseData methods are provided as a replacement. This change was done in order to indicate that these operations are expensive(they do memory allocations in the heap on each call).

Don't miss a new osu-framework release

NewReleases is sending notifications on new releases.