We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc25d2 commit 1e114dbCopy full SHA for 1e114db
1 file changed
Source/HtmlTextWriter/HtmlTextWriter.csproj
@@ -17,10 +17,10 @@
17
<RepositoryUrl>https://github.com/mfeingol/htmltextwriter</RepositoryUrl>
18
<RepositoryType>git</RepositoryType>
19
<Description>.NET Standard-compatible replacement for System.Web.UI.HtmlWriter</Description>
20
- <PackageReleaseNotes>3.0.1
+ <PackageReleaseNotes>3.0.2
21
===
22
-- Fix some issues with style attributes (thanks, @lordfanger)
23
-- Reduce heap usage on .NET 8 (thanks, @lordfanger)</PackageReleaseNotes>
+- Fix #15: Setting HtmlTextWriter Newline property doesnt work
+- Add .NET 9 target, remove .NET Standard 1.4 and .NET 8 targets</PackageReleaseNotes>
24
<PackageProjectUrl>https://github.com/mfeingol/htmltextwriter</PackageProjectUrl>
25
<NeutralLanguage>en-US</NeutralLanguage>
26
</PropertyGroup>
0 commit comments