Skip to content

Commit

Permalink
Merge pull request #1 from ormico/feature/latest-updates
Browse files Browse the repository at this point in the history
Feature/latest updates
  • Loading branch information
ormico authored Jun 30, 2020
2 parents 1488e9a + 6fc2879 commit 963a886
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<Product>SQL Server plugin for Ormico DB Patch Manager</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>Copyright (c) 2019 Zack Moore</Copyright>
<Copyright>Copyright (c) 2020 Zack Moore</Copyright>
<Description>SQL Server plugin for Ormico DB Patch Manager. Provides interface for DB Patch Manager to perform change control on SQL Server.</Description>
<PackageProjectUrl>https://dbpatch.dev/</PackageProjectUrl>
<PackageIcon>dbpatch-manager-profile.png</PackageIcon>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,6 +22,10 @@
<None Remove="SqlScripts\GetInstalledPatches.sql" />
<None Remove="SqlScripts\InitPatchTable.sql" />
<None Remove="SqlScripts\temp.sql" />
<None Include="..\..\assets\dbpatch-manager-profile.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand All @@ -30,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="1.60.6" />
<PackageReference Include="Ormico.DbPatchManager.Logic" Version="2.0.0" />
<PackageReference Include="Ormico.DbPatchManager.Common" Version="1.0.0" />
<PackageReference Include="Ormico.SqlGoSplitter" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added assets/dbpatch-manager-profile.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 963a886

Please sign in to comment.