Skip to content

Commit

Permalink
CommentView 3.0.0.2 - SDLCOM-6225: Updated Icon for Comment View Sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
aflorescu579774 committed Oct 14, 2024
1 parent 5d8c70b commit 7ef2ef0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Capybara.CommentView.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
[assembly: AssemblyFileVersion("3.0.0.2")]
2 changes: 1 addition & 1 deletion Capybara.CommentView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
[assembly: AssemblyFileVersion("3.0.0.2")]
4 changes: 2 additions & 2 deletions Capybara.CommentView/TellMe/CommentViewFilesViewAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ public class CommentViewFilesViewAction : AbstractTellMeAction
{
public CommentViewFilesViewAction()
{
Name = "Comment View Plugin - Trados";
Name = "Comment View Plugin - Trados Settings";
}

public override string Category => $"{PluginResources.Plugin_Name} results";

public override Icon Icon => PluginResources.commentView_Logo;
public override Icon Icon => PluginResources.CommentView_Settings;

public override bool IsAvailable => SdlTradosStudio.Application.GetController<FilesController>().CurrentProject != null;

Expand Down
3 changes: 2 additions & 1 deletion Capybara.CommentView/TellMe/TellMeProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class TellMeProvider : ITellMeProvider
Keywords = new[]
{
"commentview", "comment view", "commentview plugin", "comment view plugin",
"commentview trados", "comment view trados", "comment"
"commentview trados", "comment view trados", "comment", "commentview settings",
"comment view settings"
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion Capybara.CommentView/pluginpackage.manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PluginPackage xmlns="http://www.sdl.com/Plugins/PluginPackage/1.0">
<PlugInName>Comment View Plugin - Trados</PlugInName>
<Version>3.0.0.1</Version>
<Version>3.0.0.2</Version>
<Description>
Comment View Plugin - Trados, adds a comment pane to the Files View in Trados Studio, allowing you to quickly locate comments within selected files
Credits:
Expand Down
2 changes: 1 addition & 1 deletion DataGridViewGrouper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
[assembly: AssemblyFileVersion("3.0.0.2")]

0 comments on commit 7ef2ef0

Please sign in to comment.