Skip to content

Commit 1ec2e6b

Browse files
committed
v10.1.0.3
1 parent f11955f commit 1ec2e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MermaidEditor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("10.1.0.2")]
33-
[assembly: AssemblyFileVersion("10.1.0.2")]
32+
[assembly: AssemblyVersion("10.1.0.3")]
33+
[assembly: AssemblyFileVersion("10.1.0.3")]

MermaidEditor/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="Mermaid.EditorForVisualStudio.e5c82390-1fc1-4d02-8b2d-d732b369ffc6" Version="10.1.0.2" Language="en-US" Publisher="NeVeS" />
4+
<Identity Id="Mermaid.EditorForVisualStudio.e5c82390-1fc1-4d02-8b2d-d732b369ffc6" Version="10.1.0.3" Language="en-US" Publisher="NeVeS" />
55
<DisplayName>Mermaid editor for Visual Studio</DisplayName>
66
<Description xml:space="preserve">A very simple editor for Mermaid files(*.mmd, *.mermaid). It offers live preview, syntax highlighting and generates diagrams in *.svg and *.png formats.</Description>
77
<MoreInfo>https://github.com/NeVeSpl/MermaidEditorForVisualStudio</MoreInfo>

0 commit comments

Comments
 (0)