Skip to content

Commit afad2eb

Browse files
committed
5.0.2024.251
1 parent 5012a4c commit afad2eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Protest/Front/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const MENU = {
372372
//{ t:"SNMP traps", i:"mono/trap.svg?light", g:"utilities", h:false, f:args=> new Snmp(args) },
373373
{ t:"SNMP polling", i:"mono/snmp.svg?light", g:"utilities", h:false, f:args=> new Snmp(args) },
374374
{ t:"WMI client", i:"mono/wmi.svg?light", g:"utilities", h:false, f:args=> new Wmi(args), k:"windows management instrumentation viewer" },
375-
{ t:"Secure shell", i:"mono/ssh.svg?light", g:"utilities", h:false, f:()=> new Ssh({host:""}), k:"ssh terminal" },
375+
{ t:"Secure shell", i:"mono/ssh.svg?light", g:"utilities", h:true, f:()=> new Ssh({host:""}), k:"ssh terminal" },
376376
{ t:"Telnet", i:"mono/telnet.svg?light", g:"utilities", h:true, f:()=> new Telnet({host:""}), k:"terminal" },
377377
//{ t:"RS-232", i:"mono/serialconsole.svg?light", g:"utilities", h:true, f:()=>{}, k:"rs 232 serial terminal console" },
378378
{ t:"Encoder", i:"mono/encoder.svg?light", g:"utilities", h:true, f:args=> new Encoder(args), k:"binary hex base64 url html decode" },

Protest/Protest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>12</LangVersion>
77
<Platforms>x64</Platforms>
88
<PlatformTarget>x64</PlatformTarget>
9-
9+
1010
<Product>Pro-test</Product>
1111
<AssemblyName>protest</AssemblyName>
1212
<Company>veniware</Company>
@@ -23,7 +23,7 @@
2323
<VersionPrefix>5.0.$(verYear).$(verDoty)</VersionPrefix>
2424
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
2525
<Version>$(VersionPrefix)</Version>
26-
26+
2727
<ServerGarbageCollection>true</ServerGarbageCollection>
2828
<Nullable>disable</Nullable>
2929
<ImplicitUsings>disable</ImplicitUsings>
@@ -46,7 +46,7 @@
4646
<PublishReadyToRun>true</PublishReadyToRun>
4747
<PublishSingleFile>true</PublishSingleFile>
4848
</PropertyGroup>
49-
49+
5050
<ItemGroup>
5151
<PackageReference Include="System.DirectoryServices" Version="8.0.0" />
5252
<PackageReference Include="System.Management" Version="8.0.0" />

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2024.188
1+
5.0.2024.251

0 commit comments

Comments
 (0)