Skip to content

Commit a0bacbf

Browse files
Bump CommunityToolkit.Mvvm from 8.0.0 to 8.1.0 (#3060)
* Bump CommunityToolkit.Mvvm from 8.0.0 to 8.1.0 Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](CommunityToolkit/dotnet@v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fixing build warning Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Bost <[email protected]>
1 parent 9d97b02 commit a0bacbf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Directory.packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<PackageVersion Include="BluwolfIcons" Version="1.0.1" />
4-
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.0.0" />
4+
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.1.0" />
55
<PackageVersion Include="Dragablz" Version="0.0.3.234" />
66
<PackageVersion Include="Humanizer" Version="2.14.1" />
77
<PackageVersion Include="MahApps.Metro" Version="2.4.9" />

MaterialDesignThemes.UITests/Samples/DialogHost/ClosingEventViewModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
namespace MaterialDesignThemes.UITests.Samples.DialogHost;
55

6-
[ObservableObject]
7-
public partial class ClosingEventViewModel
6+
public partial class ClosingEventViewModel : ObservableObject
87
{
98
[ObservableProperty]
109
private bool _dialogIsOpen;

0 commit comments

Comments
 (0)