Commit 8b98c6d 1 parent a027942 commit 8b98c6d Copy full SHA for 8b98c6d
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >CsToMd</DisplayName >
6
6
<Description xml : space =" preserve" >Generates a Markdown .md file from the input C# .cs file removing the `/*md` and `md*/` comment lines</Description >
7
7
<MoreInfo >https://github.com/dadhi/Cstomd</MoreInfo >
11
11
<PreviewImage >screen1.png</PreviewImage >
12
12
<Tags >CSharp;Markdown;md;FileGenerator;TemplateGenerator;LiterateProgramming;Documentation;LiveDocumentation;RunnableSamples</Tags >
13
13
</Metadata >
14
- <Installation >
14
+ <Installation AllUsers = " true " >
15
15
<InstallationTarget Id =" Microsoft.VisualStudio.Pro" Version =" [15.0, 17.0)" />
16
16
<InstallationTarget Version =" [15.0,17.0)" Id =" Microsoft.VisualStudio.Community" />
17
17
<InstallationTarget Version =" [15.0,17.0)" Id =" Microsoft.VisualStudio.Enterprise" />
21
21
<Dependency Id =" Microsoft.VisualStudio.MPF.15.0" DisplayName =" Visual Studio MPF 15.0" d : Source =" Installed" Version =" [15.0]" />
22
22
</Dependencies >
23
23
<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" />
25
25
</Prerequisites >
26
26
<Assets >
27
27
<Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" |%CurrentProject%;PkgdefProjectOutputGroup|" />
You can’t perform that action at this time.
0 commit comments