Skip to content

Commit

Permalink
upgraded nugets + dependencies to latest of NPOI lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jtorjo committed Oct 20, 2022
1 parent 3d4c9b1 commit 605c215
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 242 deletions.
14 changes: 1 addition & 13 deletions Capybara.CommentView/Capybara.CommentView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,51 +43,39 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Sdl.Core.Globalization">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.Core.Globalization.dll</HintPath>
</Reference>
<Reference Include="Sdl.Desktop.IntegrationApi">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.Desktop.IntegrationApi.dll</HintPath>
</Reference>
<Reference Include="Sdl.Desktop.IntegrationApi.Extensions">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.Desktop.IntegrationApi.Extensions.dll</HintPath>
</Reference>
<Reference Include="Sdl.FileTypeSupport.Framework.Core">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.FileTypeSupport.Framework.Core.dll</HintPath>
</Reference>
<Reference Include="Sdl.FileTypeSupport.Framework.Core.Settings">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.FileTypeSupport.Framework.Core.Settings.dll</HintPath>
</Reference>
<Reference Include="Sdl.FileTypeSupport.Framework.Core.Utilities">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.FileTypeSupport.Framework.Core.Utilities.dll</HintPath>
</Reference>
<Reference Include="Sdl.FileTypeSupport.Framework.Implementation">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.FileTypeSupport.Framework.Implementation.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.Core">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.Core.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.FileBased">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.FileBased.dll</HintPath>
</Reference>
<Reference Include="Sdl.ProjectAutomation.Settings">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.ProjectAutomation.Settings.dll</HintPath>
</Reference>
<Reference Include="Sdl.TranslationStudioAutomation.IntegrationApi">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.TranslationStudioAutomation.IntegrationApi.dll</HintPath>
</Reference>
<Reference Include="Sdl.TranslationStudioAutomation.IntegrationApi.Extensions">

<HintPath>$(MSBuildProgramFiles32)\Trados\Trados Studio\Studio17\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll</HintPath>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -182,7 +170,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NPOI">
<Version>2.3.0</Version>
<Version>2.5.6</Version>
</PackageReference>
<PackageReference Include="Sdl.Core.PluginFramework">
<Version>2.1.0</Version>
Expand Down
226 changes: 0 additions & 226 deletions Capybara.CommentView/Capybara.CommentView.csproj.bkp

This file was deleted.

4 changes: 2 additions & 2 deletions Capybara.CommentView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
[assembly: AssemblyVersion("2.7.0.1")]
[assembly: AssemblyFileVersion("2.7.0.1")]
3 changes: 2 additions & 1 deletion Capybara.CommentView/pluginpackage.manifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<PluginPackage xmlns="http://www.sdl.com/Plugins/PluginPackage/1.0">
<PlugInName>Comment View Plugin</PlugInName>
<Version>2.7.0.0</Version>
<Version>2.7.0.1</Version>
<Description>Comment View Plugin</Description>
<Author>Capybara Translation</Author>
<RequiredProduct name="TradosStudio" minversion="17.0" maxversion="17.9" />
<Include>
<File>ICSharpCode.SharpZipLib.dll</File>
<File>BouncyCastle.Crypto.dll</File>
<File>NPOI.dll</File>
<File>NPOI.OOXML.dll</File>
<File>NPOI.OpenXml4Net.dll</File>
Expand Down

0 comments on commit 605c215

Please sign in to comment.