Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 30, 2019
1 parent 6642a6d commit 2977d0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v2.2 (30-Nov-2019)

- Migrated to .NET Core 3.0. You will need to install .NET Core runtime in order to run this application starting from this version. You can download it [here](https://dotnet.microsoft.com/download/dotnet-core/3.0/runtime).
- Fixed an issue where map traits were incorrectly calculated with doubletime and halftime mods.

### v2.1.1 (17-Jul-2019)

- Updated the URL that opens when you click "Generate API key" in the settings dialog.
Expand Down
2 changes: 1 addition & 1 deletion OsuHelper/OsuHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>osu!helper</AssemblyName>
<Version>2.1.1</Version>
<Version>2.2</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</Copyright>
<Nullable>enable</Nullable>
Expand Down
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ osu!helper is an application that recommends beatmaps in osu! based on your curr
- **[Latest release](https://github.com/Tyrrrz/OsuHelper/releases/latest)**
- [CI build](https://github.com/Tyrrrz/OsuHelper/actions)

Note: This application requires .NET Core 3 runtime for desktop apps, which you can [download here](https://dotnet.microsoft.com/download/dotnet-core/3.0/runtime).

## Features

- Get recommendations in large batches
Expand Down

0 comments on commit 2977d0d

Please sign in to comment.