Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit da732a0

Browse files
committed
Updated VSIX manifest
1 parent 29435d6 commit da732a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Vsix/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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="AsyncUsageAnalyzers.Vsix..d724c172-86be-40a0-80e7-1c23b0fd7009" Version="1.0" Language="en-US" Publisher="sam"/>
5-
<DisplayName>AsyncUsageAnalyzers.Vsix</DisplayName>
6-
<Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description>
4+
<Identity Id="AsyncUsageAnalyzers.Tvl.d724c172-86be-40a0-80e7-1c23b0fd7009" Version="1.0" Language="en-US" Publisher="Sam Harwell et. al."/>
5+
<DisplayName>Async Usage Analyzers</DisplayName>
6+
<Description xml:space="preserve">A collection of analyzers for best practices for asynchronous code</Description>
77
</Metadata>
88
<Installation>
99
<InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.Pro" />

0 commit comments

Comments
 (0)