Skip to content

Commit

Permalink
Bumped version to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkDaskin committed Nov 25, 2020
1 parent def0f33 commit dc8419d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VSTabPath/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,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.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
2 changes: 1 addition & 1 deletion VSTabPath/TabPathPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace VSTabPath
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.2.1", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "1.2.2", IconResourceID = 400)] // Info on this package for Help/About
[Guid(PackageGuidString)]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")]
[ProvideAutoLoad(UIContextGuids.SolutionExists, PackageAutoLoadFlags.BackgroundLoad)]
Expand Down
2 changes: 1 addition & 1 deletion VSTabPath/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="VSTabPath.a8bf68de-eafb-40c2-bbb2-b8da07d67630" Version="1.2.1" Language="en-US" Publisher="Dark Daskin" />
<Identity Id="VSTabPath.a8bf68de-eafb-40c2-bbb2-b8da07d67630" Version="1.2.2" Language="en-US" Publisher="Dark Daskin" />
<DisplayName>TabPath</DisplayName>
<Description xml:space="preserve">Shows file paths in tab titles.</Description>
</Metadata>
Expand Down

0 comments on commit dc8419d

Please sign in to comment.