Skip to content

Commit 3cc4430

Browse files
committed
🔧 updating release config
1 parent 1a64bf9 commit 3cc4430

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/HtmlDiff/HtmlDiff.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@
88
<PackageId>htmldiff.net</PackageId>
99
<Authors>Rohland de Charmoy</Authors>
1010
<PackageProjectUrl>https://github.com/Rohland/htmldiff.net</PackageProjectUrl>
11-
<PackageReleaseNotes>Version 1.4 - dotnet standard support</PackageReleaseNotes>
11+
<PackageReleaseNotes>
12+
1.4.1 - dependency updates + bug fix for custom block expressions
13+
1.4.0 - dotnet standard support
14+
</PackageReleaseNotes>
1215
<PackageTags>html htmldiff diff compare</PackageTags>
1316
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1417
<AssemblyTitle>HtmlDiff</AssemblyTitle>
1518
<Description>A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.</Description>
1619
<Company>Rohland de Charmoy</Company>
1720
<Product>HtmlDIff</Product>
21+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1822
</PropertyGroup>
1923
<Import Project="..\MonoForFramework.targets"/>
24+
<ItemGroup>
25+
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
26+
</ItemGroup>
2027
</Project>

0 commit comments

Comments
 (0)