diff --git a/MermaidEditor/Properties/AssemblyInfo.cs b/MermaidEditor/Properties/AssemblyInfo.cs index d0cb7fe..c39cd27 100644 --- a/MermaidEditor/Properties/AssemblyInfo.cs +++ b/MermaidEditor/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.0.0")] diff --git a/MermaidEditor/source.extension.vsixmanifest b/MermaidEditor/source.extension.vsixmanifest index 2bf8f02..21551a6 100644 --- a/MermaidEditor/source.extension.vsixmanifest +++ b/MermaidEditor/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Mermaid editor for visual studio Very simple editor for Mermaid files(*.mmd). It only offers live preview and generates diagrams in *.svg and *.png formats. https://github.com/NeVeSpl/MermaidEditorForVisualStudio