FastReport.Web.nuspec 1.2 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <description>FastReport .NET is a full-featured reporting solution for .Net Core.
  5. Various report objects will allow your report to look exactly how you want it to: 13 types of bands, 25 types of barcodes, table object, diagram, maps, shapes, line, PolyLine, Polygon and many more.
  6. FastReport .NET supports export to various popular formats, such as PDF/A, Excel, Word, Open Office, HTML, CSV, Json, XAML, ZPL, etc.
  7. This package includes Razor components for Blazor Server. Located in FastReport.Web.Blazor.Components namespace and available in .NET Core 3.1+.
  8. </description>
  9. <projectUrl>https://www.fast-report.com/en/product/fast-report-net</projectUrl>
  10. <authors>Fast Reports Inc.</authors>
  11. <owners>Fast Reports Inc.</owners>
  12. <copyright>Fast Reports Inc.</copyright>
  13. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  14. <tags>reporting reports pdf html mvc core</tags>
  15. <frameworkReferences>
  16. <group targetFramework=".NETCoreApp3.1">
  17. <frameworkReference name="Microsoft.AspNetCore.App" />
  18. </group>
  19. </frameworkReferences>
  20. </metadata>
  21. </package>