From a236a5a679065cee05ed062cb25343b18ddab08c Mon Sep 17 00:00:00 2001 From: osamu <46447427+sam-osamu@users.noreply.github.com> Date: Sun, 15 May 2022 12:51:05 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=93=E3=83=A5=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E5=90=91=E3=81=8D=E3=81=AB=E4=B8=8D=E5=82=99=E3=81=8C=E3=81=82?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleVolumeMixer/UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml b/SimpleVolumeMixer/UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml index f320880..40a9e77 100644 --- a/SimpleVolumeMixer/UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml +++ b/SimpleVolumeMixer/UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml @@ -18,7 +18,7 @@ + Width="{Binding ViewportWidth, RelativeSource={RelativeSource FindAncestor, AncestorType=ScrollViewer}}"> Date: Sun, 15 May 2022 12:52:33 +0900 Subject: [PATCH 2/2] =?UTF-8?q?beta=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index e3c24ee..eb9ef22 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.1-beta", + "version": "0.1", "publicReleaseRefSpec": [ "^refs/heads/master", "^refs/heads/develop$",