Skip to content

Commit

Permalink
Fix path to icons project
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsales committed Sep 30, 2024
1 parent 8b6b0a3 commit d28d08e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/SSync.Client.LitebDB/SSync.Client.LitebDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>

<PackageId>SSync.Client.LitebDB</PackageId>
<Version>{{Version}}</Version>
<!--<Version>{{Version}}</Version>-->
<Authors>Gabriel Sales</Authors>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -15,11 +15,19 @@
<RepositoryUrl>https://github.com/salesHgabriel/SSync.LiteDB</RepositoryUrl>
<PackageProjectUrl>https://github.com/salesHgabriel/SSync.LiteDB</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<Description>Project to work sync client to server</Description>
<PackageIcon>sync-client.png</PackageIcon>


</PropertyGroup>

<ItemGroup>
<None Include="..\..\sync-client.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.21" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/SSync.Server.LitebDB/SSync.Server.LitebDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@
<RepositoryUrl>https://github.com/salesHgabriel/SSync.LiteDB</RepositoryUrl>
<PackageProjectUrl>https://github.com/salesHgabriel/SSync.LiteDB</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<Description>Project to work sync server to client</Description>
<PackageIcon>sync-server.png</PackageIcon>


</PropertyGroup>

<ItemGroup>
<None Include="..\..\sync-server.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
Expand Down
Binary file modified sync-client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sync-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d28d08e

Please sign in to comment.