Skip to content

Commit 168e280

Browse files
authored
Update 16/umbraco-forms/upgrading/version-specific.md
1 parent 75c4d75 commit 168e280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-forms/upgrading/version-specific.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For reference, the full details are listed here:
2424

2525
#### Removed EPPlus dependency
2626

27-
Previous versions of Forms had a dependency on EPPlus version 4, the last version that was released under the LGPL license and not supported anymore. Newer, supported versions of this dependency require a commerce license, which we don't want to have as requirement for any built-in features in Forms: in this case for exporting form entries into a nicely formatted Excel-document. The built-in export now uses CsvHelper to export to a CSV-file instead.
27+
Previous versions of Forms depended on EPPlus version 4, the last LGPL-licensed release, which is no longer supported. Newer versions require a commerce license, which is not desired for built-in Forms features (such as exporting form entries to formatted Excel files). The built-in export now uses CsvHelper to generate CSV files instead.
2828

2929
## Legacy version specific upgrade notes
3030

0 commit comments

Comments
 (0)