Skip to content

Commit 11bf5c4

Browse files
committed
// commit
1 parent ab108d6 commit 11bf5c4

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

Action/CorpusExplorer.Sdk.Action/CorpusExplorer.Sdk.Action.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,20 @@
8484
<Reference Include="System.Data" />
8585
<Reference Include="System.Windows.Forms" />
8686
<Reference Include="System.Xml" />
87-
<Reference Include="Telerik.WinControls, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
88-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\Telerik.WinControls.dll</HintPath>
87+
<Reference Include="Telerik.Licensing.Runtime, Version=1.6.5.0, Culture=neutral, PublicKeyToken=98bb5b04e55c09ef, processorArchitecture=MSIL">
88+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.Licensing.Runtime.dll</HintPath>
8989
<Private>True</Private>
9090
</Reference>
91-
<Reference Include="Telerik.WinControls.UI, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
92-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\Telerik.WinControls.UI.dll</HintPath>
91+
<Reference Include="Telerik.WinControls, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
92+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.WinControls.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="TelerikCommon, Version=2025.1.211.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
96-
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.1.211.462\TelerikCommon.dll</HintPath>
95+
<Reference Include="Telerik.WinControls.UI, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
96+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\Telerik.WinControls.UI.dll</HintPath>
97+
<Private>True</Private>
98+
</Reference>
99+
<Reference Include="TelerikCommon, Version=2025.2.520.462, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL">
100+
<HintPath>..\..\..\..\Projekte\CorpusExplorerV2\CorpusExplorer\lib\RCWF\2025.2.520.462\TelerikCommon.dll</HintPath>
97101
<Private>True</Private>
98102
</Reference>
99103
</ItemGroup>

Action/CorpusExplorer.Sdk.Action/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Action/CorpusExplorer.Sdk.Action/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
<value>cooccurrence-select-corresponding [LAYER1] [WORD1] [LAYER2] [WORDS2] - significant cooccurrences for [WORD1] in [LAYER] values - with [LAYER2] [WORDS2] correspondig values.</value>
434434
</data>
435435
<data name="DescLayerRemove" xml:space="preserve">
436-
<value>remove-layer [LAYER] [OUTPUT] - remove a layer. see help section [OUTPUT] for more information.</value>
436+
<value>layer-remove [LAYER] [OUTPUT] - remove a layer. see help section [OUTPUT] for more information.</value>
437437
</data>
438438
<data name="DescMetaRemove" xml:space="preserve">
439439
<value>remove-meta [META] [OUTPUT] - remove a specific metadata value for every document. see help section [OUTPUT] for more information.</value>

0 commit comments

Comments
 (0)