diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-11-23 05:43:17 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2020-11-23 15:45:00 +0000 |
commit | b71d1b5ada326944cdb7b0c5ae8236878d5dfc81 (patch) | |
tree | 9abe2eafe761013c71802b3a72ec8bca897ddbde /win/CS/HandBrakeWPF | |
parent | e9d75bf565995a2afc56aa1b38764cb3e0e7a62a (diff) |
build(deps): bump Ookii.Dialogs.Wpf from 1.2.0 to 3.0.1 in /win/CS
Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.2.0 to 3.0.1.
- [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases)
- [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.2.0...v3.0.1)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index b0aac2c23..3cffd379c 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -43,7 +43,7 @@ <PackageReference Include="Caliburn.Micro" Version="3.2.0" />
<PackageReference Include="gong-wpf-dragdrop" Version="2.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="Ookii.Dialogs.Wpf" Version="1.2.0" />
+ <PackageReference Include="Ookii.Dialogs.Wpf" Version="3.0.1" />
<PackageReference Include="System.Management" Version="5.0.0" />
</ItemGroup>
|