Skip to content

Commit

Permalink
Remove product registration info
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Mar 25, 2023
1 parent e6bfc5f commit e8416e1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
2 changes: 0 additions & 2 deletions Kool.VsDiff.Linked/I18n.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions Kool.VsDiff.Linked/I18n.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="110" xml:space="preserve">
<value>VS Diff</value>
</data>
<data name="112" xml:space="preserve">
<value>Another open source Visual Studio extension that makes file/code comparison easier.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ErrorMessageTitle" xml:space="preserve">
<value>Error</value>
</data>
Expand Down
10 changes: 0 additions & 10 deletions Kool.VsDiff.Linked/I18n.zh-Hans.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="110" xml:space="preserve">
<value>VS Diff</value>
</data>
<data name="112" xml:space="preserve">
<value>VS Diff 是一个开源的 Visual Studio 拓展工具,方便用户对文件、代码进行比较。</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="ErrorMessageTitle" xml:space="preserve">
<value>错误</value>
</data>
Expand Down
1 change: 0 additions & 1 deletion Kool.VsDiff.Shared/Package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8416e1

Please sign in to comment.