Skip to content

Commit

Permalink
preparing for nuget release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Sep 13, 2023
1 parent ef0f45b commit 3dd3057
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NoSqlMigrator/NoSqlMigrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
<RepositoryUrl>https://github.com/mgroves/NoSqlMigrator</RepositoryUrl>
<PackageTags>Couchbase;NoSQL;migration;database;fluent</PackageTags>
<Copyright>Copyright 2022-Present © Matthew D. Groves and contributors</Copyright>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="logo.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CouchbaseNetClient" Version="3.4.8" />
<PackageReference Include="Polly" Version="7.2.4" />
Expand Down
Binary file added NoSqlMigrator/logo.ico
Binary file not shown.
Binary file removed NoSqlMigrator/logo.png
Binary file not shown.
Binary file removed NoSqlMigrator/logo_wide.png
Binary file not shown.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="center">
<img src="Logo/nosqlmigrator.png" alt="Logo">
</p>
![NoSqlMigrator logo](https://raw.githubusercontent.com/mgroves/NoSqlMigrator/main/Logo/nosqlmigrator.png)

# NoSqlMigrator

Expand Down

0 comments on commit 3dd3057

Please sign in to comment.