diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.cs b/VS/CSHARP/asm-dude-vsix/source.extension.cs index f03b90b6..261e544b 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.cs +++ b/VS/CSHARP/asm-dude-vsix/source.extension.cs @@ -11,7 +11,7 @@ static class Vsix 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 Language = "en-US"; - public const string Version = "1.8.2.1"; + public const string Version = "1.9.0.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"; } diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest index b60f3909..241e4e1a 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest +++ b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest @@ -1,15 +1,15 @@  - + AsmDude - Syntax highlighting, code completion and code folding for assembly (.asm, .cod, .inc, .s) source code. + Syntax highlighting and code assistance for assembly source code (.asm, .cod, .inc, .s) and the Disassembly Window https://github.com/HJLebbink/asm-dude LICENSE.txt https://github.com/HJLebbink/asm-dude Resources\images\asm.png Resources\images\AsmDude.bmp - Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Folding, Label Analysis, x86_64, SSE, AVX, AVX2, AVX512 + Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Disassembly Window, x86_64, SSE, AVX, AVX2, AVX512