Skip to content

Commit

Permalink
Bump version to 2.2.5
Browse files Browse the repository at this point in the history
- Substitute occurrences of "2.2.4" with "2.2.5" using:
  git grep -I -l -e '2\.2\.4' | xargs \
  sed -b -i -e 's/2\.2\.4/2\.2\.5/g'
- Update Version in settings file from 224 to 225
  sed -b -i -e 's/Version\", 224/Version\", 225/' \
  CUETools.Processor/CUEConfig.cs
- Update test file `flake.flac`
  sed -b -i -e 's/2\.2\.4/2\.2\.5/g' \
  CUETools/CUETools.TestCodecs/Data/flake.flac
  • Loading branch information
c72578 committed Dec 23, 2023
1 parent 40d50c2 commit 1d855b1
Show file tree
Hide file tree
Showing 66 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion CUEControls/CUEControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUEControls</AssemblyName>
<RootNamespace>CUEControls</RootNamespace>
<Product>CUETools</Product>
Expand Down
4 changes: 2 additions & 2 deletions CUEPlayer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
2 changes: 1 addition & 1 deletion CUEPlayer/frmCUEPlayer.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions CUERipper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
2 changes: 1 addition & 1 deletion CUERipper/frmCUERipper.de-DE.resx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<value>&amp;Optionen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>CUERipper 2.2.4</value>
<value>CUERipper 2.2.5</value>
</data>
<data name="bnComboBoxDrives.Text" xml:space="preserve">
<value>Laufwerke</value>
Expand Down
2 changes: 1 addition & 1 deletion CUERipper/frmCUERipper.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ If required, the C2 error mode can be set here.</value>
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>CUERipper 2.2.4</value>
<value>CUERipper 2.2.5</value>
</data>
<data name="&gt;&gt;toolStripStatusLabel1.Name" xml:space="preserve">
<value>toolStripStatusLabel1</value>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.ALACEnc/CUETools.ALACEnc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)' == 'netcoreapp2.0'">2.0.9</RuntimeFrameworkVersion>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.ALACEnc</AssemblyName>
<RootNamespace>CUETools.ALACEnc</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.ARCUE/CUETools.ARCUE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)' == 'netcoreapp2.0'">2.0.9</RuntimeFrameworkVersion>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.ARCUE</AssemblyName>
<RootNamespace>CUETools.ARCUE</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.AccurateRip/CUETools.AccurateRip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.AccurateRip</AssemblyName>
<RootNamespace>CUETools.AccurateRip</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CDImage/CUETools.CDImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.CDImage</AssemblyName>
<RootNamespace>CUETools.CDImage</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CLParity/CLParity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public unsafe void do_output_frames(int strideCount)

public string Path { get { return null; } }

public static readonly string vendor_string = "CLParity#2.2.4";
public static readonly string vendor_string = "CLParity#2.2.5";
}

internal class CLParityTask
Expand Down
4 changes: 2 additions & 2 deletions CUETools.CLParity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
2 changes: 1 addition & 1 deletion CUETools.CTDB.Converter/CUETools.CTDB.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)' == 'netcoreapp2.0'">2.0.9</RuntimeFrameworkVersion>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.CTDB.Converter</AssemblyName>
<RootNamespace>CUETools.CTDB.Converter</RootNamespace>
<Product>CUETools</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.CDImage, Version=2.2.4.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CUETools.CDImage, Version=2.2.5.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_23A6BB18C5C16459B31F4387E1637805"
Expand Down Expand Up @@ -310,7 +310,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.AccurateRip, Version=2.2.4.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CUETools.AccurateRip, Version=2.2.5.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_7A5E0041DC75098C30D459114A6DEE81"
Expand Down Expand Up @@ -392,7 +392,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.Codecs, Version=2.2.4.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CUETools.Codecs, Version=2.2.5.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_EA17591A9F261678B36DFC7E72DFC398"
Expand Down Expand Up @@ -515,7 +515,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:2.2.4"
"ProductVersion" = "8:2.2.5"
"Manufacturer" = "8:Grigory Chudov"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.cuetools.net"
Expand Down
4 changes: 2 additions & 2 deletions CUETools.CTDB.EACPlugin/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public bool GetCDInformation(CCDMetadata data, bool cdinfo, bool cover, bool lyr
TOC[1][0].Start = 0U;

var ctdb = new CUEToolsDB(TOC, null);
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.2.4", cdinfo, cover);
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.2.5", cdinfo, cover);
form.ShowDialog();
var meta = form.Meta;
if (meta == null)
Expand Down Expand Up @@ -186,7 +186,7 @@ public Array GetPluginLogo()

public string GetPluginName()
{
return "CUETools DB Metadata Plugin V2.2.4";
return "CUETools DB Metadata Plugin V2.2.5";
}

public void ShowOptions()
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB.EACPlugin/Options.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions CUETools.CTDB.EACPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public string GetAudioTransferPluginGuid()
// the plugin and for display in the log file
public string GetAudioTransferPluginName()
{
return "CUETools DB Plugin V2.2.4";
return "CUETools DB Plugin V2.2.5";
}

// Each plugin should have its own options page.
Expand Down Expand Up @@ -278,7 +278,7 @@ public string EndOfSession()
#endif
var form = new FormSubmitParity(
ctdb,
"EAC" + m_data.HostVersion + " CTDB 2.2.4",
"EAC" + m_data.HostVersion + " CTDB 2.2.5",
m_drivename,
conf,
(arTest.Position != 0 && arTest.CRC32(0) == ar.CRC32(0)) ? 100 :
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB.Types/CUETools.CTDB.Types.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.CTDB.Types</AssemblyName>
<RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.CTDB/CUETools.CTDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.CTDB</AssemblyName>
<RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product>
Expand Down
4 changes: 2 additions & 2 deletions CUETools.ChaptersToCue/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static void Main(string[] args)
{
TextWriter stdout = Console.Out;
Console.SetOut(Console.Error);
Console.WriteLine("CUETools.ChaptersToCue v2.2.4 Copyright (C) 2017-2023 Grigory Chudov");
Console.WriteLine("CUETools.ChaptersToCue v2.2.5 Copyright (C) 2017-2023 Grigory Chudov");
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to");
Console.WriteLine("the extent permitted by law. <http://www.gnu.org/licenses/> for details.");

Expand Down Expand Up @@ -166,7 +166,7 @@ static void Main(string[] args)
if (queryMeta)
{
var ctdb = new CUEToolsDB(toc, null);
ctdb.ContactDB(null, "CUETools.ChaptersToCue 2.2.4", "", false, true, CTDBMetadataSearch.Extensive);
ctdb.ContactDB(null, "CUETools.ChaptersToCue 2.2.5", "", false, true, CTDBMetadataSearch.Extensive);
foreach (var imeta in ctdb.Metadata)
{
meta = imeta;
Expand Down
4 changes: 2 additions & 2 deletions CUETools.ChaptersToCue/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
2 changes: 1 addition & 1 deletion CUETools.Codecs.ALAC/CUETools.Codecs.ALAC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.ALAC</AssemblyName>
<RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.CoreAudio/CUETools.Codecs.CoreAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.CoreAudio</AssemblyName>
<RootNamespace>CUETools.Codecs.CoreAudio</RootNamespace>
<Product>CUETools</Product>
Expand Down
4 changes: 2 additions & 2 deletions CUETools.Codecs.FLACCL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
4 changes: 2 additions & 2 deletions CUETools.Codecs.FlaCuda/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.4.0")]
[assembly: AssemblyFileVersion("2.2.4.0")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
2 changes: 1 addition & 1 deletion CUETools.Codecs.Flake/CUETools.Codecs.Flake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.Flake</AssemblyName>
<RootNamespace>CUETools.Codecs.Flake</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.HDCD/CUETools.Codecs.HDCD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.HDCD</AssemblyName>
<RootNamespace>CUETools.Codecs.HDCD</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.Icecast/CUETools.Codecs.Icecast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.Icecast</AssemblyName>
<RootNamespace>CUETools.Codecs.Icecast</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.LossyWAV/CUETools.Codecs.LossyWAV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.LossyWAV</AssemblyName>
<RootNamespace>CUETools.Codecs.LossyWAV</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.MACLib/CUETools.Codecs.MACLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.MACLib</AssemblyName>
<RootNamespace>CUETools.Codecs.MACLib</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.MPEG/CUETools.Codecs.MPEG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.MPEG</AssemblyName>
<RootNamespace>CUETools.Codecs.MPEG</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.TTA/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly:AssemblyVersionAttribute("2.2.4.0")];
[assembly:AssemblyVersionAttribute("2.2.5.0")];

[assembly:ComVisible(false)];

Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.WMA/CUETools.Codecs.WMA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.WMA</AssemblyName>
<RootNamespace>CUETools.Codecs.WMA</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.ffmpeg/CUETools.Codecs.ffmpeg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.ffmpegdll</AssemblyName>
<RootNamespace>CUETools.Codecs.ffmpegdll</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.lame_enc/CUETools.Codecs.LAME.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.lame_enc</AssemblyName>
<RootNamespace>CUETools.Codecs.lame_enc</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs.libFLAC/CUETools.Codecs.libFLAC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.libFLAC</AssemblyName>
<RootNamespace>CUETools.Codecs.libFLAC</RootNamespace>
<Product>CUETools</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.libmp3lame</AssemblyName>
<RootNamespace>CUETools.Codecs.libmp3lame</RootNamespace>
<Product>CUETools</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs.libwavpack</AssemblyName>
<RootNamespace>CUETools.Codecs.libwavpack</RootNamespace>
<Product>CUETools</Product>
Expand Down
2 changes: 1 addition & 1 deletion CUETools.Codecs/CUETools.Codecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.2.4.0</Version>
<Version>2.2.5.0</Version>
<AssemblyName>CUETools.Codecs</AssemblyName>
<RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product>
Expand Down
Loading

0 comments on commit 1d855b1

Please sign in to comment.