Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BigEgg committed Sep 30, 2020
1 parent 38ff4df commit e5e8c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerMode/PowerModePackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "0.7", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.0.0", IconResourceID = 400)] // Info on this package for Help/About
[Guid(PowerModePackage.PackageGuidString)]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")]
[ProvideOptionPage(typeof(GeneralOptionPage), "Power Mode", "General", 0, 0, true)]
Expand Down
2 changes: 1 addition & 1 deletion PowerMode/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="PowerMode.BigEgg.da608ebd-fb4a-4cf7-8b94-bd63bbe4ffed" Version="0.7" Language="en-US" Publisher="BigEgg" />
<Identity Id="PowerMode.BigEgg.da608ebd-fb4a-4cf7-8b94-bd63bbe4ffed" Version="1.0.0" Language="en-US" Publisher="BigEgg" />
<DisplayName>PowerMode</DisplayName>
<Description xml:space="preserve">This is the Power Mode extension for Visual Studio to replicate the effects from https://github.com/codeinthedark/editor.</Description>
<MoreInfo>https://bigeggtools.github.io/PowerMode/</MoreInfo>
Expand Down

0 comments on commit e5e8c2f

Please sign in to comment.