Skip to content

Commit

Permalink
TQA 5.0.0.4: Change default filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ealbu authored Oct 1, 2024
1 parent 66f7f1d commit 0578015
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TQA/TQA/PluginResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@
<value>Invalid TQA Profile: {0}</value>
</data>
<data name="RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY_LL" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY_LL.xlsm;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>Resources\RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY.xlsm;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
2 changes: 1 addition & 1 deletion TQA/TQA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "5.0.0.0" )]
[assembly: AssemblyFileVersion("5.0.0.3")]
[assembly: AssemblyFileVersion("5.0.0.4")]
2 changes: 1 addition & 1 deletion TQA/TQA/Providers/ReportProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ReportProvider
private const string reportingFileExtension = ".xlsm";
private const string TQS_J2450_ReportFileName = "SDL-5-401-F001 QE Form_XXX_XXXXXX_XXX_XX";
private const string TQS_J2450_ReportTemplate = "SDL-5-401-F001-QE Form_XXX_XXXXXX_XXX_XX.XLSM";
private const string TQS_MQM_ReportFileName = "RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY_LL";
private const string TQS_MQM_ReportFileName = "RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY";
private const string TQS_MQM_ReportTemplate = "RWS-5-401-F002-MQM QE Form-CLIENT_MMM_YY_LL.XLSM";
private static readonly string ProtectionPassword = "Thames";
private readonly Logger _logger;
Expand Down
2 changes: 1 addition & 1 deletion TQA/TQA/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>TQA Reporting</PlugInName>
<Version>5.0.0.3</Version>
<Version>5.0.0.4</Version>
<Description>Translation Quality Assessment Reporting</Description>
<Author>Trados AppStore Team</Author>
<RequiredProduct name="TradosStudio" minversion="18.0" maxversion="18.9"/>
Expand Down

0 comments on commit 0578015

Please sign in to comment.