|
8 | 8 | <Copyright>MIT</Copyright> |
9 | 9 | <PackageIcon>Logo.jpg</PackageIcon> |
10 | 10 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
11 | | - <Version>4.0.2</Version> |
| 11 | + <Version>4.0.3</Version> |
12 | 12 | <Company>PandaTech</Company> |
13 | | - <Title>Db models to files Exporter</Title> |
14 | | - <RepositoryType>lib</RepositoryType> |
| 13 | + <Title>Model to File</Title> |
15 | 14 | <PackageTags>Pandatech, lib, export, xlsx, csv, pdf</PackageTags> |
16 | 15 | <Description>Export table data into xls, xlsx, csv, pdf formats</Description> |
17 | 16 | <RepositoryUrl>https://github.com/PandaTechAM/be-lib-file-exporter</RepositoryUrl> |
18 | | - <PackageReleaseNotes>Fonts include fix</PackageReleaseNotes> |
| 17 | + <PackageReleaseNotes>Cleanup</PackageReleaseNotes> |
19 | 18 | </PropertyGroup> |
20 | 19 |
|
21 | | - <ItemGroup> |
22 | | - <None Remove="Fonts\arial.ttf"/> |
23 | | - <None Remove="Fonts\arialbd.ttf"/> |
24 | | - <None Remove="Fonts\ariali.ttf"/> |
25 | | - <None Remove="mime_types.json"/> |
26 | | - </ItemGroup> |
27 | | - |
28 | 20 | <ItemGroup> |
29 | 21 | <EmbeddedResource Include="Fonts\arial.ttf"> |
30 | 22 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
47 | 39 |
|
48 | 40 | <ItemGroup> |
49 | 41 | <PackageReference Include="ClosedXML" Version="0.104.2" /> |
50 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" /> |
51 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" /> |
52 | | - <PackageReference Include="PdfSharpCore" Version="1.3.65" /> |
| 42 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.4" /> |
| 43 | + <PackageReference Include="PdfSharpCore" Version="1.3.67" /> |
53 | 44 | </ItemGroup> |
54 | 45 | </Project> |
0 commit comments