From e8416e14121b89a945dd979e7c25cf9b999261f4 Mon Sep 17 00:00:00 2001 From: heku Date: Sat, 25 Mar 2023 21:37:24 +0800 Subject: [PATCH] Remove product registration info --- Kool.VsDiff.Linked/I18n.Designer.cs | 2 -- Kool.VsDiff.Linked/I18n.en.resx | 10 ---------- Kool.VsDiff.Linked/I18n.zh-Hans.resx | 10 ---------- Kool.VsDiff.Shared/Package.cs | 1 - azure-pipelines.yml | 2 +- 5 files changed, 1 insertion(+), 24 deletions(-) diff --git a/Kool.VsDiff.Linked/I18n.Designer.cs b/Kool.VsDiff.Linked/I18n.Designer.cs index 7dafc93..5fd58f9 100644 --- a/Kool.VsDiff.Linked/I18n.Designer.cs +++ b/Kool.VsDiff.Linked/I18n.Designer.cs @@ -15,8 +15,6 @@ static class I18n { static readonly ResourceManager Resx = new ResourceManager("VSPackage", typeof(I18n).Assembly); - public static string _110 { get; } = Resx.GetString("110"); - public static string _112 { get; } = Resx.GetString("112"); public static string ErrorMessageTitle { get; } = Resx.GetString("ErrorMessageTitle"); public static string OptionsPage_Arguments { get; } = Resx.GetString("OptionsPage_Arguments"); public static string OptionsPage_DiffToolPath { get; } = Resx.GetString("OptionsPage_DiffToolPath"); diff --git a/Kool.VsDiff.Linked/I18n.en.resx b/Kool.VsDiff.Linked/I18n.en.resx index 22c914e..f1e7190 100644 --- a/Kool.VsDiff.Linked/I18n.en.resx +++ b/Kool.VsDiff.Linked/I18n.en.resx @@ -117,16 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VS Diff - - - Another open source Visual Studio extension that makes file/code comparison easier. - - - - Resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Error diff --git a/Kool.VsDiff.Linked/I18n.zh-Hans.resx b/Kool.VsDiff.Linked/I18n.zh-Hans.resx index bb6c2f9..c7d52c9 100644 --- a/Kool.VsDiff.Linked/I18n.zh-Hans.resx +++ b/Kool.VsDiff.Linked/I18n.zh-Hans.resx @@ -117,16 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VS Diff - - - VS Diff 是一个开源的 Visual Studio 拓展工具,方便用户对文件、代码进行比较。 - - - - Resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - 错误 diff --git a/Kool.VsDiff.Shared/Package.cs b/Kool.VsDiff.Shared/Package.cs index 90cb6f7..8af83d5 100644 --- a/Kool.VsDiff.Shared/Package.cs +++ b/Kool.VsDiff.Shared/Package.cs @@ -15,7 +15,6 @@ namespace Kool.VsDiff; [Guid(Ids.PACKAGE)] [PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)] -[InstalledProductRegistration("#110", "#112", VERSION, IconResourceID = 400)] [ProvideMenuResource("Menus.ctmenu", 1)] [ProvideOptionPage(typeof(VsDiffOptions), PRODUCT, NAME, 0, 0, true, Sort = 100)] [ProvideAutoLoad(Microsoft.VisualStudio.VSConstants.UICONTEXT.ShellInitialized_string, PackageAutoLoadFlags.BackgroundLoad)] diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2044f6..e47ff29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: - refs/tags/v* variables: - versionPrefix: 2.6 + versionPrefix: 2.7 # https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops&tabs=yaml name: $(versionPrefix).$(Rev:r)0