Skip to content

Commit fedd760

Browse files
committed
Update to 2022.2.22.0
1 parent a1729a7 commit fedd760

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Chocolatey/networkmanager.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>NETworkManager</id>
6-
<version>2021.11.30.0</version>
6+
<version>2022.2.22.0</version>
77
<owners>BornToBeRoot</owners>
88
<title>NETworkManager</title>
99
<authors>BornToBeRoot</authors>

Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop'
22
$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'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
99
url = $url
1010
softwareName = 'NETworkManager*'
1111

12-
checksum = 'AFDA99002A95D78127A26ADCED00F1A86DCBDB6DA0782A761088FFBF3BFF1DF9'
12+
checksum = 'F0CF905B14622588E658977BC2E7B85042858FA4191CDAEF4F84C1BAE2DC9311'
1313
checksumType = 'sha256'
1414

1515
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'

docs/Changelog/2022-2-22-0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: default
3-
title: Next release
3+
title: 2022.2.22.0
44
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
88
---
99

1010
# Version 2022.2.22.0

0 commit comments

Comments
 (0)