Skip to content

Commit 8b98c6d

Browse files
committed
attempt to fix the missing reference
1 parent a027942 commit 8b98c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CsToMd/source.extension.vsixmanifest

+3-3
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="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.1.0" Language="en-US" Publisher="dadhi" />
4+
<Identity Id="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.1.1" Language="en-US" Publisher="dadhi" />
55
<DisplayName>CsToMd</DisplayName>
66
<Description xml:space="preserve">Generates a Markdown .md file from the input C# .cs file removing the `/*md` and `md*/` comment lines</Description>
77
<MoreInfo>https://github.com/dadhi/Cstomd</MoreInfo>
@@ -11,7 +11,7 @@
1111
<PreviewImage>screen1.png</PreviewImage>
1212
<Tags>CSharp;Markdown;md;FileGenerator;TemplateGenerator;LiterateProgramming;Documentation;LiveDocumentation;RunnableSamples</Tags>
1313
</Metadata>
14-
<Installation>
14+
<Installation AllUsers="true">
1515
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)" />
1616
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
1717
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
@@ -21,7 +21,7 @@
2121
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
2222
</Dependencies>
2323
<Prerequisites>
24-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
24+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.1.28811.260,17.0)" DisplayName="Visual Studio core editor" />
2525
</Prerequisites>
2626
<Assets>
2727
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)