Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
aglasencnik committed Sep 9, 2024
1 parent 9f58457 commit 20705d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GraphvizVS/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "GraphvizVS";
public const string Description = @"Streamline your Graphviz graph creation in Visual Studio with GraphvizVS; instantly preview and export diagrams with added IntelliSense support for quicker editing.";
public const string Language = "en-US";
public const string Version = "1.0.0";
public const string Version = "1.1.0";
public const string Author = "Amadej Glasenčnik";
public const string Tags = "graphviz, visual-studio, tools, graphs, vsix, dot-language";
}
Expand Down
2 changes: 1 addition & 1 deletion GraphvizVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<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="GraphvizVS.7e008693-51b2-4c63-9a07-b7d03e14965e" Version="1.0.0" Language="en-US" Publisher="Amadej Glasenčnik" />
<Identity Id="GraphvizVS.7e008693-51b2-4c63-9a07-b7d03e14965e" Version="1.1.0" Language="en-US" Publisher="Amadej Glasenčnik" />
<DisplayName>GraphvizVS</DisplayName>
<Description xml:space="preserve">Streamline your Graphviz graph creation in Visual Studio with GraphvizVS; instantly preview and export diagrams with added IntelliSense support for quicker editing.</Description>
<MoreInfo>https://github.com/aglasencnik/GraphvizVS</MoreInfo>
Expand Down

0 comments on commit 20705d2

Please sign in to comment.