Skip to content

Commit f7dee49

Browse files
author
Gert Marginet
committed
Update ProductId to be able to add it to the Visual Studio Market Place
1 parent f70c2d6 commit f7dee49

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

art/SqlQueryTools Attribute.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://storyset.com/work">Work illustrations by Storyset</a>

art/SqlQueryTools.kra

214 KB
Binary file not shown.

art/SqlQueryTools.png

89.6 KB
Loading

art/SqlQueryTools.svg

Lines changed: 1 addition & 0 deletions
Loading

src/SqlQueryTools/source.extension.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ namespace SqlQueryTools
77
{
88
internal sealed partial class Vsix
99
{
10-
public const string Id = "SqlQueryTools.ffaffb7a-1447-4571-89f3-8209865a3f8e";
10+
public const string Id = "SqlQueryTools.46119220-B112-4974-BF62-BA76F5548B13";
1111
public const string Name = "SqlQueryTools";
1212
public const string Description = @"Generate class with string based on Sql file content.";
1313
public const string Language = "en-US";
14-
public const string Version = "1.0";
14+
public const string Version = "1.1";
1515
public const string Author = "Gert Marginet";
1616
public const string Tags = "";
1717
}

src/SqlQueryTools/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="SqlQueryTools.ffaffb7a-1447-4571-89f3-8209865a3f8e" Version="1.0" Language="en-US" Publisher="Gert Marginet" />
4+
<Identity Id="SqlQueryTools.46119220-B112-4974-BF62-BA76F5548B13" Version="1.1" Language="en-US" Publisher="Gert Marginet" />
55
<DisplayName>SqlQueryTools</DisplayName>
66
<Description xml:space="preserve">Generate class with string based on Sql file content.</Description>
77
<MoreInfo>http://github.com/gmarginet/SqlQueryTools</MoreInfo>

0 commit comments

Comments
 (0)