Skip to content

Commit 8aa2846

Browse files
committed
Prepare for next release
1 parent 78f7506 commit 8aa2846

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 3.3.1
4+
5+
- Improve parsing to correctly handle spaces in css style #222
6+
37
## 3.3.0
48

59
- Rewriting of parsing to use `Span<char>` instead of Regex for +25% performance gain 🚀

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Nullable>enable</Nullable>
55
<LangVersion>latest</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<Version>3.3.1</Version>
78
</PropertyGroup>
89

910
<PropertyGroup>

src/Html2OpenXml/HtmlToOpenXml.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<AssemblyName>HtmlToOpenXml</AssemblyName>
88
<RootNamespace>HtmlToOpenXml</RootNamespace>
99
<PackageId>HtmlToOpenXml.dll</PackageId>
10-
<Version>3.3.0</Version>
1110
<PackageIcon>icon.png</PackageIcon>
1211
<PackageReleaseNotes>See changelog https://github.com/onizet/html2openxml/blob/master/CHANGELOG.md</PackageReleaseNotes>
1312
<PackageReadmeFile>README.md</PackageReadmeFile>
1413
<PackageTags>office openxml netcore html</PackageTags>
15-
<AssemblyVersion>3.3.0</AssemblyVersion>
1614
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1715
<PackageProjectUrl>https://github.com/onizet/html2openxml</PackageProjectUrl>
1816
<RepositoryUrl>https://github.com/onizet/html2openxml</RepositoryUrl>

0 commit comments

Comments
 (0)