Skip to content

Commit

Permalink
v++
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen.cherkes committed May 6, 2024
1 parent 55b77be commit 1abafe0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?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="SsmsRollbackMode.88a77fca-906b-4bc0-9a92-c77932681df2" Version="1.2" Language="en-US" Publisher="YC" />
<DisplayName>SsmsRollbackMode</DisplayName>
<Description xml:space="preserve">---</Description>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="ssms" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,19.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Metadata>
<Identity Id="SsmsRollbackMode.88a77fca-906b-4bc0-9a92-c77932681df2" Version="1.3" Language="en-US" Publisher="YC" />
<DisplayName>SsmsRollbackMode</DisplayName>
<Description xml:space="preserve">---</Description>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="ssms" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,19.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>

0 comments on commit 1abafe0

Please sign in to comment.