Skip to content

Commit

Permalink
fix: include images in package
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Aug 21, 2023
1 parent 08f0dfa commit c8945d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/TimeProviderExtensions/TimeProviderExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\docs\advance-1-second.svg">
<Pack>True</Pack>
<PackagePath>\docs\</PackagePath>
</None>
<None Include="..\..\docs\FakeTimeProvider-advance-3-seconds.svg">
<Pack>True</Pack>
<PackagePath>\docs\</PackagePath>
</None>
<None Include="..\..\docs\ManualTimeProvider-advance-3-seconds.svg">
<Pack>True</Pack>
<PackagePath>\docs\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c8945d0

Please sign in to comment.