Skip to content

Commit

Permalink
Update Extension to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBatlle committed Aug 31, 2022
1 parent 868c90a commit 24013ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NamespaceAdjuster/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 = "Namespace Adjuster";
public const string Description = @"Select one or multiple .cs files and adjust them with the specified Namespace";
public const string Language = "en-US";
public const string Version = "1.1";
public const string Version = "1.2";
public const string Author = "Eric Batlle Clavero";
public const string Tags = "";
}
Expand Down
2 changes: 1 addition & 1 deletion NamespaceAdjuster/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="NamespaceAdjuster.897e9043-7d4c-48ac-a147-97f2dcb2be9f" Version="1.1" Language="en-US" Publisher="Eric Batlle Clavero" />
<Identity Id="NamespaceAdjuster.897e9043-7d4c-48ac-a147-97f2dcb2be9f" Version="1.2" Language="en-US" Publisher="Eric Batlle Clavero" />
<DisplayName>Namespace Adjuster</DisplayName>
<Description xml:space="preserve">Select one or multiple .cs files and adjust them with the specified Namespace</Description>
<Icon>Resources\Icon.png</Icon>
Expand Down

0 comments on commit 24013ab

Please sign in to comment.