Skip to content

Commit a2878eb

Browse files
committed
Increment assembly version
1 parent 2302820 commit a2878eb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
- Support MathMl
66
- Support SVG
77

8-
## 3.0.1
8+
## 3.1.0
99

10-
- Ensure to count existing images from header and footer too #113
11-
- Preserve line break pre for OSX/Windows
12-
- Prevent a crash when the provided style is missing its type
13-
- Defensive code to avoid 2 rowSpan+colSpan with a cell in between to crash #59
10+
- Fix table Cell borders are wrongly applied on the run #156
11+
- Correctly handle RTL layout for text, list, table and document scope #86 #66
12+
- Support property line-height #52
13+
- Fallback to `background` style attribute as many users use this simplified attribute version
14+
- In `HtmlDomExpression.CreateFromHtmlNode`, use the correct casting to `IElement` rather than `IHtmlElement`, to prevent crash if `svg` node is encountered
1415

1516
## 3.0.0
1617

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.0.1</Version>
12+
<Version>3.1.0</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.0.1.0</AssemblyVersion>
18+
<AssemblyVersion>3.1.0</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)