Skip to content

Commit

Permalink
fix: Always use UTF-8 encoding for saving documents
Browse files Browse the repository at this point in the history
Update MarkdownGenerator to verion 2.3.12 which includes a fix to
always use UTF-8 encoding instead of the system's default encoding
  • Loading branch information
ap0llo committed Oct 7, 2019
1 parent ed9303a commit 8ab81c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.11" />
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.12" />
<PackageReference Include="Grynwald.Utilities" Version="1.5.6-pre" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.11" />
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.12" />
<PackageReference Include="Grynwald.Utilities" Version="1.5.6-pre" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/MdDocs.Common/Grynwald.MdDocs.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.11" />
<PackageReference Include="Grynwald.MarkdownGenerator" Version="2.3.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
</ItemGroup>
Expand Down

0 comments on commit 8ab81c3

Please sign in to comment.