Skip to content

Commit

Permalink
v1.7.2 (vsix) - version bump to resign with updated cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Nov 20, 2024
1 parent bd236de commit 4ab38b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WarnAboutTODOs.Vsix/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 = "Warn About TODOs";
public const string Description = @"Displays warnings for TODO notes in comments";
public const string Language = "en-US";
public const string Version = "1.7.1";
public const string Version = "1.7.2";
public const string Author = "Matt Lacey";
public const string Tags = "";
}
Expand Down
2 changes: 1 addition & 1 deletion src/WarnAboutTODOs.Vsix/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="WarnAboutTODOs.c50458a5-b99a-484f-be10-f1a8714c1453" Version="1.7.1" Language="en-US" Publisher="Matt Lacey"/>
<Identity Id="WarnAboutTODOs.c50458a5-b99a-484f-be10-f1a8714c1453" Version="1.7.2" Language="en-US" Publisher="Matt Lacey"/>
<DisplayName>Warn About TODOs</DisplayName>
<Description xml:space="preserve">Displays warnings for TODO notes in comments</Description>
<MoreInfo>https://github.com/mrlacey/WarnAboutTodos</MoreInfo>
Expand Down

0 comments on commit 4ab38b2

Please sign in to comment.