diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.cs b/VS/CSHARP/asm-dude-vsix/source.extension.cs index 0c337a24..bb969891 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.cs +++ b/VS/CSHARP/asm-dude-vsix/source.extension.cs @@ -9,10 +9,10 @@ static class Vsix { public const string Id = "c729d6b2-f412-49ed-893d-a8f61f25db98"; public const string Name = "AsmDude"; - public const string Description = "Syntax highlighting, code completion and code folding for assembly (.asm, .cod, .inc, .s) source code."; + public const string Description = "Syntax highlighting and code assistance for assembly source code (.asm, .cod, .inc, .s) and the Disassembly Window "; public const string Language = "en-US"; - public const string Version = "1.9.2.0"; + public const string Version = "1.9.3.0"; public const string Author = "Henk-Jan Lebbink"; - public const string Tags = "Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Folding, Label Analysis, x86_64, SSE, AVX, AVX2, AVX512"; + public const string Tags = "Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Disassembly Window, Code Analysis, x86_64, SSE, AVX, AVX2, AVX512"; } } diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest index 1162afcd..c4016cc1 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest +++ b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + AsmDude Syntax highlighting and code assistance for assembly source code (.asm, .cod, .inc, .s) and the Disassembly Window https://github.com/HJLebbink/asm-dude @@ -9,7 +9,7 @@ https://github.com/HJLebbink/asm-dude Resources\images\asm.png Resources\images\AsmDude.bmp - Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Disassembly Window, x86_64, SSE, AVX, AVX2, AVX512 + Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Disassembly Window, Code Analysis, x86_64, SSE, AVX, AVX2, AVX512