Skip to content

Commit

Permalink
Use private version with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Sep 22, 2017
1 parent dc7ddbd commit 3fc3e75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PackageExplorer/MefServices/PackageDownloader.cs
Expand Up @@ -107,7 +107,7 @@ private async Task<string> DownloadWithProgress(Uri downloadUri, string packageI
// close progress dialog when done
lock (_progressDialogLock)
{
_progressDialog.Dispose();
_progressDialog.Close();
_progressDialog = null;
}

Expand Down
7 changes: 4 additions & 3 deletions PackageExplorer/PackageExplorer.csproj
Expand Up @@ -105,6 +105,10 @@
<ManifestKeyFile>PackageExplorer_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Ookii.Dialogs.Wpf.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework.Aero" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -443,9 +447,6 @@
<PackageReference Include="Humanizer">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="Ookii.Dialogs">
<Version>1.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PublishFile Include="GrayscaleEffect">
Expand Down
Binary file added lib/Ookii.Dialogs.Wpf.dll
Binary file not shown.

0 comments on commit 3fc3e75

Please sign in to comment.