Skip to content

Commit 67a1551

Browse files
committed
typo
1 parent 962fad0 commit 67a1551

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
This file was generate by the MarkdownSnippets.
2+
This file was generate by MarkdownSnippets.
33
Source File: \readme.source.md
44
To change this file edit the source file and then re-run the generation using either the dotnet global tool (https://github.com/SimonCropp/MarkdownSnippets#githubmarkdownsnippets) or using the api (https://github.com/SimonCropp/MarkdownSnippets#running-as-a-unit-test).
55
-->

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
<LangVersion>latest</LangVersion>
66
<NoWarn>CS1591;NU5105;CS1573</NoWarn>
7-
<Version>8.7.0</Version>
7+
<Version>8.7.1</Version>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<Copyright>Copyright $([System.DateTime]::UtcNow.ToString(yyyy)). All rights reserved</Copyright>
1010
<PackageIconUrl>https://raw.githubusercontent.com/SimonCropp/MarkdownSnippets/master/src/icon.png</PackageIconUrl>

src/MarkdownSnippets/Processing/GitHubMarkdownProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void ProcessFile(string sourceFile, MarkdownProcessor markdownProcessor,
7070
using (var writer = File.CreateText(target))
7171
{
7272
writer.WriteLine($@"<!--
73-
This file was generate by the MarkdownSnippets.
73+
This file was generate by MarkdownSnippets.
7474
Source File: {sourceFile.ReplaceCaseless(targetDirectory,"")}
7575
To change this file edit the source file and then re-run the generation using either the dotnet global tool (https://github.com/SimonCropp/MarkdownSnippets#githubmarkdownsnippets) or using the api (https://github.com/SimonCropp/MarkdownSnippets#running-as-a-unit-test).
7676
-->

0 commit comments

Comments
 (0)