1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net10.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8+ <Title >TS.FlexiReport</Title >
9+ <Version >10.0.0</Version >
10+ <Authors >Taner Saydam</Authors >
11+ <Description >A backend library for generating and managing reports in Flexi Report. Supports dynamic SQL queries, database schema retrieval, and seamless integration with the Angular frontend.</Description >
12+ <Copyright >© 2024 Taner Saydam. Licensed under the MIT License.</Copyright >
13+ <PackageIcon >logo.jpg</PackageIcon >
14+ <PackageReadmeFile >README.md</PackageReadmeFile >
15+ <PackageTags >.NET; Reporting; Flexi Report; SQL; Backend; Data Processing; Report Generator; API; Angular Integration</PackageTags >
16+ <PackageReleaseNotes >
17+ Initial release with core features:
18+
19+ - Dynamic SQL query execution
20+ - Database schema retrieval
21+ - Report model with customizable properties
22+ - API integration for frontend communication
23+ </PackageReleaseNotes >
24+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
25+ <PackageProjectUrl >https://github.com/TS-NuGet-Packages/TS.FlexiReport</PackageProjectUrl >
26+ <RepositoryUrl >https://github.com/TS-NuGet-Packages/TS.FlexiReport</RepositoryUrl >
27+ <RepositoryType >git</RepositoryType >
28+ </PropertyGroup >
29+
30+ <ItemGroup >
31+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10.0.0" />
32+ <PackageReference Include =" TS.Result" Version =" 10.0.0" />
33+ </ItemGroup >
34+
35+ <ItemGroup >
36+ <None Update =" README.md" >
37+ <Pack >True</Pack >
38+ <PackagePath >\</PackagePath >
39+ </None >
40+ </ItemGroup >
41+
42+ <ItemGroup >
43+ <None Update =" logo.jpg" >
44+ <Pack >True</Pack >
45+ <PackagePath >\</PackagePath >
46+ </None >
47+ </ItemGroup >
48+
49+ </Project >
0 commit comments