diff --git a/.github/actions/build-and-test/action.yml b/.github/actions/build-and-test/action.yml
index 92a3e6ad65..f7a51f14cb 100644
--- a/.github/actions/build-and-test/action.yml
+++ b/.github/actions/build-and-test/action.yml
@@ -40,4 +40,4 @@ runs:
uses: actions/upload-artifact@v2
with:
name: Screenshots-${{ github.run_number }}
- path: ${{ github.workspace }}/MaterialDesignThemes.UITests/bin/${{ inputs.buildConfiguration }}/net5.0-windows/Screenshots
+ path: ${{ github.workspace }}/MaterialDesignThemes.UITests/bin/${{ inputs.buildConfiguration }}/net6.0-windows/Screenshots
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4a5c56b240..78a9eedc2d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,9 +11,9 @@ on:
env:
solution: MaterialDesignToolkit.Full.sln
buildConfiguration: 'Release'
- mdixColorsVersion: '2.0.5'
- mdixMahAppsVersion: '0.2.1'
- mdixVersion: '4.4.0'
+ mdixColorsVersion: '2.0.6'
+ mdixMahAppsVersion: '0.2.2'
+ mdixVersion: '4.5.0'
jobs:
check_for_changes:
@@ -79,4 +79,4 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git tag -f nightly_release master
- git push -f --tags
\ No newline at end of file
+ git push -f --tags
diff --git a/Directory.packages.props b/Directory.packages.props
index 8b7f1cda1e..10df93d42f 100644
--- a/Directory.packages.props
+++ b/Directory.packages.props
@@ -2,27 +2,27 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/MahMaterialDragablzMashUp/AnotherCommandImplementation.cs b/MahMaterialDragablzMashUp/AnotherCommandImplementation.cs
index d2db4977c9..002f3a0984 100644
--- a/MahMaterialDragablzMashUp/AnotherCommandImplementation.cs
+++ b/MahMaterialDragablzMashUp/AnotherCommandImplementation.cs
@@ -8,15 +8,15 @@ namespace MahMaterialDragablzMashUp
///
public class AnotherCommandImplementation : ICommand
{
- private readonly Action