Skip to content

Commit

Permalink
🔧 updating release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohland committed May 29, 2023
1 parent 1a64bf9 commit 3cc4430
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/HtmlDiff/HtmlDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@
<PackageId>htmldiff.net</PackageId>
<Authors>Rohland de Charmoy</Authors>
<PackageProjectUrl>https://github.com/Rohland/htmldiff.net</PackageProjectUrl>
<PackageReleaseNotes>Version 1.4 - dotnet standard support</PackageReleaseNotes>
<PackageReleaseNotes>
1.4.1 - dependency updates + bug fix for custom block expressions
1.4.0 - dotnet standard support
</PackageReleaseNotes>
<PackageTags>html htmldiff diff compare</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyTitle>HtmlDiff</AssemblyTitle>
<Description>A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.</Description>
<Company>Rohland de Charmoy</Company>
<Product>HtmlDIff</Product>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<Import Project="..\MonoForFramework.targets"/>
<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 3cc4430

Please sign in to comment.