Skip to content

Commit

Permalink
bumped version to 1.8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Jun 16, 2017
1 parent d5d14b6 commit 7f8c98d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VS/CSHARP/asm-dude-vsix/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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) source code.";
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.1.4";
public const string Version = "1.8.2.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";
}
Expand Down
4 changes: 2 additions & 2 deletions VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="c729d6b2-f412-49ed-893d-a8f61f25db98" Version="1.8.1.4" Language="en-US" Publisher="Henk-Jan Lebbink" />
<Identity Id="c729d6b2-f412-49ed-893d-a8f61f25db98" Version="1.8.2.0" Language="en-US" Publisher="Henk-Jan Lebbink" />
<DisplayName>AsmDude</DisplayName>
<Description xml:space="preserve">Syntax highlighting, code completion and code folding for assembly (.asm, .cod, .inc) source code.</Description>
<Description xml:space="preserve">Syntax highlighting, code completion and code folding for assembly (.asm, .cod, .inc, .s) source code.</Description>
<MoreInfo>https://github.com/HJLebbink/asm-dude</MoreInfo>
<License>LICENSE.txt</License>
<GettingStartedGuide>https://github.com/HJLebbink/asm-dude</GettingStartedGuide>
Expand Down

0 comments on commit 7f8c98d

Please sign in to comment.