Skip to content

Commit

Permalink
(chocolateyGH-584, 578) Update Markdig.Wpf.
Browse files Browse the repository at this point in the history
Relative url to image caused the crash.
  • Loading branch information
DamianMaslanka5 committed Oct 19, 2018
1 parent 9232b57 commit 59b2a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/ChocolateyGui/ChocolateyGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
<HintPath>..\packages\MahApps.Metro.IconPacks.2.2.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Markdig, Version=0.13.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.13.3\lib\net40\Markdig.dll</HintPath>
<Reference Include="Markdig, Version=0.15.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.15.4\lib\net40\Markdig.dll</HintPath>
</Reference>
<Reference Include="Markdig.Wpf, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.Wpf.0.2.1\lib\net45\Markdig.Wpf.dll</HintPath>
<Reference Include="Markdig.Wpf, Version=0.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.Wpf.0.2.5\lib\net452\Markdig.Wpf.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Threading, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Threading.15.4.4\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Source/ChocolateyGui/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<package id="Magick.NET-Q16-AnyCPU" version="7.5.0" targetFramework="net452" />
<package id="MahApps.Metro" version="1.6.5" targetFramework="net452" />
<package id="MahApps.Metro.IconPacks" version="2.2.0" targetFramework="net452" />
<package id="Markdig" version="0.13.3" targetFramework="net452" />
<package id="Markdig.Wpf" version="0.2.1" targetFramework="net452" />
<package id="Markdig" version="0.15.4" targetFramework="net452" />
<package id="Markdig.Wpf" version="0.2.5" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Threading" version="15.4.4" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Validation" version="15.3.32" targetFramework="net452" />
<package id="Mindscape.Raygun4Net" version="5.5.1" targetFramework="net452" />
Expand Down

0 comments on commit 59b2a0f

Please sign in to comment.