Skip to content

Commit

Permalink
Ver 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antonchi committed Jul 14, 2020
1 parent e1ddfc2 commit 07d7034
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file added AWS/AWSSDK.Core.dll
Binary file not shown.
Binary file added AWS/AWSSDK.S3.dll
Binary file not shown.
6 changes: 4 additions & 2 deletions Intento.MT.Plugin.PropertiesForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\Plugins\packages\AWSSDK.Core.3.3.107.14\lib\net45\AWSSDK.Core.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>AWS\AWSSDK.Core.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\Plugins\packages\AWSSDK.S3.3.3.111.14\lib\net45\AWSSDK.S3.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>AWS\AWSSDK.S3.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.5.0")]
[assembly: AssemblyFileVersion("2.2.5.0")]
[assembly: AssemblyVersion("2.2.8.0")]
[assembly: AssemblyFileVersion("2.2.8.0")]
[assembly: IntentoSDK.AssemblyGitHash(Intento.MT.Plugin.PropertiesForm.GitHash.hash)]
2 changes: 1 addition & 1 deletion RevisionHistory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class RevisionHistory
// 2.2.6: 2020-07-03
// - Test request marker added
// - Fix: use of proxy for test translation request
// 2.2.7: 2020-07-14
// 2.2.8: 2020-07-14
// - Improved list of models
}
}

0 comments on commit 07d7034

Please sign in to comment.