Skip to content

2019.1121.0

Compare
Choose a tag to compare
@peppy peppy released this 21 Nov 01:20
e779909

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).