File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 🚀
Original file line number Diff line number Diff line change 44 <Nullable >enable</Nullable >
55 <LangVersion >latest</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <Version >3.3.1</Version >
78 </PropertyGroup >
89
910 <PropertyGroup >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments