Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chocolatey/networkmanager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>NETworkManager</id>
<version>2024.11.11.0</version>
<version>2025.1.18.0</version>
<owners>BornToBeRoot</owners>
<title>NETworkManager</title>
<authors>BornToBeRoot</authors>
Expand All @@ -15,7 +15,7 @@
<packageSourceUrl>https://github.com/BornToBeRoot/NETworkManager/tree/main/Chocolatey</packageSourceUrl>
<docsUrl>https://borntoberoot.net/NETworkManager/docs/introduction</docsUrl>
<bugTrackerUrl>https://github.com/BornToBeRoot/NETworkManager/issues</bugTrackerUrl>
<releaseNotes>https://borntoberoot.net/NETworkManager/docs/changelog/2024-11-11-0</releaseNotes>
<releaseNotes>https://borntoberoot.net/NETworkManager/docs/changelog/2025-1-18-0</releaseNotes>
<tags>wifi ipscanner portscanner traceroute pingmonitor dns remotedesktop putty lldp</tags>
<summary>A powerful tool for managing networks and troubleshoot network problems!</summary>
<description>
Expand Down
4 changes: 2 additions & 2 deletions Chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'MSI'
url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.11.11.0/NETworkManager_2024.11.11.0_Setup.msi'
url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Setup.msi'

softwareName = 'NETworkManager*'

checksum = 'B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125'
checksum = '0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
Loading