Skip to content

Commit 41238fd

Browse files
committed
Adding new icon and logo
1 parent 58fea23 commit 41238fd

6 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="src/SqlBuildManager.Console/images/SqlBuildManager_logo.png" alt="Logo" width="50%" />
2+
13
# SQL Build Manager
24

35
SQL Build Manager is a multi-faceted tool to allow you to manage the life-cycle of your databases (both SQL Server and PostgreSQL). It provides a comprehensive set of command line options for the management from one to many thousands of databases.
404 KB
Loading
209 KB
Binary file not shown.
166 KB
Loading
168 KB
Loading

src/SqlBuildManager.Console/sbm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net10.0</TargetFramework>
5-
<ApplicationIcon Condition="Exists('..\SqlSync\Images\Database-commandline.ico')">..\SqlSync\Images\Database-commandline.ico</ApplicationIcon>
5+
<ApplicationIcon>images\SqlBuildManager_icon.ico</ApplicationIcon>
66
</PropertyGroup>
77
<PropertyGroup>
88
<RestoreFallbackFolders>clear</RestoreFallbackFolders>

0 commit comments

Comments
 (0)