Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[General] Update to Markdig 0.15.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed Oct 14, 2018
1 parent 147a855 commit 3303bad
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/Markdig.Wpf.SampleApp/Markdig.Wpf.SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Markdig, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.15.0\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="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Markdig.Wpf.SampleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Markdig" version="0.15.0" targetFramework="net452" />
<package id="Markdig" version="0.15.4" targetFramework="net452" />
</packages>
4 changes: 2 additions & 2 deletions src/Markdig.Wpf/Markdig.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<DocumentationFile>bin\Release\Markdig.Wpf.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Markdig, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.15.0\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="Microsoft.CSharp" />
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion src/Markdig.Wpf/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Markdig" version="0.15.0" targetFramework="net452" />
<package id="Markdig" version="0.15.4" targetFramework="net452" />
</packages>
4 changes: 2 additions & 2 deletions src/Markdig.Xaml.ConsoleApp/Markdig.Xaml.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Markdig, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.15.0\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="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Markdig.Xaml.ConsoleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Markdig" version="0.15.0" targetFramework="net452" />
<package id="Markdig" version="0.15.4" targetFramework="net452" />
</packages>
4 changes: 2 additions & 2 deletions src/Markdig.Xaml.SampleApp/Markdig.Xaml.SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Markdig, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.15.0\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="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Markdig.Xaml.SampleApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Markdig" version="0.15.0" targetFramework="net452" />
<package id="Markdig" version="0.15.4" targetFramework="net452" />
</packages>

0 comments on commit 3303bad

Please sign in to comment.