File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >NETworkManager</id >
6- <version >2023.6.27.1 </version >
6+ <version >2023.11.28.0 </version >
77 <owners >BornToBeRoot</owners >
88 <title >NETworkManager</title >
99 <authors >BornToBeRoot</authors >
1818 <summary >A powerful tool for managing networks and troubleshoot network problems!</summary >
1919 <description >A powerful tool for managing networks and troubleshoot network problems!</description >
2020 <dependencies >
21- <dependency id =" dotnet-6 .0-desktopruntime" />
21+ <dependency id =" dotnet-8 .0-desktopruntime" />
2222 </dependencies >
2323 </metadata >
2424 <files >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop'
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3- $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.6.27.1 /NETworkManager_2023.6.27.1_Setup .exe'
3+ $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.11.28.0 /NETworkManager_2023.11.28.0_Setup .exe'
44
55$packageArgs = @ {
66 packageName = $env: ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
99 url = $url
1010 softwareName = ' NETworkManager*'
1111
12- checksum = ' 8126ED2D73CCF7E6F1C5EA5FD13A25C99DE1493F05A71C1435A956DA4409C836 '
12+ checksum = ' AD9D6E569BFA61F9657A6C823409E4D4B4B67CA4BD0CC5129CCBB0B673D5DF24 '
1313 checksumType = ' sha256'
1414
1515 silentArgs = ' /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Release date: **11.28.2023**
5353## System requirements
5454
5555- Windows 10 / Server x64 (1809 or later)
56- - [ .NET Desktop Runtime 6.x (LTS)] ( https://dotnet.microsoft.com/download/dotnet/6.0 ) {: target ="\_ blank"}
56+ - [ .NET Desktop Runtime 8.0 (LTS) - x64 ] ( https://dotnet.microsoft.com/en-us/ download/dotnet/8.0/runtime ) {: target ="\_ blank"}
5757
5858## Package Manager
5959
You can’t perform that action at this time.
0 commit comments