Skip to content

Commit

Permalink
Merge pull request #23 from samunohito/develop
Browse files Browse the repository at this point in the history
v0.1.82-beta
  • Loading branch information
samunohito authored May 15, 2022
2 parents 2852b55 + 9e78edd commit b7648f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Border
Padding="8"
BorderThickness="0"
Height="{Binding ViewportHeight, RelativeSource={RelativeSource FindAncestor, AncestorType=ScrollViewer}}">
Width="{Binding ViewportWidth, RelativeSource={RelativeSource FindAncestor, AncestorType=ScrollViewer}}">
<ItemsControl
ItemsSource="{Binding Devices}"
ItemsPanel="{StaticResource HorizontalAudioDevicesPanelTemplate}"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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$",
Expand Down

0 comments on commit b7648f3

Please sign in to comment.