Skip to content

Commit bd037b8

Browse files
committed
v10.7.0.0
1 parent 88c0940 commit bd037b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MermaidEditor/MermaidEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<PackageReference Include="Microsoft.VisualStudio.SDK">
9292
<Version>16.0.206</Version>
9393
</PackageReference>
94-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.5.4072">
94+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.8.2365">
9595
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9696
<PrivateAssets>all</PrivateAssets>
9797
</PackageReference>

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.6.0.0")]
33-
[assembly: AssemblyFileVersion("10.6.0.0")]
32+
[assembly: AssemblyVersion("10.7.0.0")]
33+
[assembly: AssemblyFileVersion("10.7.0.0")]

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.6.0.0" Language="en-US" Publisher="NeVeS" />
4+
<Identity Id="Mermaid.EditorForVisualStudio.e5c82390-1fc1-4d02-8b2d-d732b369ffc6" Version="10.7.0.0" 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)