From dc8419d499bed172f80a363531b48444d5b9b0fa Mon Sep 17 00:00:00 2001 From: Dark Daskin Date: Wed, 25 Nov 2020 18:28:58 +0300 Subject: [PATCH] Bumped version to 1.2.2. --- VSTabPath/Properties/AssemblyInfo.cs | 4 ++-- VSTabPath/TabPathPackage.cs | 2 +- VSTabPath/source.extension.vsixmanifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VSTabPath/Properties/AssemblyInfo.cs b/VSTabPath/Properties/AssemblyInfo.cs index 14196e2..5b3346c 100644 --- a/VSTabPath/Properties/AssemblyInfo.cs +++ b/VSTabPath/Properties/AssemblyInfo.cs @@ -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")] diff --git a/VSTabPath/TabPathPackage.cs b/VSTabPath/TabPathPackage.cs index 5a616d2..97f4c83 100644 --- a/VSTabPath/TabPathPackage.cs +++ b/VSTabPath/TabPathPackage.cs @@ -29,7 +29,7 @@ namespace VSTabPath /// /// [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)] diff --git a/VSTabPath/source.extension.vsixmanifest b/VSTabPath/source.extension.vsixmanifest index c7fa8a8..5db9cd9 100644 --- a/VSTabPath/source.extension.vsixmanifest +++ b/VSTabPath/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + TabPath Shows file paths in tab titles.