Skip to content

Commit dfba7c1

Browse files
committed
Update version to v1.4.
1 parent c266d30 commit dfba7c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ToggleComment/ToggleCommentPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace ToggleComment
88
/// 拡張機能として配置されるパッケージです。
99
/// </summary>
1010
[PackageRegistration(UseManagedResourcesOnly = true)]
11-
[InstalledProductRegistration("#110", "#112", "1.3", IconResourceID = 400)] // Visual Studio のヘルプ/バージョン情報に表示される情報です。
11+
[InstalledProductRegistration("#110", "#112", "1.4", IconResourceID = 400)] // Visual Studio のヘルプ/バージョン情報に表示される情報です。
1212
[Guid(PackageGuidString)]
1313
[ProvideMenuResource("Menus.ctmenu", 1)]
1414
public sealed class ToggleCommentPackage : Package

ToggleComment/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="b61761b3-d13a-42a7-8799-8dbc603ff1e7">
44
<Name>Toggle Comment</Name>
55
<Author>munyabe</Author>
6-
<Version>1.3</Version>
6+
<Version>1.4</Version>
77
<Description xml:space="preserve">This is a simple visual studio extension to comment/uncomment the selected lines.</Description>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>https://visualstudiogallery.msdn.microsoft.com/964eee4b-2f38-43ab-93be-0ffd598d2c25</MoreInfoUrl>

0 commit comments

Comments
 (0)