Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Included icon file in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 30, 2024
1 parent 1841545 commit 6985cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/DbUp/dbup-sqlite-mono/CI/main)](https://github.com/DbUp/dbup-sqlite-mono/actions/workflows/main.yml?query=branch%3Amain)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/DbUp/dbup-sqlite-mono/main.yml?branch=main)](https://github.com/DbUp/dbup-sqlite-mono/actions/workflows/main.yml?query=branch%3Amain)
[![NuGet](https://img.shields.io/nuget/dt/dbup-sqlite-mono.svg)](https://www.nuget.org/packages/dbup-sqlite-mono)
[![NuGet](https://img.shields.io/nuget/v/dbup-sqlite-mono.svg)](https://www.nuget.org/packages/dbup-sqlite-mono)
[![Prerelease](https://img.shields.io/nuget/vpre/dbup-sqlite-mono?color=orange&label=prerelease)](https://www.nuget.org/packages/dbup-sqlite-mono)
Expand Down
5 changes: 3 additions & 2 deletions src/dbup-sqlite-mono/dbup-sqlite-mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@

<ItemGroup>
<PackageReference Include="dbup-core" Version="5.0.37"/>

<PackageReference Include="Mono.Data.Sqlite.Portable" Version="1.0.3.5" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>


<ItemGroup>
<None Visible="false" Include="../dbup-icon.png" Pack="True" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit 6985cdc

Please sign in to comment.