|
8 | 8 | <Copyright>MIT</Copyright> |
9 | 9 | <PackageIcon>Logo.jpg</PackageIcon> |
10 | 10 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
11 | | - <Version>4.0.1</Version> |
| 11 | + <Version>4.0.2</Version> |
12 | 12 | <Company>PandaTech</Company> |
13 | 13 | <Title>Db models to files Exporter</Title> |
14 | 14 | <RepositoryType>lib</RepositoryType> |
15 | 15 | <PackageTags>Pandatech, lib, export, xlsx, csv, pdf</PackageTags> |
16 | 16 | <Description>Export table data into xls, xlsx, csv, pdf formats</Description> |
17 | 17 | <RepositoryUrl>https://github.com/PandaTechAM/be-lib-file-exporter</RepositoryUrl> |
18 | | - <PackageReleaseNotes>Nuget updates</PackageReleaseNotes> |
| 18 | + <PackageReleaseNotes>Fonts include fix</PackageReleaseNotes> |
19 | 19 | </PropertyGroup> |
20 | 20 |
|
21 | 21 | <ItemGroup> |
|
26 | 26 | </ItemGroup> |
27 | 27 |
|
28 | 28 | <ItemGroup> |
29 | | - <Content Include="Fonts\arial.ttf"> |
| 29 | + <EmbeddedResource Include="Fonts\arial.ttf"> |
30 | 30 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
31 | 31 | <PackageCopyToOutput>true</PackageCopyToOutput> |
32 | | - </Content> |
33 | | - <Content Include="Fonts\arialbd.ttf"> |
| 32 | + </EmbeddedResource> |
| 33 | + <EmbeddedResource Include="Fonts\arialbd.ttf"> |
34 | 34 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
35 | 35 | <PackageCopyToOutput>true</PackageCopyToOutput> |
36 | | - </Content> |
37 | | - <Content Include="Fonts\ariali.ttf"> |
| 36 | + </EmbeddedResource> |
| 37 | + <EmbeddedResource Include="Fonts\ariali.ttf"> |
38 | 38 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
39 | 39 | <PackageCopyToOutput>true</PackageCopyToOutput> |
40 | | - </Content> |
| 40 | + </EmbeddedResource> |
41 | 41 | </ItemGroup> |
42 | 42 |
|
43 | 43 | <ItemGroup> |
|
0 commit comments