Skip to content

Commit

Permalink
5.0.2024.251
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Sep 7, 2024
1 parent 5012a4c commit afad2eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Protest/Front/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const MENU = {
//{ t:"SNMP traps", i:"mono/trap.svg?light", g:"utilities", h:false, f:args=> new Snmp(args) },
{ t:"SNMP polling", i:"mono/snmp.svg?light", g:"utilities", h:false, f:args=> new Snmp(args) },
{ t:"WMI client", i:"mono/wmi.svg?light", g:"utilities", h:false, f:args=> new Wmi(args), k:"windows management instrumentation viewer" },
{ t:"Secure shell", i:"mono/ssh.svg?light", g:"utilities", h:false, f:()=> new Ssh({host:""}), k:"ssh terminal" },
{ t:"Secure shell", i:"mono/ssh.svg?light", g:"utilities", h:true, f:()=> new Ssh({host:""}), k:"ssh terminal" },
{ t:"Telnet", i:"mono/telnet.svg?light", g:"utilities", h:true, f:()=> new Telnet({host:""}), k:"terminal" },
//{ t:"RS-232", i:"mono/serialconsole.svg?light", g:"utilities", h:true, f:()=>{}, k:"rs 232 serial terminal console" },
{ t:"Encoder", i:"mono/encoder.svg?light", g:"utilities", h:true, f:args=> new Encoder(args), k:"binary hex base64 url html decode" },
Expand Down
6 changes: 3 additions & 3 deletions Protest/Protest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>12</LangVersion>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>

<Product>Pro-test</Product>
<AssemblyName>protest</AssemblyName>
<Company>veniware</Company>
Expand All @@ -23,7 +23,7 @@
<VersionPrefix>5.0.$(verYear).$(verDoty)</VersionPrefix>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
<Version>$(VersionPrefix)</Version>

<ServerGarbageCollection>true</ServerGarbageCollection>
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
Expand All @@ -46,7 +46,7 @@
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.DirectoryServices" Version="8.0.0" />
<PackageReference Include="System.Management" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2024.188
5.0.2024.251

0 comments on commit afad2eb

Please sign in to comment.