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

Commit

Permalink
#18. Preparing for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-tm committed Dec 31, 2020
1 parent b647c35 commit 917b81b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.0.1] - 2020-12-31

### Fixed

* #17. Change Promoter. Context menu is visible only for sql files. The visibility was deffered to vsct constraint
* #16. Change Promoter. The checking for existing reference was switched as case insensitive

## [1.0.0] - 2020-12-30

### Added
Expand Down
49 changes: 24 additions & 25 deletions src/projects/CommandDefinition/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SSDTDatapatchWrapper.7868B860-066E-4EF7-9C52-BC0084BF9557" Version="1.0.0" Language="en-US" Publisher="Mircea-Tiberiu MATEI" />
<DisplayName>SQL Server Database - Helpers for CD template</DisplayName>
<Description xml:space="preserve">Helpers for SSDT CD project template.
<Metadata>
<Identity Id="SSDTDatapatchWrapper.7868B860-066E-4EF7-9C52-BC0084BF9557" Version="1.0.1" Language="en-US" Publisher="Mircea-Tiberiu MATEI" />
<DisplayName>SQL Server Database - Helpers for CD template</DisplayName>
<Description xml:space="preserve">Helpers for SSDT CD project template.
- Datapatch wrapper (wraps the DML statements as parameter for sp_execute_cd_script)
- Change promoter (spread references to a common script in all qualified siblings)
</Description>
<MoreInfo>https://github.com/matei-tm/SSDT-Continuous-Deployment-Project-Template-Helpers</MoreInfo>
<Icon>Resources\DatapatchWrapperCommand128.png</Icon>
<PreviewImage>Resources\DatapatchWrapperCommand128.png</PreviewImage>
<Tags >Automation; Build; Change Automation; Database; Database Development; Database DevOps; Database Source Control; Deployment; Development; DevOps; Migration; Migration Script; Migration Scripts; Release; SSDT; Source Control; SQL; SQL development; SQL Server; CD Template</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0.26730,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="DatapatchWrapperBuilder" Path="|DatapatchWrapperBuilder|" AssemblyName="|DatapatchWrapperBuilder;AssemblyName|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="DatapatchWrapperCommand" TargetVersion="[15.0.27428,17.0)" Path="|DatapatchWrapperCommand|" />
</Assets>
<MoreInfo>https://github.com/matei-tm/SSDT-Continuous-Deployment-Project-Template-Helpers</MoreInfo>
<Icon>Resources\DatapatchWrapperCommand128.png</Icon>
<PreviewImage>Resources\DatapatchWrapperCommand128.png</PreviewImage>
<Tags >Automation; Build; Change Automation; Database; Database Development; Database DevOps; Database Source Control; Deployment; Development; DevOps; Migration; Migration Script; Migration Scripts; Release; SSDT; Source Control; SQL; SQL development; SQL Server; CD Template</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0.26730,17.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="DatapatchWrapperBuilder" Path="|DatapatchWrapperBuilder|" AssemblyName="|DatapatchWrapperBuilder;AssemblyName|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="DatapatchWrapperCommand" TargetVersion="[15.0.27428,17.0)" Path="|DatapatchWrapperCommand|" />
</Assets>
</PackageManifest>

0 comments on commit 917b81b

Please sign in to comment.