Skip to content

Commit a14709d

Browse files
committed
Bump version to 2.4.0.0
1 parent b5ae84f commit a14709d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<ReleaseVersion>2.3.0.0</ReleaseVersion>
4+
<ReleaseVersion>2.4.0.0</ReleaseVersion>
55
<RepositoryUrl>https://github.com/mono/taglib-sharp</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>
77

src/TaglibSharp/TaglibSharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageId>TagLibSharp</PackageId>
2020
<Product>TagLib#</Product>
2121
<Description>A library for for reading and writing metadata in media files, including video, audio, and photo formats.</Description>
22-
<Copyright>Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2020 Other contributors</Copyright>
22+
<Copyright>Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2022 Other contributors</Copyright>
2323
<Authors>Brian Nickel, Gabriel Burt, Stephen Shaw, etc</Authors>
2424
<PackageProjectUrl>https://github.com/mono/taglib-sharp</PackageProjectUrl>
2525
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>

taglib-sharp.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib
44

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

0 commit comments

Comments
 (0)