From 2cff182cd55200a4206f2fd3a6f5c7e407116c25 Mon Sep 17 00:00:00 2001 From: Dark Daskin Date: Fri, 28 Jun 2019 19:48:23 +0300 Subject: [PATCH] Bumped version to 1.2.1. --- 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 4ce9cb0..14196e2 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.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")] diff --git a/VSTabPath/TabPathPackage.cs b/VSTabPath/TabPathPackage.cs index af1e9ca..5a616d2 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", IconResourceID = 400)] // Info on this package for Help/About + [InstalledProductRegistration("#110", "#112", "1.2.1", 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 31c7ded..c7fa8a8 100644 --- a/VSTabPath/source.extension.vsixmanifest +++ b/VSTabPath/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + TabPath Shows file paths in tab titles.