Skip to content

Commit

Permalink
Add logo to Exceljs project file
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Jul 31, 2023
1 parent cb35186 commit 489f6b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/FsSpreadsheet.Exceljs/FsSpreadsheet.Exceljs.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\..\docs\img\logo.png" Link="logo.png">
<PackagePath>\</PackagePath>
<Pack>true</Pack>
</None>
<Compile Include="Table.fs" />
<Compile Include="Worksheet.fs" />
<Compile Include="Workbook.fs" />
Expand All @@ -25,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fable.Exceljs" Version="1.3.6" />
<PackageReference Include="Fable.Exceljs" Version="1.3.6" />
<PackageReference Include="Fable.Promise" Version="3.2.0" />
</ItemGroup>

Expand All @@ -36,6 +40,8 @@
<ItemGroup>
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>

<ItemGroup />

<PropertyGroup>
<NpmDependencies>
Expand Down

0 comments on commit 489f6b7

Please sign in to comment.