Skip to content

Commit c917867

Browse files
committed
Update readme and remove changelog injection in nuget package
1 parent 951c844 commit c917867

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
HtmlToOpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments into Word.
88

9-
This library supports both **.Net Framework 4.6.2**, **.NET Standard 2.0** and **.NET 8** which are all LTS.
9+
This library supports both **.Net Framework 4.6.2**, **.NET Standard 2.0**, **.NET 8** **.NET 10** which are all LTS.
1010

1111
Depends on [DocumentFormat.OpenXml](https://www.nuget.org/packages/DocumentFormat.OpenXml/) and [AngleSharp](https://www.nuget.org/packages/AngleSharp).
1212

src/Html2OpenXml/HtmlToOpenXml.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,5 @@
6161
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
6262
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
6363
</PropertyGroup>
64-
65-
<!-- replace nuget release notes from changelog -->
66-
<Target Name="PreparePackageReleaseNotesFromFile" BeforeTargets="GenerateNuspec">
67-
<ReadLinesFromFile File="../../CHANGELOG.md">
68-
<Output TaskParameter="Lines" ItemName="ReleaseNoteLines" />
69-
</ReadLinesFromFile>
70-
<PropertyGroup>
71-
<PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
72-
</PropertyGroup>
73-
</Target>
7464

7565
</Project>

0 commit comments

Comments
 (0)