diff --git a/BecquerelMonitor/AudioInputDeviceForm.Designer.cs b/BecquerelMonitor/AudioInputDeviceForm.Designer.cs index 16927b5..fe2c67b 100644 --- a/BecquerelMonitor/AudioInputDeviceForm.Designer.cs +++ b/BecquerelMonitor/AudioInputDeviceForm.Designer.cs @@ -103,8 +103,9 @@ void InitializeComponent() componentResourceManager.GetString("comboBox2.Items"), componentResourceManager.GetString("comboBox2.Items1"), componentResourceManager.GetString("comboBox2.Items2"), - componentResourceManager.GetString("comboBox2.Items3") - }); + componentResourceManager.GetString("comboBox2.Items3"), + componentResourceManager.GetString("comboBox2.Items4") + }); this.comboBox2.Name = "comboBox2"; this.comboBox2.SelectedIndexChanged += this.comboBox2_SelectedIndexChanged; componentResourceManager.ApplyResources(this.comboBox3, "comboBox3"); diff --git a/BecquerelMonitor/AudioInputDeviceForm.resx b/BecquerelMonitor/AudioInputDeviceForm.resx index b358718..fffa5a4 100644 --- a/BecquerelMonitor/AudioInputDeviceForm.resx +++ b/BecquerelMonitor/AudioInputDeviceForm.resx @@ -831,6 +831,9 @@ 192000 + + 384000 + 48000 diff --git a/BecquerelMonitor/AudioInputDeviceForm.ru.resx b/BecquerelMonitor/AudioInputDeviceForm.ru.resx index d1850e5..3b664b1 100644 --- a/BecquerelMonitor/AudioInputDeviceForm.ru.resx +++ b/BecquerelMonitor/AudioInputDeviceForm.ru.resx @@ -627,6 +627,9 @@ 192000 + + 384000 + 16 diff --git a/BecquerelMonitor/BecquerelMonitor.csproj b/BecquerelMonitor/BecquerelMonitor.csproj index cdc0bd1..1d64d94 100644 --- a/BecquerelMonitor/BecquerelMonitor.csproj +++ b/BecquerelMonitor/BecquerelMonitor.csproj @@ -36,7 +36,7 @@ true index.html 1 - 2024.03.25.1 + 2024.03.28.1 true true true diff --git a/BecquerelMonitor/Properties/AssemblyInfo.cs b/BecquerelMonitor/Properties/AssemblyInfo.cs index b7f0f4b..26050b8 100644 --- a/BecquerelMonitor/Properties/AssemblyInfo.cs +++ b/BecquerelMonitor/Properties/AssemblyInfo.cs @@ -4,13 +4,13 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("2024.03.25.1")] +[assembly: AssemblyVersion("2024.03.28.1")] [assembly: AssemblyProduct("BecquerelMonitor")] [assembly: AssemblyCopyright("free")] [assembly: AssemblyTrademark("none")] [assembly: AssemblyConfiguration("")] [assembly: Guid("40110b38-4882-47c1-ad94-a71e58dcb5f8")] -[assembly: AssemblyFileVersion("2024.03.25.1")] +[assembly: AssemblyFileVersion("2024.03.28.1")] [assembly: AssemblyDescription("")] [assembly: AssemblyCompany("free")] [assembly: CompilationRelaxations(8)]