From f66ca71e61b7fb5ea9537bfb839152451a75c740 Mon Sep 17 00:00:00 2001 From: HoLLy Date: Fri, 16 Apr 2021 21:21:02 +0200 Subject: [PATCH] Bump version --- osu-database-reader/osu-database-reader.csproj | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/osu-database-reader/osu-database-reader.csproj b/osu-database-reader/osu-database-reader.csproj index ceb2ced..8e89db5 100644 --- a/osu-database-reader/osu-database-reader.csproj +++ b/osu-database-reader/osu-database-reader.csproj @@ -4,10 +4,11 @@ netstandard2.0 true - 2.1.1 - 2.1.1.0 - 2.1.1.0 + 3.0.0 + 3.0.0.0 + 3.0.0.0 + osu! Database Reader osu! Database Reader HoLLy A library to read almost all of osu!'s data files. @@ -18,9 +19,17 @@ https://github.com/holly-hacker/osu-database-reader/ https://github.com/holly-hacker/osu-database-reader/ https://github.com/HoLLy-HaCKeR/osu-database-reader/blob/master/LICENSE + MIT osu! osu database replay beatmap - - Update for 20191107 + + - Implement support for writing files back out + - Improve handling for older osu! versions + - Allow reading and writing from Streams + - Expose all settings of beatmap files through get-only properties + - Drop .NET 4.0 support, keeping only .NET Standard 2.0 + - Improve testing +