Skip to content

Commit e7f0f15

Browse files
committed
Merge branch 'development'
2 parents 2fc1ecc + 41e066b commit e7f0f15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/FileExporter/FileExporter.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<Copyright>MIT</Copyright>
99
<PackageIcon>Logo.jpg</PackageIcon>
1010
<PackageReadmeFile>Readme.md</PackageReadmeFile>
11-
<Version>4.0.1</Version>
11+
<Version>4.0.2</Version>
1212
<Company>PandaTech</Company>
1313
<Title>Db models to files Exporter</Title>
1414
<RepositoryType>lib</RepositoryType>
1515
<PackageTags>Pandatech, lib, export, xlsx, csv, pdf</PackageTags>
1616
<Description>Export table data into xls, xlsx, csv, pdf formats</Description>
1717
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-file-exporter</RepositoryUrl>
18-
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
18+
<PackageReleaseNotes>Fonts include fix</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
@@ -26,18 +26,18 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<Content Include="Fonts\arial.ttf">
29+
<EmbeddedResource Include="Fonts\arial.ttf">
3030
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3131
<PackageCopyToOutput>true</PackageCopyToOutput>
32-
</Content>
33-
<Content Include="Fonts\arialbd.ttf">
32+
</EmbeddedResource>
33+
<EmbeddedResource Include="Fonts\arialbd.ttf">
3434
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3535
<PackageCopyToOutput>true</PackageCopyToOutput>
36-
</Content>
37-
<Content Include="Fonts\ariali.ttf">
36+
</EmbeddedResource>
37+
<EmbeddedResource Include="Fonts\ariali.ttf">
3838
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3939
<PackageCopyToOutput>true</PackageCopyToOutput>
40-
</Content>
40+
</EmbeddedResource>
4141
</ItemGroup>
4242

4343
<ItemGroup>

0 commit comments

Comments
 (0)