Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkosson committed Aug 13, 2024
1 parent 4460c17 commit 7fe49d6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>Microsoft, lkosson</Authors>
<Company>Microsoft</Company>
<Product>ReportViewer Core</Product>
<Description>SQL Server Reporting Services engine decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</Description>
<Description>SQL Server Reporting Services engine decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0</Description>
<PackageProjectUrl>https://github.com/lkosson/reportviewercore</PackageProjectUrl>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<SignAssembly>True</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Microsoft.ReportViewer.NETCore/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/lkosson/reportviewercore</projectUrl>
<description>SQL Server Reporting Services engine decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</description>
<description>SQL Server Reporting Services engine decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0</description>
<tags>ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore</tags>
<icon>images\icon.png</icon>
<readme>docs\README.md</readme>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Version>15.1.21</Version>
<Company>Microsoft</Company>
<Product>ReportViewer Core</Product>
<Description>SQL Server Reporting Services WinForms ReportViewer decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</Description>
<Description>SQL Server Reporting Services WinForms ReportViewer decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0</Description>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\ReportViewerCore.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Microsoft.ReportViewer.WinForms/README.md
Original file line number Diff line number Diff line change
@@ -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/
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/lkosson/reportviewercore</projectUrl>
<description>SQL Server Reporting Services ReportViewer WinForms control decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</description>
<description>SQL Server Reporting Services ReportViewer WinForms control decompiled and recompiled for .NET 6. Based on ReportViewer 15.0.1404.0</description>
<tags>ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore WinForms Windows Forms Desktop</tags>
<icon>images\icon.png</icon>
<readme>docs\README.md</readme>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7fe49d6

Please sign in to comment.