diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-08-17 06:26:04 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2020-08-20 18:18:42 +0100 |
commit | 2b25efd2b76ecfede735cc10eff971aaf122f855 (patch) | |
tree | e7583d8d2dcbe5fc3438ed0c7b8329ecbf9c7035 | |
parent | e321b2332098e38b5ab667f5451918e81c393c5e (diff) |
build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CS
Bumps [Ookii.Dialogs](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases)
- [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.0.0...v1.1.0)
Signed-off-by: dependabot[bot] <[email protected]>
-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 37f80cece..d166b6b9a 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -45,7 +45,7 @@ <PackageReference Include="Caliburn.Micro" Version="3.2.0" />
<PackageReference Include="gong-wpf-dragdrop" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="Ookii.Dialogs" Version="1.0.0" />
+ <PackageReference Include="Ookii.Dialogs" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
|