Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-hacker committed Apr 16, 2021
1 parent 6a9138e commit f66ca71
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions osu-database-reader/osu-database-reader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<Version>2.1.1</Version>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<FileVersion>2.1.1.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>

<Title>osu! Database Reader</Title>
<Product>osu! Database Reader</Product>
<Authors>HoLLy</Authors>
<Description>A library to read almost all of osu!'s data files.</Description>
Expand All @@ -18,9 +19,17 @@
<PackageProjectUrl>https://github.com/holly-hacker/osu-database-reader/</PackageProjectUrl>
<RepositoryUrl>https://github.com/holly-hacker/osu-database-reader/</RepositoryUrl>
<PackageLicenseUrl>https://github.com/HoLLy-HaCKeR/osu-database-reader/blob/master/LICENSE</PackageLicenseUrl>
<License>MIT</License>

<PackageTags>osu! osu database replay beatmap</PackageTags>
<PackageReleaseNotes>- Update for 20191107</PackageReleaseNotes>
<PackageReleaseNotes>
- 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
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f66ca71

Please sign in to comment.