From a14709d77c4f42799c37053d4a30f35243424df0 Mon Sep 17 00:00:00 2001 From: Stephen Shaw Date: Fri, 29 Jul 2022 18:25:30 -0600 Subject: [PATCH] Bump version to 2.4.0.0 --- Directory.Build.props | 2 +- src/TaglibSharp/TaglibSharp.csproj | 2 +- taglib-sharp.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index dec1261b2..6d4915c6a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.0.0 + 2.4.0.0 https://github.com/mono/taglib-sharp git diff --git a/src/TaglibSharp/TaglibSharp.csproj b/src/TaglibSharp/TaglibSharp.csproj index 23bdd8e3f..a7c94efc3 100644 --- a/src/TaglibSharp/TaglibSharp.csproj +++ b/src/TaglibSharp/TaglibSharp.csproj @@ -19,7 +19,7 @@ TagLibSharp TagLib# A library for for reading and writing metadata in media files, including video, audio, and photo formats. - Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2020 Other contributors + Copyright (c) 2006-2007 Brian Nickel. Copyright (c) 2009-2022 Other contributors Brian Nickel, Gabriel Burt, Stephen Shaw, etc https://github.com/mono/taglib-sharp LGPL-2.1-only diff --git a/taglib-sharp.pc.in b/taglib-sharp.pc.in index 9375347c5..8dbaa1cab 100644 --- a/taglib-sharp.pc.in +++ b/taglib-sharp.pc.in @@ -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