Skip to content

Commit 33a43cc

Browse files
author
Taner Saydam
committed
I updated .NET 10 version
Rename package to TS.FlexiReport
1 parent 2722be4 commit 33a43cc

4 files changed

Lines changed: 56 additions & 53 deletions

File tree

FlexiReport.csproj

Lines changed: 0 additions & 46 deletions
This file was deleted.

TS.FlexiReport.csproj

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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>

FlexiReport.sln renamed to TS.FlexiReport.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.13.35828.75 d17.13
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.3.11206.111 d18.3
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlexiReport", "FlexiReport.csproj", "{958386C2-9876-44D6-8531-B2656F4C3385}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TS.FlexiReport", "TS.FlexiReport.csproj", "{22DF1BC7-FA7E-F215-55A5-DF900D4A9A7E}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{958386C2-9876-44D6-8531-B2656F4C3385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{958386C2-9876-44D6-8531-B2656F4C3385}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{958386C2-9876-44D6-8531-B2656F4C3385}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{958386C2-9876-44D6-8531-B2656F4C3385}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{22DF1BC7-FA7E-F215-55A5-DF900D4A9A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{22DF1BC7-FA7E-F215-55A5-DF900D4A9A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{22DF1BC7-FA7E-F215-55A5-DF900D4A9A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{22DF1BC7-FA7E-F215-55A5-DF900D4A9A7E}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

logo.jpg

476 KB
Loading

0 commit comments

Comments
 (0)