Skip to content

Commit

Permalink
chore: migrate to Ookii.Dialogs.Wpf
Browse files Browse the repository at this point in the history
Migrate from deprecated NuGet package Ookii.Dialogs to
Ookii.Dialogs.Wpf.
  • Loading branch information
FantasticFiasco committed Aug 19, 2020
1 parent 6e4235c commit 4f2762a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public CustomSaveFileDialog(SaveFileDialogSettings settings)
OverwritePrompt = settings.OverwritePrompt,
Title = settings.Title
};

var result = dialog.ShowDialog(owner);

// Update settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MvvmLight" Version="5.4.1.1" />
<PackageReference Include="Ookii.Dialogs" Version="1.1.0" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MvvmLight" Version="5.4.1.1" />
<PackageReference Include="Ookii.Dialogs" Version="1.1.0" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MvvmLight" Version="5.4.1.1" />
<PackageReference Include="Ookii.Dialogs" Version="1.1.0" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MvvmLight" Version="5.4.1.1" />
<PackageReference Include="Ookii.Dialogs" Version="1.1.0" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 4f2762a

Please sign in to comment.