diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fe4af4..cda8d21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# upcoming version
+ * Removed .NET Core 3.1 and .NET 5 support
+ * Added CSV Renderer
+ * Added XML Data Exporter
+
# 15.1.21
* Added assembly strong name
diff --git a/Microsoft.ReportViewer.NETCore/Microsoft.ReportViewer.NETCore.csproj b/Microsoft.ReportViewer.NETCore/Microsoft.ReportViewer.NETCore.csproj
index b37ebe0..7dbb46c 100644
--- a/Microsoft.ReportViewer.NETCore/Microsoft.ReportViewer.NETCore.csproj
+++ b/Microsoft.ReportViewer.NETCore/Microsoft.ReportViewer.NETCore.csproj
@@ -9,7 +9,7 @@
Microsoft, lkosson
Microsoft
ReportViewer Core
- SQL Server Reporting Services engine decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0
+ SQL Server Reporting Services engine decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0
https://github.com/lkosson/reportviewercore
false
True
diff --git a/Microsoft.ReportViewer.NETCore/README.md b/Microsoft.ReportViewer.NETCore/README.md
index 66c83fb..d7a10e6 100644
--- a/Microsoft.ReportViewer.NETCore/README.md
+++ b/Microsoft.ReportViewer.NETCore/README.md
@@ -1,6 +1,6 @@
# This project is not supported/developed by Microsoft
-This project is aimed at porting Microsoft SQL Server Reporting Services (Report Viewer) to .NET Core 3.1, .NET 5 and .NET 6. Sources and examples are available at https://github.com/lkosson/reportviewercore/
+This project is aimed at porting Microsoft SQL Server Reporting Services (Report Viewer) to .NET 6. Sources and examples are available at https://github.com/lkosson/reportviewercore/
# Basic usage
diff --git a/Microsoft.ReportViewer.NETCore/ReportViewerCore.NETCore.nuspec b/Microsoft.ReportViewer.NETCore/ReportViewerCore.NETCore.nuspec
index 41d8909..be5007c 100644
--- a/Microsoft.ReportViewer.NETCore/ReportViewerCore.NETCore.nuspec
+++ b/Microsoft.ReportViewer.NETCore/ReportViewerCore.NETCore.nuspec
@@ -8,7 +8,7 @@
false
MIT
https://github.com/lkosson/reportviewercore
- SQL Server Reporting Services engine decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0
+ SQL Server Reporting Services engine decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0
ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore
images\icon.png
docs\README.md
diff --git a/Microsoft.ReportViewer.WinForms/Microsoft.ReportViewer.WinForms.csproj b/Microsoft.ReportViewer.WinForms/Microsoft.ReportViewer.WinForms.csproj
index a807e70..d701948 100644
--- a/Microsoft.ReportViewer.WinForms/Microsoft.ReportViewer.WinForms.csproj
+++ b/Microsoft.ReportViewer.WinForms/Microsoft.ReportViewer.WinForms.csproj
@@ -14,7 +14,7 @@
15.1.21
Microsoft
ReportViewer Core
- SQL Server Reporting Services WinForms ReportViewer decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0
+ SQL Server Reporting Services WinForms ReportViewer decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0
True
..\ReportViewerCore.snk
diff --git a/Microsoft.ReportViewer.WinForms/README.md b/Microsoft.ReportViewer.WinForms/README.md
index 796694c..387433e 100644
--- a/Microsoft.ReportViewer.WinForms/README.md
+++ b/Microsoft.ReportViewer.WinForms/README.md
@@ -1,5 +1,5 @@
# This project is not supported/developed by Microsoft
-This project is a recompilation of WinForms ReportViewer (part of Microsoft SQL Server Reporting Services) to .NET Core 3.1,. NET 5 and .NET 6.
+This project is a recompilation of WinForms ReportViewer (part of Microsoft SQL Server Reporting Services) to .NET 6.
Sources and examples are available at https://github.com/lkosson/reportviewercore/
\ No newline at end of file
diff --git a/Microsoft.ReportViewer.WinForms/ReportViewerCore.WinForms.nuspec b/Microsoft.ReportViewer.WinForms/ReportViewerCore.WinForms.nuspec
index ef3d3de..6e2d73b 100644
--- a/Microsoft.ReportViewer.WinForms/ReportViewerCore.WinForms.nuspec
+++ b/Microsoft.ReportViewer.WinForms/ReportViewerCore.WinForms.nuspec
@@ -8,7 +8,7 @@
false
MIT
https://github.com/lkosson/reportviewercore
- SQL Server Reporting Services ReportViewer WinForms control decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0
+ SQL Server Reporting Services ReportViewer WinForms control decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0
ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore WinForms Windows Forms Desktop
images\icon.png
docs\README.md
diff --git a/README.md b/README.md
index 0214acc..eb70182 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# ReportViewer Core
-This project is a port of Microsoft Reporting Services (Report Viewer) to .NET Core 3.1+. It is feature-complete and ready for production use, but keep in mind it is not officially supported by Microsoft.
+This project is a port of Microsoft Reporting Services (Report Viewer) to .NET 6+. It is feature-complete and ready for production use, but keep in mind it is not officially supported by Microsoft.
For version history and recent fixes, see [changelog](CHANGELOG.md).
@@ -79,6 +79,8 @@ All formats are supported on Windows, Linux and Mac OS. For formats marked with
* EXCELOPENXML (Microsoft Excel Open XML)
* WORD (Microsoft Word 97/2003) (*)
* WORDOPENXML (Microsoft Word Open XML)
+ * CSV
+ * XML
# Linux rendering workaround