Prepare for CUETools 2.1.8

- Substitute occurrences of "2.1.7" with "2.1.8" using:
  git grep -I -l -e '2\.1\.7' -- ':(exclude)*.bat' | xargs \
  sed -b -i -e 's/2\.1\.7/2\.1\.8/g'
- Update some outdated version entries:
  2.1.4 in CUETools.CTDB.EACPlugin.Installer.vdproj
    git grep -I -l -e '2\.1\.4' | xargs \
    sed -b -i -e 's/2\.1\.4/2\.1\.8/g'
  2.0.7 in
    CUEPlayer/Properties/DataSources/Output.datasource
    CUEPlayer/Properties/DataSources/frmCUEPlayer.datasource
    git grep -I -l -e '2\.0\.7' | xargs \
    sed -b -i -e 's/2\.0\.7/2\.1\.8/g'
  1.9.4 in CUETools.Processor.CUEConfig.datasource
    git grep -I -l -e '1\.9\.4' | xargs \
    sed -b -i -e 's/1\.9\.4/2\.1\.8/g'
  1.9.0 in frmCUERipper.datasource
    git grep -I -l -e '1\.9\.0' | xargs \
    sed -b -i -e 's/1\.9\.0/2\.1\.8/g'
This commit is contained in:
Wolfgang Stöggl
2021-02-14 10:42:24 +01:00
parent 5bf591f17f
commit b108b7f90f
69 changed files with 93 additions and 93 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks> <TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUEControls</AssemblyName> <AssemblyName>CUEControls</AssemblyName>
<RootNamespace>CUEControls</RootNamespace> <RootNamespace>CUEControls</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program. cause the file to be unrecognizable by the program.
--> -->
<GenericObjectDataSource DisplayName="Output" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <GenericObjectDataSource DisplayName="Output" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>CUEPlayer.Output, CUEPlayer, Version=2.0.7.0, Culture=neutral, PublicKeyToken=null</TypeInfo> <TypeInfo>CUEPlayer.Output, CUEPlayer, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource> </GenericObjectDataSource>

View File

@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program. cause the file to be unrecognizable by the program.
--> -->
<GenericObjectDataSource DisplayName="frmCUEPlayer" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <GenericObjectDataSource DisplayName="frmCUEPlayer" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>CUEPlayer.frmCUEPlayer, CUEPlayer, Version=2.0.7.0, Culture=neutral, PublicKeyToken=null</TypeInfo> <TypeInfo>CUEPlayer.frmCUEPlayer, CUEPlayer, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource> </GenericObjectDataSource>

View File

@@ -68,7 +68,7 @@
this.IsMdiContainer = true; this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1; this.MainMenuStrip = this.menuStrip1;
this.Name = "frmCUEPlayer"; this.Name = "frmCUEPlayer";
this.Text = "CUEPlayer 2.1.7"; this.Text = "CUEPlayer 2.1.8";
this.Load += new System.EventHandler(this.frmCUEPlayer_Load); this.Load += new System.EventHandler(this.frmCUEPlayer_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCUEPlayer_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCUEPlayer_FormClosing);
this.menuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false);

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program. cause the file to be unrecognizable by the program.
--> -->
<GenericObjectDataSource DisplayName="frmCUERipper" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <GenericObjectDataSource DisplayName="frmCUERipper" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>CUERipper.frmCUERipper, CUERipper, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo> <TypeInfo>CUERipper.frmCUERipper, CUERipper, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource> </GenericObjectDataSource>

View File

@@ -208,7 +208,7 @@
<value>Optionen</value> <value>Optionen</value>
</data> </data>
<data name="$this.Text" xml:space="preserve"> <data name="$this.Text" xml:space="preserve">
<value>CUERipper 2.1.7</value> <value>CUERipper 2.1.8</value>
</data> </data>
<data name="bnComboBoxDrives.Text" xml:space="preserve"> <data name="bnComboBoxDrives.Text" xml:space="preserve">
<value>Laufwerke</value> <value>Laufwerke</value>

View File

@@ -494,7 +494,7 @@
<value>bnComboBoxLosslessOrNot</value> <value>bnComboBoxLosslessOrNot</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxLosslessOrNot.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxLosslessOrNot.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxLosslessOrNot.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxLosslessOrNot.Parent" xml:space="preserve">
<value>groupBoxSettings</value> <value>groupBoxSettings</value>
@@ -524,7 +524,7 @@
<value>bnComboBoxEncoder</value> <value>bnComboBoxEncoder</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxEncoder.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxEncoder.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxEncoder.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxEncoder.Parent" xml:space="preserve">
<value>groupBoxSettings</value> <value>groupBoxSettings</value>
@@ -578,7 +578,7 @@
<value>bnComboBoxFormat</value> <value>bnComboBoxFormat</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxFormat.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxFormat.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxFormat.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxFormat.Parent" xml:space="preserve">
<value>groupBoxSettings</value> <value>groupBoxSettings</value>
@@ -647,7 +647,7 @@
<value>bnComboBoxImage</value> <value>bnComboBoxImage</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxImage.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxImage.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxImage.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxImage.Parent" xml:space="preserve">
<value>groupBoxSettings</value> <value>groupBoxSettings</value>
@@ -1171,7 +1171,7 @@
<value>bnComboBoxRelease</value> <value>bnComboBoxRelease</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxRelease.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxRelease.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxRelease.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxRelease.Parent" xml:space="preserve">
<value>panel3</value> <value>panel3</value>
@@ -1201,7 +1201,7 @@
<value>bnComboBoxDrives</value> <value>bnComboBoxDrives</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxDrives.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxDrives.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxDrives.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxDrives.Parent" xml:space="preserve">
<value>panel3</value> <value>panel3</value>
@@ -1231,7 +1231,7 @@
<value>bnComboBoxOutputFormat</value> <value>bnComboBoxOutputFormat</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxOutputFormat.Type" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxOutputFormat.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;bnComboBoxOutputFormat.Parent" xml:space="preserve"> <data name="&gt;&gt;bnComboBoxOutputFormat.Parent" xml:space="preserve">
<value>panel5</value> <value>panel5</value>
@@ -2156,7 +2156,7 @@
<value>CenterScreen</value> <value>CenterScreen</value>
</data> </data>
<data name="$this.Text" xml:space="preserve"> <data name="$this.Text" xml:space="preserve">
<value>CUERipper 2.1.7</value> <value>CUERipper 2.1.8</value>
</data> </data>
<data name="&gt;&gt;toolStripStatusLabel1.Name" xml:space="preserve"> <data name="&gt;&gt;toolStripStatusLabel1.Name" xml:space="preserve">
<value>toolStripStatusLabel1</value> <value>toolStripStatusLabel1</value>

View File

@@ -138,7 +138,7 @@
<value>imgComboBoxCategory</value> <value>imgComboBoxCategory</value>
</data> </data>
<data name="&gt;&gt;imgComboBoxCategory.Type" xml:space="preserve"> <data name="&gt;&gt;imgComboBoxCategory.Type" xml:space="preserve">
<value>CUEControls.ImgComboBox, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.ImgComboBox, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;imgComboBoxCategory.Parent" xml:space="preserve"> <data name="&gt;&gt;imgComboBoxCategory.Parent" xml:space="preserve">
<value>groupBox1</value> <value>groupBox1</value>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.ALACEnc</AssemblyName> <AssemblyName>CUETools.ALACEnc</AssemblyName>
<RootNamespace>CUETools.ALACEnc</RootNamespace> <RootNamespace>CUETools.ALACEnc</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.ARCUE</AssemblyName> <AssemblyName>CUETools.ARCUE</AssemblyName>
<RootNamespace>CUETools.ARCUE</RootNamespace> <RootNamespace>CUETools.ARCUE</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.AccurateRip</AssemblyName> <AssemblyName>CUETools.AccurateRip</AssemblyName>
<RootNamespace>CUETools.AccurateRip</RootNamespace> <RootNamespace>CUETools.AccurateRip</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.CDImage</AssemblyName> <AssemblyName>CUETools.CDImage</AssemblyName>
<RootNamespace>CUETools.CDImage</RootNamespace> <RootNamespace>CUETools.CDImage</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -383,7 +383,7 @@ namespace CUETools.CLParity
public string Path { get { return null; } } public string Path { get { return null; } }
public static readonly string vendor_string = "CLParity#2.1.7"; public static readonly string vendor_string = "CLParity#2.1.8";
} }
internal class CLParityTask internal class CLParityTask

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.CTDB.Converter</AssemblyName> <AssemblyName>CUETools.CTDB.Converter</AssemblyName>
<RootNamespace>CUETools.CTDB.Converter</RootNamespace> <RootNamespace>CUETools.CTDB.Converter</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -248,7 +248,7 @@
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.CDImage, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:CUETools.CDImage, Version=2.1.8.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_23A6BB18C5C16459B31F4387E1637805" "_23A6BB18C5C16459B31F4387E1637805"
@@ -310,7 +310,7 @@
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.AccurateRip, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:CUETools.AccurateRip, Version=2.1.8.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_7A5E0041DC75098C30D459114A6DEE81" "_7A5E0041DC75098C30D459114A6DEE81"
@@ -392,7 +392,7 @@
{ {
"AssemblyRegister" = "3:1" "AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE" "AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CUETools.Codecs, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL" "AssemblyAsmDisplayName" = "8:CUETools.Codecs, Version=2.1.8.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies" "ScatterAssemblies"
{ {
"_EA17591A9F261678B36DFC7E72DFC398" "_EA17591A9F261678B36DFC7E72DFC398"
@@ -515,7 +515,7 @@
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE" "InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:2.1.4" "ProductVersion" = "8:2.1.8"
"Manufacturer" = "8:Grigory Chudov" "Manufacturer" = "8:Grigory Chudov"
"ARPHELPTELEPHONE" = "8:" "ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://www.cuetools.net" "ARPHELPLINK" = "8:http://www.cuetools.net"

View File

@@ -46,7 +46,7 @@ namespace MetadataPlugIn
TOC[1][0].Start = 0U; TOC[1][0].Start = 0U;
var ctdb = new CUEToolsDB(TOC, null); var ctdb = new CUEToolsDB(TOC, null);
var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.7", cdinfo, cover); var form = new CUETools.CTDB.EACPlugin.FormMetadata(ctdb, "EAC" + data.HostVersion + " CTDB 2.1.8", cdinfo, cover);
form.ShowDialog(); form.ShowDialog();
var meta = form.Meta; var meta = form.Meta;
if (meta == null) if (meta == null)
@@ -186,7 +186,7 @@ namespace MetadataPlugIn
public string GetPluginName() public string GetPluginName()
{ {
return "CUETools DB Metadata Plugin V2.1.7"; return "CUETools DB Metadata Plugin V2.1.8";
} }
public void ShowOptions() public void ShowOptions()

View File

@@ -60,7 +60,7 @@ namespace AudioDataPlugIn
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(205, 20); this.label1.Size = new System.Drawing.Size(205, 20);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "CUETools DB Plugin V2.1.7"; this.label1.Text = "CUETools DB Plugin V2.1.8";
// //
// label2 // label2
// //

View File

@@ -61,7 +61,7 @@ namespace AudioDataPlugIn
// the plugin and for display in the log file // the plugin and for display in the log file
public string GetAudioTransferPluginName() public string GetAudioTransferPluginName()
{ {
return "CUETools DB Plugin V2.1.7"; return "CUETools DB Plugin V2.1.8";
} }
// Each plugin should have its own options page. // Each plugin should have its own options page.
@@ -278,7 +278,7 @@ namespace AudioDataPlugIn
#endif #endif
var form = new FormSubmitParity( var form = new FormSubmitParity(
ctdb, ctdb,
"EAC" + m_data.HostVersion + " CTDB 2.1.7", "EAC" + m_data.HostVersion + " CTDB 2.1.8",
m_drivename, m_drivename,
conf, conf,
(arTest.Position != 0 && arTest.CRC32(0) == ar.CRC32(0)) ? 100 : (arTest.Position != 0 && arTest.CRC32(0) == ar.CRC32(0)) ? 100 :

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.CTDB.Types</AssemblyName> <AssemblyName>CUETools.CTDB.Types</AssemblyName>
<RootNamespace>CUETools.CTDB</RootNamespace> <RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.CTDB</AssemblyName> <AssemblyName>CUETools.CTDB</AssemblyName>
<RootNamespace>CUETools.CTDB</RootNamespace> <RootNamespace>CUETools.CTDB</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -49,7 +49,7 @@ namespace CUETools.ChaptersToCue
{ {
TextWriter stdout = Console.Out; TextWriter stdout = Console.Out;
Console.SetOut(Console.Error); Console.SetOut(Console.Error);
Console.WriteLine("CUETools.ChaptersToCue v2.1.7 Copyright (C) 2017-2021 Grigory Chudov"); Console.WriteLine("CUETools.ChaptersToCue v2.1.8 Copyright (C) 2017-2021 Grigory Chudov");
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to"); 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."); Console.WriteLine("the extent permitted by law. <http://www.gnu.org/licenses/> for details.");
@@ -166,7 +166,7 @@ namespace CUETools.ChaptersToCue
if (queryMeta) if (queryMeta)
{ {
var ctdb = new CUEToolsDB(toc, null); var ctdb = new CUEToolsDB(toc, null);
ctdb.ContactDB(null, "CUETools.ChaptersToCue 2.1.7", "", false, true, CTDBMetadataSearch.Extensive); ctdb.ContactDB(null, "CUETools.ChaptersToCue 2.1.8", "", false, true, CTDBMetadataSearch.Extensive);
foreach (var imeta in ctdb.Metadata) foreach (var imeta in ctdb.Metadata)
{ {
meta = imeta; meta = imeta;

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.ALAC</AssemblyName> <AssemblyName>CUETools.Codecs.ALAC</AssemblyName>
<RootNamespace>CUETools.Codecs</RootNamespace> <RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks> <TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.CoreAudio</AssemblyName> <AssemblyName>CUETools.Codecs.CoreAudio</AssemblyName>
<RootNamespace>CUETools.Codecs.CoreAudio</RootNamespace> <RootNamespace>CUETools.Codecs.CoreAudio</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.Flake</AssemblyName> <AssemblyName>CUETools.Codecs.Flake</AssemblyName>
<RootNamespace>CUETools.Codecs.Flake</RootNamespace> <RootNamespace>CUETools.Codecs.Flake</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.HDCD</AssemblyName> <AssemblyName>CUETools.Codecs.HDCD</AssemblyName>
<RootNamespace>CUETools.Codecs.HDCD</RootNamespace> <RootNamespace>CUETools.Codecs.HDCD</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.Icecast</AssemblyName> <AssemblyName>CUETools.Codecs.Icecast</AssemblyName>
<RootNamespace>CUETools.Codecs.Icecast</RootNamespace> <RootNamespace>CUETools.Codecs.Icecast</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.LossyWAV</AssemblyName> <AssemblyName>CUETools.Codecs.LossyWAV</AssemblyName>
<RootNamespace>CUETools.Codecs.LossyWAV</RootNamespace> <RootNamespace>CUETools.Codecs.LossyWAV</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.MACLib</AssemblyName> <AssemblyName>CUETools.Codecs.MACLib</AssemblyName>
<RootNamespace>CUETools.Codecs.MACLib</RootNamespace> <RootNamespace>CUETools.Codecs.MACLib</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.MPEG</AssemblyName> <AssemblyName>CUETools.Codecs.MPEG</AssemblyName>
<RootNamespace>CUETools.Codecs.MPEG</RootNamespace> <RootNamespace>CUETools.Codecs.MPEG</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -29,7 +29,7 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers // You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly:AssemblyVersionAttribute("2.1.7.0")]; [assembly:AssemblyVersionAttribute("2.1.8.0")];
[assembly:ComVisible(false)]; [assembly:ComVisible(false)];

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks> <TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.WMA</AssemblyName> <AssemblyName>CUETools.Codecs.WMA</AssemblyName>
<RootNamespace>CUETools.Codecs.WMA</RootNamespace> <RootNamespace>CUETools.Codecs.WMA</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks> <TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.ffmpegdll</AssemblyName> <AssemblyName>CUETools.Codecs.ffmpegdll</AssemblyName>
<RootNamespace>CUETools.Codecs.ffmpegdll</RootNamespace> <RootNamespace>CUETools.Codecs.ffmpegdll</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.lame_enc</AssemblyName> <AssemblyName>CUETools.Codecs.lame_enc</AssemblyName>
<RootNamespace>CUETools.Codecs.lame_enc</RootNamespace> <RootNamespace>CUETools.Codecs.lame_enc</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.libFLAC</AssemblyName> <AssemblyName>CUETools.Codecs.libFLAC</AssemblyName>
<RootNamespace>CUETools.Codecs.libFLAC</RootNamespace> <RootNamespace>CUETools.Codecs.libFLAC</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.libmp3lame</AssemblyName> <AssemblyName>CUETools.Codecs.libmp3lame</AssemblyName>
<RootNamespace>CUETools.Codecs.libmp3lame</RootNamespace> <RootNamespace>CUETools.Codecs.libmp3lame</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs.libwavpack</AssemblyName> <AssemblyName>CUETools.Codecs.libwavpack</AssemblyName>
<RootNamespace>CUETools.Codecs.libwavpack</RootNamespace> <RootNamespace>CUETools.Codecs.libwavpack</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Codecs</AssemblyName> <AssemblyName>CUETools.Codecs</AssemblyName>
<RootNamespace>CUETools.Codecs</RootNamespace> <RootNamespace>CUETools.Codecs</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Compression.Rar</AssemblyName> <AssemblyName>CUETools.Compression.Rar</AssemblyName>
<RootNamespace>CUETools.Compression.Rar</RootNamespace> <RootNamespace>CUETools.Compression.Rar</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Compression.Zip</AssemblyName> <AssemblyName>CUETools.Compression.Zip</AssemblyName>
<RootNamespace>CUETools.Compression.Zip</RootNamespace> <RootNamespace>CUETools.Compression.Zip</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Compression</AssemblyName> <AssemblyName>CUETools.Compression</AssemblyName>
<RootNamespace>CUETools.Compression</RootNamespace> <RootNamespace>CUETools.Compression</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Converter</AssemblyName> <AssemblyName>CUETools.Converter</AssemblyName>
<RootNamespace>CUETools.Converter</RootNamespace> <RootNamespace>CUETools.Converter</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.DSP.Mixer</AssemblyName> <AssemblyName>CUETools.DSP.Mixer</AssemblyName>
<RootNamespace>CUETools.DSP.Mixer</RootNamespace> <RootNamespace>CUETools.DSP.Mixer</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.DSP.Resampler</AssemblyName> <AssemblyName>CUETools.DSP.Resampler</AssemblyName>
<RootNamespace>CUETools.DSP.Resampler</RootNamespace> <RootNamespace>CUETools.DSP.Resampler</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Flake</AssemblyName> <AssemblyName>CUETools.Flake</AssemblyName>
<RootNamespace>CUETools.Flake</RootNamespace> <RootNamespace>CUETools.Flake</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.LossyWAV</AssemblyName> <AssemblyName>CUETools.LossyWAV</AssemblyName>
<RootNamespace>CUETools.LossyWAV</RootNamespace> <RootNamespace>CUETools.LossyWAV</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Parity</AssemblyName> <AssemblyName>CUETools.Parity</AssemblyName>
<RootNamespace>CUETools.Parity</RootNamespace> <RootNamespace>CUETools.Parity</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -24,7 +24,7 @@ namespace CUETools.Processor
{ {
#region Fields #region Fields
public readonly static string CUEToolsVersion = "2.1.7"; public readonly static string CUEToolsVersion = "2.1.8";
private bool _stop, _pause; private bool _stop, _pause;
private List<CUELine> _attributes; private List<CUELine> _attributes;

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Processor</AssemblyName> <AssemblyName>CUETools.Processor</AssemblyName>
<RootNamespace>CUETools.Processor</RootNamespace> <RootNamespace>CUETools.Processor</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks> <TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Ripper.Console</AssemblyName> <AssemblyName>CUETools.Ripper.Console</AssemblyName>
<RootNamespace>CUETools.Ripper.Console</RootNamespace> <RootNamespace>CUETools.Ripper.Console</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -89,7 +89,7 @@ namespace CUETools.ConsoleRipper
static void Main(string[] args) static void Main(string[] args)
{ {
Console.SetOut(Console.Error); Console.SetOut(Console.Error);
Console.WriteLine("CUERipper v2.1.7 Copyright (C) 2008-2021 Grigory Chudov"); Console.WriteLine("CUERipper v2.1.8 Copyright (C) 2008-2021 Grigory Chudov");
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to"); 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."); Console.WriteLine("the extent permitted by law. <http://www.gnu.org/licenses/> for details.");
@@ -180,7 +180,7 @@ namespace CUETools.ConsoleRipper
string ArId = AccurateRipVerify.CalculateAccurateRipId(audioSource.TOC); string ArId = AccurateRipVerify.CalculateAccurateRipId(audioSource.TOC);
var ctdb = new CUEToolsDB(audioSource.TOC, null); var ctdb = new CUEToolsDB(audioSource.TOC, null);
ctdb.Init(arVerify); ctdb.Init(arVerify);
ctdb.ContactDB(null, "CUETools.ConsoleRipper 2.1.7", audioSource.ARName, true, false, CTDBMetadataSearch.Fast); ctdb.ContactDB(null, "CUETools.ConsoleRipper 2.1.8", audioSource.ARName, true, false, CTDBMetadataSearch.Fast);
arVerify.ContactAccurateRip(ArId); arVerify.ContactAccurateRip(ArId);
CTDBResponseMeta meta = null; CTDBResponseMeta meta = null;
foreach (var imeta in ctdb.Metadata) foreach (var imeta in ctdb.Metadata)

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20</TargetFrameworks> <TargetFrameworks>net47;net20</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Ripper.SCSI</AssemblyName> <AssemblyName>CUETools.Ripper.SCSI</AssemblyName>
<RootNamespace>CUETools.Ripper.SCSI</RootNamespace> <RootNamespace>CUETools.Ripper.SCSI</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -1261,7 +1261,7 @@ namespace CUETools.Ripper.SCSI
{ {
get get
{ {
return "CUERipper v2.1.7 Copyright (C) 2008-2021 Grigory Chudov"; return "CUERipper v2.1.8 Copyright (C) 2008-2021 Grigory Chudov";
// ripper.GetName().Name + " " + ripper.GetName().Version; // ripper.GetName().Name + " " + ripper.GetName().Version;
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks> <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.Ripper</AssemblyName> <AssemblyName>CUETools.Ripper</AssemblyName>
<RootNamespace>CUETools.Ripper</RootNamespace> <RootNamespace>CUETools.Ripper</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net47;netcoreapp2.0</TargetFrameworks>
<Version>2.1.7.0</Version> <Version>2.1.8.0</Version>
<AssemblyName>CUETools.eac3to</AssemblyName> <AssemblyName>CUETools.eac3to</AssemblyName>
<RootNamespace>CUETools.eac3to</RootNamespace> <RootNamespace>CUETools.eac3to</RootNamespace>
<Product>CUETools</Product> <Product>CUETools</Product>

View File

@@ -225,7 +225,7 @@ namespace CUETools.eac3to
{ {
var ctdb = new CUEToolsDB(toc, null); var ctdb = new CUEToolsDB(toc, null);
Console.Error.WriteLine("Contacting CTDB..."); Console.Error.WriteLine("Contacting CTDB...");
ctdb.ContactDB(null, "CUETools.eac3to 2.1.7", "", false, true, CTDBMetadataSearch.Extensive); ctdb.ContactDB(null, "CUETools.eac3to 2.1.8", "", false, true, CTDBMetadataSearch.Extensive);
foreach (var imeta in ctdb.Metadata) foreach (var imeta in ctdb.Metadata)
{ {
meta = imeta; meta = imeta;

View File

@@ -147,7 +147,7 @@ namespace BluTools
pbStatus.IsIndeterminate = true; pbStatus.IsIndeterminate = true;
})); }));
//ctdb.UploadHelper.onProgress += worker_ctdbProgress; //ctdb.UploadHelper.onProgress += worker_ctdbProgress;
ctdb.ContactDB(null, "CUETools.eac3to 2.1.7", "", false, true, CTDBMetadataSearch.Extensive); ctdb.ContactDB(null, "CUETools.eac3to 2.1.8", "", false, true, CTDBMetadataSearch.Extensive);
this.Dispatcher.Invoke((Action)(() => this.Dispatcher.Invoke((Action)(() =>
{ {
//metaresults.RaiseListChangedEvents = false; //metaresults.RaiseListChangedEvents = false;

View File

@@ -334,7 +334,7 @@ namespace CUETools.TestCodecs
public void asdaTest() public void asdaTest()
{ {
//var tempPath = @"C:\Users\user\Downloads\CUETools_2.1.2a\CUE Tools\LocalDB.xml"; //var tempPath = @"C:\Users\user\Downloads\CUETools_2.1.2a\CUE Tools\LocalDB.xml";
var tempPath = @"C:\Users\user\Downloads\CUETools_2.1.7\CUE Tools\LocalDB.xml"; var tempPath = @"C:\Users\user\Downloads\CUETools_2.1.8\CUE Tools\LocalDB.xml";
var path = tempPath + @".z"; var path = tempPath + @".z";
//using (var fileStream = new System.IO.FileStream(tempPath, System.IO.FileMode.CreateNew)) //using (var fileStream = new System.IO.FileStream(tempPath, System.IO.FileMode.CreateNew))
//using (var deflateStream = new System.IO.Compression.DeflateStream(fileStream, System.IO.Compression.CompressionMode.Compress)) //using (var deflateStream = new System.IO.Compression.DeflateStream(fileStream, System.IO.Compression.CompressionMode.Compress))

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("2.1.7.0")] [assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.7.0")] [assembly: AssemblyFileVersion("2.1.8.0")]

View File

@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program. cause the file to be unrecognizable by the program.
--> -->
<GenericObjectDataSource DisplayName="CUEConfig" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <GenericObjectDataSource DisplayName="CUEConfig" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>CUETools.Processor.CUEConfig, CUETools.Processor, Version=1.9.4.0, Culture=neutral, PublicKeyToken=null</TypeInfo> <TypeInfo>CUETools.Processor.CUEConfig, CUETools.Processor, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource> </GenericObjectDataSource>

View File

@@ -609,7 +609,7 @@ namespace JDP
{ {
get get
{ {
return "CUETools 2.1.7"; return "CUETools 2.1.8";
} }
} }

View File

@@ -265,7 +265,7 @@
<value>fileSystemTreeView1</value> <value>fileSystemTreeView1</value>
</data> </data>
<data name="&gt;&gt;fileSystemTreeView1.Type" xml:space="preserve"> <data name="&gt;&gt;fileSystemTreeView1.Type" xml:space="preserve">
<value>CUEControls.FileSystemTreeView, CUEControls, Version=2.1.7.0, Culture=neutral, PublicKeyToken=null</value> <value>CUEControls.FileSystemTreeView, CUEControls, Version=2.1.8.0, Culture=neutral, PublicKeyToken=null</value>
</data> </data>
<data name="&gt;&gt;fileSystemTreeView1.Parent" xml:space="preserve"> <data name="&gt;&gt;fileSystemTreeView1.Parent" xml:space="preserve">
<value>grpInput</value> <value>grpInput</value>
@@ -2915,7 +2915,7 @@
<value>699, 537</value> <value>699, 537</value>
</data> </data>
<data name="$this.Text" xml:space="preserve"> <data name="$this.Text" xml:space="preserve">
<value>CUETools 2.1.7</value> <value>CUETools 2.1.8</value>
</data> </data>
<data name="&gt;&gt;toolStripStatusLabel1.Name" xml:space="preserve"> <data name="&gt;&gt;toolStripStatusLabel1.Name" xml:space="preserve">
<value>toolStripStatusLabel1</value> <value>toolStripStatusLabel1</value>