Skip to content

Commit 1e114db

Browse files
committed
Add 3.0.2 release notes
1 parent bdc25d2 commit 1e114db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/HtmlTextWriter/HtmlTextWriter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<RepositoryUrl>https://github.com/mfeingol/htmltextwriter</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
<Description>.NET Standard-compatible replacement for System.Web.UI.HtmlWriter</Description>
20-
<PackageReleaseNotes>3.0.1
20+
<PackageReleaseNotes>3.0.2
2121
===
22-
- Fix some issues with style attributes (thanks, @lordfanger)
23-
- Reduce heap usage on .NET 8 (thanks, @lordfanger)</PackageReleaseNotes>
22+
- Fix #15: Setting HtmlTextWriter Newline property doesnt work
23+
- Add .NET 9 target, remove .NET Standard 1.4 and .NET 8 targets</PackageReleaseNotes>
2424
<PackageProjectUrl>https://github.com/mfeingol/htmltextwriter</PackageProjectUrl>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
</PropertyGroup>

0 commit comments

Comments
 (0)