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

Commit 0016252

Browse files
committed
Update version
1 parent 6e29099 commit 0016252

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.4 (18-Feb-2022)
2+
3+
- Migrated to .NET 6.
4+
- Added bootstrapper that installs application dependencies automatically.
5+
6+
Note: This is _definitely_ the final release of osu!helper.
7+
18
### v2.3 (19-Dec-2020)
29

310
- Migrated to .NET Core 3.1.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0-windows</TargetFramework>
5-
<Version>2.3</Version>
5+
<Version>2.4</Version>
66
<Company>Tyrrrz</Company>
77
<Copyright>Copyright (C) Oleksii Holub</Copyright>
88
<LangVersion>preview</LangVersion>

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OsuHelper
2-
Copyright (C) 2016-2020 Oleksii Holub
2+
Copyright (C) 2016-2022 Oleksii Holub
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)