Skip to content

Commit

Permalink
updated extension manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Nov 23, 2019
1 parent b8565bd commit a027942
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CsToMd/CsToMd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<None Include="app.config" />
<None Include="Key.snk" />
<None Include="packages.config" />
<Content Include="ReleaseNotes.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down
5 changes: 2 additions & 3 deletions CsToMd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
6 changes: 6 additions & 0 deletions CsToMd/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release Notes

## V1.1.0

Added support for Visual Studio 2019 (v16)

7 changes: 5 additions & 2 deletions CsToMd/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.0.1" Language="en-US" Publisher="dadhi" />
<Identity Id="CsToMd.13e98d61-1f50-4acd-8e25-099cf4b733f3" Version="1.1.0" Language="en-US" Publisher="dadhi" />
<DisplayName>CsToMd</DisplayName>
<Description xml:space="preserve">Generates a Markdown .md file from the input C# .cs file removing the `/*md` and `md*/` comment lines</Description>
<MoreInfo>https://github.com/dadhi/Cstomd</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\RemoveMdComments.ico</Icon>
<PreviewImage>screen1.png</PreviewImage>
<Tags>CSharp;Markdown;md;FileGenerator;TemplateGenerator;LiterateProgramming;Documentation;LiveDocumentation;RunnableSamples</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0, 17.0)" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit a027942

Please sign in to comment.