File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >NETworkManager</id >
6
- <version >2021.11.30 .0</version >
6
+ <version >2022.2.22 .0</version >
7
7
<owners >BornToBeRoot</owners >
8
8
<title >NETworkManager</title >
9
9
<authors >BornToBeRoot</authors >
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop'
2
2
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3
- $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2021.11.30 .0/NETworkManager_2021.11.30 .0_Setup.exe'
3
+ $url = ' https://github.com/BornToBeRoot/NETworkManager/releases/download/2022.2.22 .0/NETworkManager_2022.2.22 .0_Setup.exe'
4
4
5
5
$packageArgs = @ {
6
6
packageName = $env: ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
9
9
url = $url
10
10
softwareName = ' NETworkManager*'
11
11
12
- checksum = ' AFDA99002A95D78127A26ADCED00F1A86DCBDB6DA0782A761088FFBF3BFF1DF9 '
12
+ checksum = ' F0CF905B14622588E658977BC2E7B85042858FA4191CDAEF4F84C1BAE2DC9311 '
13
13
checksumType = ' sha256'
14
14
15
15
silentArgs = ' /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : default
3
- title : Next release
3
+ title : 2022.2.22.0
4
4
parent : Changelog
5
- nav_order : 1
6
- description : " Changelog for next release "
7
- permalink : /Changelog/next-release
5
+ nav_order : 981
6
+ description : " Changelog for 2022.2.22.0 "
7
+ permalink : /Changelog/2022-2-22-0
8
8
---
9
9
10
10
# Version 2022.2.22.0
You can’t perform that action at this time.
0 commit comments