Skip to content

Commit

Permalink
Bump version to 2.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decriptor committed Jul 30, 2022
1 parent b5ae84f commit a14709d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<ReleaseVersion>2.3.0.0</ReleaseVersion>
<ReleaseVersion>2.4.0.0</ReleaseVersion>
<RepositoryUrl>https://github.com/mono/taglib-sharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>

Expand Down
2 changes: 1 addition & 1 deletion src/TaglibSharp/TaglibSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageId>TagLibSharp</PackageId>
<Product>TagLib#</Product>
<Description>A library for for reading and writing metadata in media files, including video, audio, and photo formats.</Description>
<Copyright>Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2020 Other contributors</Copyright>
<Copyright>Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2022 Other contributors</Copyright>
<Authors>Brian Nickel, Gabriel Burt, Stephen Shaw, etc</Authors>
<PackageProjectUrl>https://github.com/mono/taglib-sharp</PackageProjectUrl>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion taglib-sharp.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib

Name: TagLib Sharp
Description: A .NET platform-independent library for reading and writing metadata in media files, including video, audio, and photo formats.
Version: 2.3.0.0
Version: 2.4.0.0
Libs: -r:${libdir}/mono/taglib-sharp/TagLibSharp.dll

0 comments on commit a14709d

Please sign in to comment.