diff --git a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj
index a28b31d..070f979 100644
--- a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj
+++ b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj
@@ -9,7 +9,11 @@
SQL Server plugin for Ormico DB Patch Manager
true
true
- Copyright (c) 2019 Zack Moore
+ Copyright (c) 2020 Zack Moore
+ SQL Server plugin for Ormico DB Patch Manager. Provides interface for DB Patch Manager to perform change control on SQL Server.
+ https://dbpatch.dev/
+ dbpatch-manager-profile.png
+ 1.0.0
@@ -18,6 +22,10 @@
+
+ True
+
+
@@ -30,7 +38,7 @@
-
+
diff --git a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/SqlDatabase.cs b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/SqlDatabase.cs
index f6ca4ae..f109b64 100644
--- a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/SqlDatabase.cs
+++ b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/SqlDatabase.cs
@@ -7,7 +7,7 @@
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
-using Ormico.DbPatchManager.Logic;
+using Ormico.DbPatchManager.Common;
using Ormico.SqlGoSplitter;
namespace Ormico.DbPatchManager.SqlServer
diff --git a/assets/dbpatch-manager-profile.png b/assets/dbpatch-manager-profile.png
new file mode 100644
index 0000000..c99b25e
Binary files /dev/null and b/assets/dbpatch-manager-profile.png differ