Skip to content

Commit

Permalink
Language Weaver Provider 2.0.5.1 - SRQ-27649:
Browse files Browse the repository at this point in the history
- Updated plugin to enchance compatibility with Citrix environments
  • Loading branch information
aflorescu579774 committed Feb 13, 2025
1 parent 93736b6 commit 9e75073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions LanguageWeaverProvider/LanguageWeaverProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<Reference Include="WindowsBase" />
</ItemGroup>

<ItemGroup>
<None Include="Microsoft.Web.WebView2.Core" />
<None Include="Microsoft.Web.WebView2.Wpf" />
</ItemGroup>

<ItemGroup>
<None Include="Studio\TranslationProvider\TranslationProviderWinFormsUI.cs" />
<None Include="Studio\TranslationProvider\TranslationProviderLanguageDirection.cs" />
Expand Down
2 changes: 1 addition & 1 deletion LanguageWeaverProvider/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.1")]
2 changes: 1 addition & 1 deletion LanguageWeaverProvider/pluginpackage.manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PlugInName>Language Weaver Provider</PlugInName>
<Description>Language Weaver Provider</Description>

<Version>2.0.5.0</Version>
<Version>2.0.5.1</Version>
<RequiredProduct name="TradosStudio" minversion="18.0" maxversion="18.9" />

<Include>
Expand Down

0 comments on commit 9e75073

Please sign in to comment.