Skip to content

Commit 6205809

Browse files
committed
Minor cleanup
1 parent fd23d04 commit 6205809

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
MDIXColorsVersion: ${{ inputs.mdix-colors-version }}
4646
MDIXMahAppsVersion: ${{ inputs.mdix-mahapps-version }}
4747

48-
- name: Generate Version File
49-
run: echo ${{ inputs.mdix-version }} > src/MainDemo.Wpf/version.txt
50-
5148
- name: Test
5249
timeout-minutes: 20
5350
run: dotnet test ${{ env.solution }} --configuration ${{ inputs.build-configuration }} --no-build --blame-crash --logger GitHubActions

src/MahMaterialDragablzMashUp/MainWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<Button Content="Hello World" />
3737
<Button Content="Nice Popup" />
3838
<Button Content="Goodbye" />
39-
<Button Content="Version" />
4039
</StackPanel>
4140
</wpf:PopupBox>
4241
</controls:WindowCommands>

src/MainDemo.Wpf/ColorZones.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<ListBoxItem Content="Hello World" />
3939
<ListBoxItem Content="Nice Popup" />
4040
<ListBoxItem Content="Goodbye" />
41-
<ListBoxItem Content="Version" />
4241
</ListBox>
4342
</materialDesign:PopupBox>
4443

0 commit comments

Comments
 (0)