Skip to content

Commit

Permalink
RegexMatchAutoSuggestProvider 3.0.0.1 - SDLCOM-6227: Updated the Tell…
Browse files Browse the repository at this point in the history
… Me action link for RWS Community Appstore
  • Loading branch information
aflorescu579774 committed Oct 10, 2024
1 parent ef54c31 commit f6e15f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.1.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
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.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public RegexMatchCommunitySupportAction()

public override void Execute()
{
Process.Start("https://appstore.rws.com/Plugin/275?tab=support");
Process.Start("https://community.rws.com/product-groups/trados-portfolio/rws-appstore/f");
}
}
}
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>Regex Match AutoSuggest Provider - Trados</PlugInName>
<Version>3.0.0.0</Version>
<Version>3.0.0.1</Version>
<Description>
Regex Match AutoSuggest Provider - Trados, allows you to display AutoSuggest entries that match predefined regular expressions.
Credits:
Expand Down
2 changes: 1 addition & 1 deletion RegexMASProviderLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// 以下のように '*' を使用します:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]
2 changes: 1 addition & 1 deletion RegexMASProviderLibTestApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.1")]

0 comments on commit f6e15f5

Please sign in to comment.