Skip to content

Commit 905abbd

Browse files
committed
Update changelog and version
1 parent 56941ca commit 905abbd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.2.4
4+
5+
- Fix a crash with the new whitespace handling introduced in 3.2.3 #191
6+
- Table inside list must be aligned with the list item #192
7+
38
## 3.2.3
49

510
- Improve support of table alignment #187

src/Html2OpenXml/HtmlToOpenXml.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<AssemblyName>HtmlToOpenXml</AssemblyName>
1010
<RootNamespace>HtmlToOpenXml</RootNamespace>
1111
<PackageId>HtmlToOpenXml.dll</PackageId>
12-
<Version>3.2.3</Version>
12+
<Version>3.2.4</Version>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<Copyright>Copyright 2009-$([System.DateTime]::Now.Year) Olivier Nizet</Copyright>
1515
<PackageReleaseNotes>See changelog https://github.com/onizet/html2openxml/blob/master/CHANGELOG.md</PackageReleaseNotes>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageTags>office openxml netcore html</PackageTags>
18-
<AssemblyVersion>3.2.3</AssemblyVersion>
18+
<AssemblyVersion>3.2.4</AssemblyVersion>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
<PackageProjectUrl>https://github.com/onizet/html2openxml</PackageProjectUrl>
2121
<RepositoryUrl>https://github.com/onizet/html2openxml</RepositoryUrl>

0 commit comments

Comments
 (0)