Skip to content

Commit 71db796

Browse files
committed
embed README in nuget package
1 parent fd2fdf4 commit 71db796

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CompuMaster.Text.Diff/CompuMaster.Text.Diff.vbproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@
6262
<PackageReference Include="CompuMaster.VisualBasicCompatibility" Version="1.0.6" />
6363
<PackageReference Include="difflib" Version="2017.7.26.1241" />
6464
</ItemGroup>
65-
<ItemGroup>
65+
<PropertyGroup>
66+
<PackageReadmeFile>README.md</PackageReadmeFile>
67+
</PropertyGroup>
68+
<ItemGroup>
69+
<None Include="../README.md" Pack="true" PackagePath="/"/>
70+
</ItemGroup>
71+
<ItemGroup>
6672
<None Include="logo_64x64.png">
6773
<Pack>True</Pack>
6874
<PackagePath></PackagePath>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Quickly dump a nicely formatted diff output to System.Console or to HTML
33

44
## Create quickly a colored diff-output to the system console
5-
![Screenshot of samples for System.Console](Samples/ConsoleSamples.png)
5+
![Screenshot of samples for System.Console](https://raw.githubusercontent.com/CompuMasterGmbH/CompuMaster.Text.Diff/master/Samples/ConsoleSamples.png)
66

77
## Create quickly a colored diff-output to HTML
8-
![Screenshot of samples for System.Console](Samples/HtmlSamples.png)
8+
![Screenshot of samples for System.Console](https://raw.githubusercontent.com/CompuMasterGmbH/CompuMaster.Text.Diff/master/Samples/HtmlSamples.png)
99

1010
## Sample code
1111
This is the full code to create above samples:

0 commit comments

Comments
 (0)