Skip to content

Commit 1bb40e0

Browse files
committed
Version 3.3:
+ New Smart Bar commands ! Used theme colors for Smart Bar icons and background - Bug fixes
1 parent 0f2472b commit 1bb40e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Codist/CodistPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Codist
1313
/// <para>To get loaded into VS, the package must be referred by &lt;Asset Type="Microsoft.VisualStudio.VsPackage" ...&gt; in .vsixmanifest file.</para>
1414
/// </remarks>
1515
[PackageRegistration(UseManagedResourcesOnly = true)]
16-
[InstalledProductRegistration("#110", "#112", "3.0", IconResourceID = 400)] // Information on this package for Help/About
16+
[InstalledProductRegistration("#110", "#112", "3.3", IconResourceID = 400)] // Information on this package for Help/About
1717
[Guid(PackageGuidString)]
1818
[ProvideOptionPage(typeof(Options.General), Constants.NameOfMe, "General", 0, 0, true)]
1919
[ProvideOptionPage(typeof(Options.SuperQuickInfo), CategorySuperQuickInfo, "General", 0, 0, true, Sort = 10)]

Codist/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: AssemblyVersion("3.0.0.0")]
14-
[assembly: AssemblyFileVersion("3.2.0.1528")]
14+
[assembly: AssemblyFileVersion("3.3.0.1532")]

Codist/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="Codist.WMJ.c7b93d20-621f-4b21-9d28-d51157ef0b94" Version="3.2.1.1528" Language="en-US" Publisher="WMJ" />
4+
<Identity Id="Codist.WMJ.c7b93d20-621f-4b21-9d28-d51157ef0b94" Version="3.3.0.1530" Language="en-US" Publisher="WMJ" />
55
<DisplayName>Codist</DisplayName>
66
<Description xml:space="preserve">A Roslyn-powered C# coding experience enhancer with advanced syntax highlight, Super Quick Info (code tooltip), Smart Bar, Code Structure Markers on scrollbar, comment tagger, and more.</Description>
77
<MoreInfo>https://github.com/wmjordan/Codist</MoreInfo>

0 commit comments

Comments
 (0)