Skip to content

Commit 3b22a93

Browse files
Update VSIX version to 1.0.4
Something is a bit messed up in the VS code gallery, so I'm pushing the version number again.
1 parent 99e7f89 commit 3b22a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/CSharpEssentials.Vsix/source.extension.vsixmanifest

+2-2
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="CSharpEssentials.b317d43c-08cc-4eb2-8035-414864fda0cb" Version="1.0.2" Language="en-US" Publisher="Dustin Campbell"/>
4+
<Identity Id="CSharpEssentials.b317d43c-08cc-4eb2-8035-414864fda0cb" Version="1.0.4" Language="en-US" Publisher="Dustin Campbell"/>
55
<DisplayName>C# Essentials</DisplayName>
6-
<Description xml:space="preserve">A collection of Roslyn diagnostics, code fixes and refactorings to support C# 6 language features.</Description>
6+
<Description xml:space="preserve">A collection of Roslyn diagnostics, code fixes and refactorings to support C# language features.</Description>
77
<License>License.rtf</License>
88
</Metadata>
99
<Installation>

0 commit comments

Comments
 (0)